public class LayoutPageTemplateCollectionServiceWrapper extends java.lang.Object implements LayoutPageTemplateCollectionService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionService>
LayoutPageTemplateCollectionService.LayoutPageTemplateCollectionService| Constructor and Description |
|---|
LayoutPageTemplateCollectionServiceWrapper() |
LayoutPageTemplateCollectionServiceWrapper(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutPageTemplateCollection |
addLayoutPageTemplateCollection(long groupId,
long parentLayoutPageTemplateCollection,
java.lang.String name,
java.lang.String description,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
LayoutPageTemplateCollection |
deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) |
void |
deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) |
LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int type) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int type,
int start,
int end) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
java.lang.String name,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) |
int |
getLayoutPageTemplateCollectionsCount(long groupId,
int type) |
int |
getLayoutPageTemplateCollectionsCount(long groupId,
java.lang.String name,
int type) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutPageTemplateCollectionService |
getWrappedService() |
void |
setWrappedService(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService) |
LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
java.lang.String name) |
LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
java.lang.String name,
java.lang.String description) |
public LayoutPageTemplateCollectionServiceWrapper()
public LayoutPageTemplateCollectionServiceWrapper(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService)
public LayoutPageTemplateCollection addLayoutPageTemplateCollection(long groupId, long parentLayoutPageTemplateCollection, java.lang.String name, java.lang.String description, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
deleteLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
fetchLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicepublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicepublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicepublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, java.lang.String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicepublic int getLayoutPageTemplateCollectionsCount(long groupId,
int type)
getLayoutPageTemplateCollectionsCount in interface LayoutPageTemplateCollectionServicepublic int getLayoutPageTemplateCollectionsCount(long groupId,
java.lang.String name,
int type)
getLayoutPageTemplateCollectionsCount in interface LayoutPageTemplateCollectionServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutPageTemplateCollectionServicepublic LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutPageTemplateCollectionService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionService>public void setWrappedService(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionService>