Class AssetDisplayPageEntryServiceUtil
java.lang.Object
com.liferay.asset.display.page.service.AssetDisplayPageEntryServiceUtil
Provides the remote service utility for AssetDisplayPageEntry. This utility wraps
com.liferay.asset.display.page.service.impl.AssetDisplayPageEntryServiceImpl
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 AssetDisplayPageEntry
addAssetDisplayPageEntry
(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetDisplayPageEntry
addAssetDisplayPageEntry
(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static void
deleteAssetDisplayPageEntry
(long groupId, long classNameId, long classPK) static AssetDisplayPageEntry
fetchAssetDisplayPageEntry
(long groupId, long classNameId, long classPK) static List<AssetDisplayPageEntry>
getAssetDisplayPageEntries
(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) static List<AssetDisplayPageEntry>
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId) static List<AssetDisplayPageEntry>
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) static int
getAssetDisplayPageEntriesCount
(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate) static int
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId
(long layoutPageTemplateEntryId) static String
Returns the OSGi service identifier.static AssetDisplayPageEntryService
static AssetDisplayPageEntry
updateAssetDisplayPageEntry
(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, int type)
-
Constructor Details
-
AssetDisplayPageEntryServiceUtil
public AssetDisplayPageEntryServiceUtil()
-
-
Method Details
-
addAssetDisplayPageEntry
public static 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
public static AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Throws:
Exception
-
deleteAssetDisplayPageEntry
public static void deleteAssetDisplayPageEntry(long groupId, long classNameId, long classPK) throws Exception - Throws:
Exception
-
fetchAssetDisplayPageEntry
public static AssetDisplayPageEntry fetchAssetDisplayPageEntry(long groupId, long classNameId, long classPK) throws Exception - Throws:
Exception
-
getAssetDisplayPageEntries
public static List<AssetDisplayPageEntry> getAssetDisplayPageEntries(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) -
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
public static List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) -
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
public static List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) -
getAssetDisplayPageEntriesCount
public static int getAssetDisplayPageEntriesCount(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate) -
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId
public static int getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateAssetDisplayPageEntry
public static AssetDisplayPageEntry updateAssetDisplayPageEntry(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, int type) throws Exception - Throws:
Exception
-
getService
-