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