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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
addAssetEntrySelections(long assetListEntryId,
long[] assetEntryIds,
long segmentsEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static AssetListEntry |
addAssetListEntry(java.lang.String externalReferenceCode,
long groupId,
java.lang.String title,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static AssetListEntry |
addDynamicAssetListEntry(java.lang.String externalReferenceCode,
long groupId,
java.lang.String title,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static AssetListEntry |
addManualAssetListEntry(java.lang.String externalReferenceCode,
long groupId,
java.lang.String title,
long[] assetEntryIds,
com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String[] assetEntryTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType,
int start,
int end,
com.liferay.portal.kernel.util.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,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
static java.util.List<AssetListEntry> |
getAssetListEntries(long groupId,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.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,
com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void addAssetEntrySelections(long assetListEntryId,
long[] assetEntryIds,
long segmentsEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static AssetListEntry addAssetListEntry(java.lang.String externalReferenceCode, long groupId, java.lang.String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static AssetListEntry addDynamicAssetListEntry(java.lang.String externalReferenceCode, long groupId, java.lang.String title, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static AssetListEntry addManualAssetListEntry(java.lang.String externalReferenceCode, long groupId, java.lang.String title, long[] assetEntryIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteAssetListEntries(long[] assetListEntriesIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static AssetListEntry deleteAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteAssetListEntry(long assetListEntryId,
long segmentsEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static AssetListEntry fetchAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<AssetListEntry> getAssetListEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long groupId, java.lang.String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String assetEntrySubtype, java.lang.String assetEntryType, int start, int end, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String title, java.lang.String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
public static java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.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 com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static AssetListEntry getAssetListEntry(long groupId, java.lang.String assetListEntryKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static AssetListEntry getAssetListEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static void moveAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void updateAssetListEntry(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static AssetListEntry updateAssetListEntry(long assetListEntryId, java.lang.String title) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void updateAssetListEntryTypeSettings(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static AssetListEntryService getService()