public class AssetListEntryServiceUtil
extends java.lang.Object
com.liferay.asset.list.service.impl.AssetListEntryServiceImpl 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.AssetListEntryService| Constructor and Description |
|---|
AssetListEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAssetEntrySelection(long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
ServiceContext serviceContext) |
static void |
addAssetEntrySelections(long assetListEntryId,
long[] assetEntryIds,
long segmentsEntryId,
ServiceContext serviceContext) |
static AssetListEntry |
addAssetListEntry(long groupId,
java.lang.String title,
int type,
ServiceContext serviceContext) |
static AssetListEntry |
addDynamicAssetListEntry(long userId,
long groupId,
java.lang.String title,
java.lang.String typeSettings,
ServiceContext serviceContext) |
static AssetListEntry |
addManualAssetListEntry(long userId,
long groupId,
java.lang.String title,
long[] assetEntryIds,
ServiceContext serviceContext) |
static void |
deleteAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position) |
static void |
deleteAssetListEntries(long[] assetListEntriesIds) |
static AssetListEntry |
deleteAssetListEntry(long assetListEntryId) |
static void |
deleteAssetListEntry(long assetListEntryId,
long segmentsEntryId) |
static AssetListEntry |
fetchAssetListEntry(long assetListEntryId) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String[] assetEntryTypes,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long groupId,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long groupId,
java.lang.String title,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
static int |
getAssetListEntriesCount(long groupId) |
static int |
getAssetListEntriesCount(long[] groupIds) |
static int |
getAssetListEntriesCount(long[] groupIds,
java.lang.String title) |
static int |
getAssetListEntriesCount(long[] groupIds,
java.lang.String[] assetEntryTypes) |
static int |
getAssetListEntriesCount(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType) |
static int |
getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes) |
static int |
getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType) |
static int |
getAssetListEntriesCount(long groupId,
java.lang.String title) |
static AssetListEntry |
getAssetListEntry(long assetListEntryId) |
static AssetListEntry |
getAssetListEntry(long groupId,
java.lang.String assetListEntryKey) |
static AssetListEntry |
getAssetListEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static AssetListEntryService |
getService() |
static void |
moveAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition) |
static void |
updateAssetListEntry(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings,
ServiceContext serviceContext) |
static AssetListEntry |
updateAssetListEntry(long assetListEntryId,
java.lang.String title) |
static void |
updateAssetListEntryTypeSettings(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings) |
public static void addAssetEntrySelection(long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static void addAssetEntrySelections(long assetListEntryId,
long[] assetEntryIds,
long segmentsEntryId,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static AssetListEntry addAssetListEntry(long groupId, java.lang.String title, int type, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static AssetListEntry addDynamicAssetListEntry(long userId, long groupId, java.lang.String title, java.lang.String typeSettings, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static AssetListEntry addManualAssetListEntry(long userId, long groupId, java.lang.String title, long[] assetEntryIds, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static void deleteAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position)
throws PortalException
PortalExceptionpublic static void deleteAssetListEntries(long[] assetListEntriesIds)
throws PortalException
PortalExceptionpublic static AssetListEntry deleteAssetListEntry(long assetListEntryId) throws PortalException
PortalExceptionpublic static void deleteAssetListEntry(long assetListEntryId,
long segmentsEntryId)
throws PortalException
PortalExceptionpublic static AssetListEntry fetchAssetListEntry(long assetListEntryId) throws PortalException
PortalExceptionpublic static java.util.List<AssetListEntry> getAssetListEntries(long groupId, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long groupId, java.lang.String title, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String title, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String assetEntrySubtype, java.lang.String assetEntryType, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String title, java.lang.String assetEntrySubtype, java.lang.String assetEntryType, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String title, java.lang.String[] assetEntryTypes, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String[] assetEntryTypes, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
public static int getAssetListEntriesCount(long groupId)
public static int getAssetListEntriesCount(long groupId,
java.lang.String title)
public static int getAssetListEntriesCount(long[] groupIds)
public static int getAssetListEntriesCount(long[] groupIds,
java.lang.String title)
public static int getAssetListEntriesCount(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType)
public static int getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType)
public static int getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes)
public static int getAssetListEntriesCount(long[] groupIds,
java.lang.String[] assetEntryTypes)
public static AssetListEntry getAssetListEntry(long assetListEntryId) throws PortalException
PortalExceptionpublic static AssetListEntry getAssetListEntry(long groupId, java.lang.String assetListEntryKey) throws PortalException
PortalExceptionpublic static AssetListEntry getAssetListEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static void moveAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition)
throws PortalException
PortalExceptionpublic static void updateAssetListEntry(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static AssetListEntry updateAssetListEntry(long assetListEntryId, java.lang.String title) throws PortalException
PortalExceptionpublic static void updateAssetListEntryTypeSettings(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings)
throws PortalException
PortalExceptionpublic static AssetListEntryService getService()