Package com.liferay.depot.service
Class DepotEntryServiceUtil
java.lang.Object
com.liferay.depot.service.DepotEntryServiceUtil
Provides the remote service utility for DepotEntry. This utility wraps
com.liferay.depot.service.impl.DepotEntryServiceImpl and is an
access point for service operations in application layer code running on a
remote server. 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DepotEntryaddDepotEntry(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) static DepotEntrydeleteDepotEntry(long depotEntryId) static List<DepotEntry> getCurrentAndGroupConnectedDepotEntries(long groupId, int start, int end) static DepotEntrygetDepotEntry(long depotEntryId) static List<DepotEntry> getGroupConnectedDepotEntries(long groupId, boolean ddmStructuresAvailable, int start, int end) static List<DepotEntry> getGroupConnectedDepotEntries(long groupId, int start, int end) static intgetGroupConnectedDepotEntriesCount(long groupId) static DepotEntrygetGroupDepotEntry(long groupId) static StringReturns the OSGi service identifier.static DepotEntryServicestatic DepotEntryupdateDepotEntry(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
-
DepotEntryServiceUtil
public DepotEntryServiceUtil()
-
-
Method Details
-
addDepotEntry
public static 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
public static DepotEntry deleteDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentAndGroupConnectedDepotEntries
public static List<DepotEntry> getCurrentAndGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntry
public static DepotEntry getDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupConnectedDepotEntries
public static 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
public static List<DepotEntry> getGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupConnectedDepotEntriesCount
public static int getGroupConnectedDepotEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupDepotEntry
public static DepotEntry getGroupDepotEntry(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateDepotEntry
public static 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
-
getService
-