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 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
(String externalReferenceCode, long groupId, String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetListEntry
addDynamicAssetListEntry
(String externalReferenceCode, long groupId, String title, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetListEntry
addManualAssetListEntry
(String externalReferenceCode, long groupId, 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 AssetListEntry
fetchAssetListEntryByExternalReferenceCode
(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 int
getAssetListEntriesCount
(long groupId) static int
getAssetListEntriesCount
(long[] groupIds) static int
getAssetListEntriesCount
(long[] groupIds, String title) static int
getAssetListEntriesCount
(long[] groupIds, String[] assetEntryTypes) static int
getAssetListEntriesCount
(long[] groupIds, String assetEntrySubtype, String assetEntryType) static int
getAssetListEntriesCount
(long[] groupIds, String title, String[] assetEntryTypes) static int
getAssetListEntriesCount
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) static int
getAssetListEntriesCount
(long groupId, String title) static AssetListEntry
getAssetListEntry
(long assetListEntryId) static AssetListEntry
getAssetListEntry
(long groupId, String assetListEntryKey) static AssetListEntry
getAssetListEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetListEntry
getAssetListEntryByUuidAndGroupId
(String uuid, long groupId) static String
Returns the OSGi service identifier.static AssetListEntryService
static void
moveAssetEntrySelection
(long assetListEntryId, long segmentsEntryId, int position, int newPosition) static void
updateAssetListEntry
(long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetListEntry
updateAssetListEntry
(long assetListEntryId, String title) static void
updateAssetListEntryTypeSettings
(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
-