public class AssetDisplayPageEntryServiceWrapper extends java.lang.Object implements AssetDisplayPageEntryService, com.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryService>
AssetDisplayPageEntryService.AssetDisplayPageEntryService| Constructor and Description |
|---|
AssetDisplayPageEntryServiceWrapper() |
AssetDisplayPageEntryServiceWrapper(AssetDisplayPageEntryService assetDisplayPageEntryService) |
| Modifier and Type | Method and Description |
|---|---|
AssetDisplayPageEntry |
addAssetDisplayPageEntry(long userId,
long groupId,
long classNameId,
long classPK,
long layoutPageTemplateEntryId,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AssetDisplayPageEntry |
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) |
AssetDisplayPageEntry |
fetchAssetDisplayPageEntry(long groupId,
long classNameId,
long classPK) |
java.util.List<AssetDisplayPageEntry> |
getAssetDisplayPageEntries(long classNameId,
long classTypeId,
long layoutPageTemplateEntryId,
boolean defaultTemplate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) |
java.util.List<AssetDisplayPageEntry> |
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) |
java.util.List<AssetDisplayPageEntry> |
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) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AssetDisplayPageEntryService |
getWrappedService() |
void |
setWrappedService(AssetDisplayPageEntryService assetDisplayPageEntryService) |
AssetDisplayPageEntry |
updateAssetDisplayPageEntry(long assetDisplayPageEntryId,
long layoutPageTemplateEntryId,
int type) |
public AssetDisplayPageEntryServiceWrapper()
public AssetDisplayPageEntryServiceWrapper(AssetDisplayPageEntryService assetDisplayPageEntryService)
public AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
addAssetDisplayPageEntry in interface AssetDisplayPageEntryServicejava.lang.Exceptionpublic AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
addAssetDisplayPageEntry in interface AssetDisplayPageEntryServicejava.lang.Exceptionpublic void deleteAssetDisplayPageEntry(long groupId,
long classNameId,
long classPK)
throws java.lang.Exception
deleteAssetDisplayPageEntry in interface AssetDisplayPageEntryServicejava.lang.Exceptionpublic AssetDisplayPageEntry fetchAssetDisplayPageEntry(long groupId, long classNameId, long classPK) throws java.lang.Exception
fetchAssetDisplayPageEntry in interface AssetDisplayPageEntryServicejava.lang.Exceptionpublic java.util.List<AssetDisplayPageEntry> getAssetDisplayPageEntries(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator)
getAssetDisplayPageEntries in interface AssetDisplayPageEntryServicepublic java.util.List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId in interface AssetDisplayPageEntryServicepublic java.util.List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator)
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId in interface AssetDisplayPageEntryServicepublic int getAssetDisplayPageEntriesCount(long classNameId,
long classTypeId,
long layoutPageTemplateEntryId,
boolean defaultTemplate)
getAssetDisplayPageEntriesCount in interface AssetDisplayPageEntryServicepublic int getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId in interface AssetDisplayPageEntryServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetDisplayPageEntryServicepublic AssetDisplayPageEntry updateAssetDisplayPageEntry(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, int type) throws java.lang.Exception
updateAssetDisplayPageEntry in interface AssetDisplayPageEntryServicejava.lang.Exceptionpublic AssetDisplayPageEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryService>public void setWrappedService(AssetDisplayPageEntryService assetDisplayPageEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryService>