Package com.liferay.depot.service
Class DepotEntryServiceWrapper
java.lang.Object
com.liferay.depot.service.DepotEntryServiceWrapper
- All Implemented Interfaces:
DepotEntryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>
public class DepotEntryServiceWrapper
extends Object
implements DepotEntryService, com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>
Provides a wrapper for
DepotEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDepotEntry(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteDepotEntry(long depotEntryId) getCurrentAndGroupConnectedDepotEntries(long groupId, int start, int end) getDepotEntry(long depotEntryId) getGroupConnectedDepotEntries(long groupId, boolean ddmStructuresAvailable, int start, int end) getGroupConnectedDepotEntries(long groupId, int start, int end) intgetGroupConnectedDepotEntriesCount(long groupId) getGroupDepotEntry(long groupId) Returns the OSGi service identifier.voidsetWrappedService(DepotEntryService depotEntryService) updateDepotEntry(long depotEntryId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, Map<String, Boolean> depotAppCustomizationMap, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
DepotEntryServiceWrapper
public DepotEntryServiceWrapper() -
DepotEntryServiceWrapper
-
-
Method Details
-
addDepotEntry
public DepotEntry addDepotEntry(Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addDepotEntryin interfaceDepotEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntry
public DepotEntry deleteDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteDepotEntryin interfaceDepotEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndGroupConnectedDepotEntries
public List<DepotEntry> getCurrentAndGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCurrentAndGroupConnectedDepotEntriesin interfaceDepotEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntry
public DepotEntry getDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntryin interfaceDepotEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupConnectedDepotEntries
public List<DepotEntry> getGroupConnectedDepotEntries(long groupId, boolean ddmStructuresAvailable, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupConnectedDepotEntriesin interfaceDepotEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupConnectedDepotEntries
public List<DepotEntry> getGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupConnectedDepotEntriesin interfaceDepotEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupConnectedDepotEntriesCount
public int getGroupConnectedDepotEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupConnectedDepotEntriesCountin interfaceDepotEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupDepotEntry
public DepotEntry getGroupDepotEntry(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupDepotEntryin interfaceDepotEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDepotEntryService- Returns:
- the OSGi service identifier
-
updateDepotEntry
public DepotEntry updateDepotEntry(long depotEntryId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, Map<String, Boolean> depotAppCustomizationMap, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateDepotEntryin interfaceDepotEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>
-