Class AssetDisplayPageEntryServiceWrapper
java.lang.Object
com.liferay.asset.display.page.service.AssetDisplayPageEntryServiceWrapper
- All Implemented Interfaces:
AssetDisplayPageEntryService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryService>
public class AssetDisplayPageEntryServiceWrapper
extends Object
implements AssetDisplayPageEntryService, com.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryService>
Provides a wrapper for
AssetDisplayPageEntryService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionAssetDisplayPageEntryServiceWrapper
(AssetDisplayPageEntryService assetDisplayPageEntryService) -
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.void
setWrappedService
(AssetDisplayPageEntryService assetDisplayPageEntryService) updateAssetDisplayPageEntry
(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, int type)
-
Constructor Details
-
AssetDisplayPageEntryServiceWrapper
public AssetDisplayPageEntryServiceWrapper() -
AssetDisplayPageEntryServiceWrapper
public AssetDisplayPageEntryServiceWrapper(AssetDisplayPageEntryService assetDisplayPageEntryService)
-
-
Method Details
-
addAssetDisplayPageEntry
public AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Specified by:
addAssetDisplayPageEntry
in interfaceAssetDisplayPageEntryService
- Throws:
Exception
-
addAssetDisplayPageEntry
public AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Specified by:
addAssetDisplayPageEntry
in interfaceAssetDisplayPageEntryService
- Throws:
Exception
-
deleteAssetDisplayPageEntry
public void deleteAssetDisplayPageEntry(long groupId, long classNameId, long classPK) throws Exception - Specified by:
deleteAssetDisplayPageEntry
in interfaceAssetDisplayPageEntryService
- Throws:
Exception
-
fetchAssetDisplayPageEntry
public AssetDisplayPageEntry fetchAssetDisplayPageEntry(long groupId, long classNameId, long classPK) throws Exception - Specified by:
fetchAssetDisplayPageEntry
in interfaceAssetDisplayPageEntryService
- Throws:
Exception
-
getAssetDisplayPageEntries
public List<AssetDisplayPageEntry> getAssetDisplayPageEntries(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) - Specified by:
getAssetDisplayPageEntries
in interfaceAssetDisplayPageEntryService
-
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
public List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) - Specified by:
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
in interfaceAssetDisplayPageEntryService
-
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
public List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) - Specified by:
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
in interfaceAssetDisplayPageEntryService
-
getAssetDisplayPageEntriesCount
public int getAssetDisplayPageEntriesCount(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate) - Specified by:
getAssetDisplayPageEntriesCount
in interfaceAssetDisplayPageEntryService
-
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId
public int getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) - Specified by:
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId
in interfaceAssetDisplayPageEntryService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAssetDisplayPageEntryService
- Returns:
- the OSGi service identifier
-
updateAssetDisplayPageEntry
public AssetDisplayPageEntry updateAssetDisplayPageEntry(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, int type) throws Exception - Specified by:
updateAssetDisplayPageEntry
in interfaceAssetDisplayPageEntryService
- Throws:
Exception
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryService>
-