public class DepotEntryServiceUtil
extends java.lang.Object
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.DepotEntryService| Constructor and Description |
|---|
DepotEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static DepotEntry |
addDepotEntry(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext) |
static DepotEntry |
deleteDepotEntry(long depotEntryId) |
static DepotEntry |
getDepotEntry(long depotEntryId) |
static java.util.List<DepotEntry> |
getGroupConnectedDepotEntries(long groupId,
int start,
int end) |
static int |
getGroupConnectedDepotEntriesCount(long groupId) |
static DepotEntry |
getGroupDepotEntry(long groupId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static DepotEntryService |
getService() |
static 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,
UnicodeProperties typeSettingsUnicodeProperties,
ServiceContext serviceContext) |
public static DepotEntry addDepotEntry(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static DepotEntry deleteDepotEntry(long depotEntryId) throws PortalException
PortalExceptionpublic static DepotEntry getDepotEntry(long depotEntryId) throws PortalException
PortalExceptionpublic static java.util.List<DepotEntry> getGroupConnectedDepotEntries(long groupId, int start, int end) throws PortalException
PortalExceptionpublic static int getGroupConnectedDepotEntriesCount(long groupId)
throws PortalException
PortalExceptionpublic static DepotEntry getGroupDepotEntry(long groupId) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static 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, UnicodeProperties typeSettingsUnicodeProperties, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static DepotEntryService getService()