Interface AssetDisplayPageEntryService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
AssetDisplayPageEntryServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface AssetDisplayPageEntryService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for AssetDisplayPageEntry. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddAssetDisplayPageEntry
(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) addAssetDisplayPageEntry
(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteAssetDisplayPageEntry
(long groupId, long classNameId, long classPK) fetchAssetDisplayPageEntry
(long groupId, long classNameId, long classPK) getAssetDisplayPageEntries
(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId) getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) int
getAssetDisplayPageEntriesCount
(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate) int
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId) Returns the OSGi service identifier.updateAssetDisplayPageEntry
(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, int type)
-
Method Details
-
addAssetDisplayPageEntry
AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Throws:
Exception
-
addAssetDisplayPageEntry
AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Throws:
Exception
-
deleteAssetDisplayPageEntry
- Throws:
Exception
-
fetchAssetDisplayPageEntry
@Transactional(propagation=SUPPORTS, readOnly=true) AssetDisplayPageEntry fetchAssetDisplayPageEntry(long groupId, long classNameId, long classPK) throws Exception - Throws:
Exception
-
getAssetDisplayPageEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetDisplayPageEntry> getAssetDisplayPageEntries(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) -
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) -
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) -
getAssetDisplayPageEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetDisplayPageEntriesCount(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate) -
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateAssetDisplayPageEntry
AssetDisplayPageEntry updateAssetDisplayPageEntry(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, int type) throws Exception - Throws:
Exception
-