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) voiddeleteAssetDisplayPageEntry(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) intgetAssetDisplayPageEntriesCount(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate) intgetAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) Returns the OSGi service identifier.voidsetWrappedService(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:
addAssetDisplayPageEntryin 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:
addAssetDisplayPageEntryin interfaceAssetDisplayPageEntryService- Throws:
Exception
-
deleteAssetDisplayPageEntry
public void deleteAssetDisplayPageEntry(long groupId, long classNameId, long classPK) throws Exception - Specified by:
deleteAssetDisplayPageEntryin interfaceAssetDisplayPageEntryService- Throws:
Exception
-
fetchAssetDisplayPageEntry
public AssetDisplayPageEntry fetchAssetDisplayPageEntry(long groupId, long classNameId, long classPK) throws Exception - Specified by:
fetchAssetDisplayPageEntryin 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:
getAssetDisplayPageEntriesin interfaceAssetDisplayPageEntryService
-
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
public List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) - Specified by:
getAssetDisplayPageEntriesByLayoutPageTemplateEntryIdin interfaceAssetDisplayPageEntryService
-
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId
public List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) - Specified by:
getAssetDisplayPageEntriesByLayoutPageTemplateEntryIdin interfaceAssetDisplayPageEntryService
-
getAssetDisplayPageEntriesCount
public int getAssetDisplayPageEntriesCount(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate) - Specified by:
getAssetDisplayPageEntriesCountin interfaceAssetDisplayPageEntryService
-
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId
public int getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) - Specified by:
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryIdin interfaceAssetDisplayPageEntryService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetDisplayPageEntryService- Returns:
- the OSGi service identifier
-
updateAssetDisplayPageEntry
public AssetDisplayPageEntry updateAssetDisplayPageEntry(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, int type) throws Exception - Specified by:
updateAssetDisplayPageEntryin interfaceAssetDisplayPageEntryService- Throws:
Exception
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryService>
-