public class DepotEntryServiceWrapper extends java.lang.Object implements DepotEntryService, com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>
DepotEntryService.DepotEntryService| Constructor and Description |
|---|
DepotEntryServiceWrapper() |
DepotEntryServiceWrapper(DepotEntryService depotEntryService) |
| Modifier and Type | Method and Description |
|---|---|
DepotEntry |
addDepotEntry(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
DepotEntry |
deleteDepotEntry(long depotEntryId) |
java.util.List<DepotEntry> |
getCurrentAndGroupConnectedDepotEntries(long groupId,
int start,
int end) |
DepotEntry |
getDepotEntry(long depotEntryId) |
java.util.List<DepotEntry> |
getGroupConnectedDepotEntries(long groupId,
boolean ddmStructuresAvailable,
int start,
int end) |
java.util.List<DepotEntry> |
getGroupConnectedDepotEntries(long groupId,
int start,
int end) |
int |
getGroupConnectedDepotEntriesCount(long groupId) |
DepotEntry |
getGroupDepotEntry(long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DepotEntryService |
getWrappedService() |
void |
setWrappedService(DepotEntryService depotEntryService) |
DepotEntry |
updateDepotEntry(long depotEntryId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Map<java.lang.String,java.lang.Boolean> depotAppCustomizationMap,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public DepotEntryServiceWrapper()
public DepotEntryServiceWrapper(DepotEntryService depotEntryService)
public DepotEntry addDepotEntry(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addDepotEntry in interface DepotEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DepotEntry deleteDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteDepotEntry in interface DepotEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<DepotEntry> getCurrentAndGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCurrentAndGroupConnectedDepotEntries in interface DepotEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DepotEntry getDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException
getDepotEntry in interface DepotEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<DepotEntry> getGroupConnectedDepotEntries(long groupId, boolean ddmStructuresAvailable, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupConnectedDepotEntries in interface DepotEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<DepotEntry> getGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupConnectedDepotEntries in interface DepotEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getGroupConnectedDepotEntriesCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getGroupConnectedDepotEntriesCount in interface DepotEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DepotEntry getGroupDepotEntry(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getGroupDepotEntry in interface DepotEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DepotEntryServicepublic DepotEntry updateDepotEntry(long depotEntryId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.util.Map<java.lang.String,java.lang.Boolean> depotAppCustomizationMap, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateDepotEntry in interface DepotEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DepotEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>public void setWrappedService(DepotEntryService depotEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>