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) int
getGroupConnectedDepotEntriesCount
(long groupId) getGroupDepotEntry
(long groupId) Returns the OSGi service identifier.void
setWrappedService
(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:
addDepotEntry
in interfaceDepotEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntry
public DepotEntry deleteDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteDepotEntry
in 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:
getCurrentAndGroupConnectedDepotEntries
in interfaceDepotEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntry
public DepotEntry getDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntry
in 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:
getGroupConnectedDepotEntries
in 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:
getGroupConnectedDepotEntries
in interfaceDepotEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupConnectedDepotEntriesCount
public int getGroupConnectedDepotEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupConnectedDepotEntriesCount
in interfaceDepotEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupDepotEntry
public DepotEntry getGroupDepotEntry(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupDepotEntry
in interfaceDepotEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateDepotEntry
in interfaceDepotEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>
-