Package com.liferay.depot.service
Interface DepotEntryService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
DepotEntryServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface DepotEntryService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for DepotEntry. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
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.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)
-
Method Details
-
addDepotEntry
DepotEntry addDepotEntry(Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntry
DepotEntry deleteDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndGroupConnectedDepotEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<DepotEntry> getCurrentAndGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntry
@Transactional(propagation=SUPPORTS, readOnly=true) DepotEntry getDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupConnectedDepotEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<DepotEntry> getGroupConnectedDepotEntries(long groupId, boolean ddmStructuresAvailable, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupConnectedDepotEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<DepotEntry> getGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupConnectedDepotEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupConnectedDepotEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupDepotEntry
@Transactional(propagation=SUPPORTS, readOnly=true) DepotEntry getGroupDepotEntry(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateDepotEntry
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) - Throws:
com.liferay.portal.kernel.exception.PortalException
-