Package com.liferay.asset.list.service
Class AssetListEntryServiceUtil
java.lang.Object
com.liferay.asset.list.service.AssetListEntryServiceUtil
Provides the remote service utility for AssetListEntry. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddAssetEntrySelection(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static voidaddAssetEntrySelections(long assetListEntryId, long[] assetEntryIds, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetListEntryaddAssetListEntry(String externalReferenceCode, long groupId, String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetListEntryaddDynamicAssetListEntry(String externalReferenceCode, long groupId, String title, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetListEntryaddManualAssetListEntry(String externalReferenceCode, long groupId, String title, long[] assetEntryIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) static voiddeleteAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position) static voiddeleteAssetListEntries(long[] assetListEntriesIds) static AssetListEntrydeleteAssetListEntry(long assetListEntryId) static voiddeleteAssetListEntry(long assetListEntryId, long segmentsEntryId) static AssetListEntryfetchAssetListEntry(long assetListEntryId) static AssetListEntryfetchAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static List<AssetListEntry>getAssetListEntries(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) static List<AssetListEntry>getAssetListEntries(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) static List<AssetListEntry>getAssetListEntries(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) static List<AssetListEntry>getAssetListEntries(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) static List<AssetListEntry>getAssetListEntries(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) static List<AssetListEntry>getAssetListEntries(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) static List<AssetListEntry>getAssetListEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) static List<AssetListEntry>getAssetListEntries(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) static intgetAssetListEntriesCount(long groupId) static intgetAssetListEntriesCount(long[] groupIds) static intgetAssetListEntriesCount(long[] groupIds, String title) static intgetAssetListEntriesCount(long[] groupIds, String[] assetEntryTypes) static intgetAssetListEntriesCount(long[] groupIds, String assetEntrySubtype, String assetEntryType) static intgetAssetListEntriesCount(long[] groupIds, String title, String[] assetEntryTypes) static intgetAssetListEntriesCount(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) static intgetAssetListEntriesCount(long groupId, String title) static AssetListEntrygetAssetListEntry(long assetListEntryId) static AssetListEntrygetAssetListEntry(long groupId, String assetListEntryKey) static AssetListEntrygetAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static AssetListEntrygetAssetListEntryByUuidAndGroupId(String uuid, long groupId) static StringReturns the OSGi service identifier.static AssetListEntryServicestatic voidmoveAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position, int newPosition) static voidupdateAssetListEntry(long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetListEntryupdateAssetListEntry(long assetListEntryId, String title) static voidupdateAssetListEntryTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings)
-
Constructor Details
-
AssetListEntryServiceUtil
public AssetListEntryServiceUtil()
-
-
Method Details
-
addAssetEntrySelection
public static void addAssetEntrySelection(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetEntrySelections
public static void addAssetEntrySelections(long assetListEntryId, long[] assetEntryIds, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetListEntry
public static AssetListEntry addAssetListEntry(String externalReferenceCode, long groupId, String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDynamicAssetListEntry
public static AssetListEntry addDynamicAssetListEntry(String externalReferenceCode, long groupId, String title, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addManualAssetListEntry
public static AssetListEntry addManualAssetListEntry(String externalReferenceCode, long groupId, String title, long[] assetEntryIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetEntrySelection
public static void deleteAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntries
public static void deleteAssetListEntries(long[] assetListEntriesIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntry
public static AssetListEntry deleteAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntry
public static void deleteAssetListEntry(long assetListEntryId, long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAssetListEntry
public static AssetListEntry fetchAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAssetListEntryByExternalReferenceCode
public static AssetListEntry fetchAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntries
public static List<AssetListEntry> getAssetListEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
public static List<AssetListEntry> getAssetListEntries(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
public static List<AssetListEntry> getAssetListEntries(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
public static List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
public static List<AssetListEntry> getAssetListEntries(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
public static List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
public static List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
public static List<AssetListEntry> getAssetListEntries(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntriesCount
public static int getAssetListEntriesCount(long groupId) -
getAssetListEntriesCount
-
getAssetListEntriesCount
public static int getAssetListEntriesCount(long[] groupIds) -
getAssetListEntriesCount
-
getAssetListEntriesCount
-
getAssetListEntriesCount
-
getAssetListEntriesCount
-
getAssetListEntriesCount
-
getAssetListEntry
public static AssetListEntry getAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntry
public static AssetListEntry getAssetListEntry(long groupId, String assetListEntryKey) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryByExternalReferenceCode
public static AssetListEntry getAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryByUuidAndGroupId
public static AssetListEntry getAssetListEntryByUuidAndGroupId(String uuid, 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
-
moveAssetEntrySelection
public static void moveAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position, int newPosition) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntry
public static void updateAssetListEntry(long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntry
public static AssetListEntry updateAssetListEntry(long assetListEntryId, String title) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntryTypeSettings
public static void updateAssetListEntryTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-