Class LayoutPageTemplateCollectionServiceWrapper
java.lang.Object
com.liferay.layout.page.template.service.LayoutPageTemplateCollectionServiceWrapper
- All Implemented Interfaces:
LayoutPageTemplateCollectionService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionService>
public class LayoutPageTemplateCollectionServiceWrapper
extends Object
implements LayoutPageTemplateCollectionService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionService>
Provides a wrapper for
LayoutPageTemplateCollectionService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutPageTemplateCollectionServiceWrapper(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService) -
Method Summary
Modifier and TypeMethodDescriptionaddLayoutPageTemplateCollection(String externalReferenceCode, long groupId, long parentLayoutPageTemplateCollectionId, String layoutPageTemplateCollectionKey, String name, String description, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) copyLayoutPageTemplateCollection(long groupId, long sourceLayoutPageTemplateCollectionId, long layoutParentPageTemplateCollectionId, boolean copyPermissions, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) deleteLayoutPageTemplateCollection(String externalReferenceCode, long groupId) voiddeleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) fetchLayoutPageTemplateCollection(long groupId, String name, long parentLayoutPageTemplateCollectionId, int type) fetchLayoutPageTemplateCollection(String externalReferenceCode, long groupId) getLayoutPageTemplateCollection(String externalReferenceCode, long groupId) getLayoutPageTemplateCollections(long groupId, int type) getLayoutPageTemplateCollections(long groupId, int type, int start, int end) getLayoutPageTemplateCollections(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) getLayoutPageTemplateCollections(long groupId, long layoutPageTemplateCollectionId) getLayoutPageTemplateCollections(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) intgetLayoutPageTemplateCollectionsCount(long groupId, int type) intgetLayoutPageTemplateCollectionsCount(long groupId, String name, int type) Returns the OSGi service identifier.moveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, long targetLayoutPageTemplateCollectionId) voidsetWrappedService(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService) updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name) updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name, String description)
-
Constructor Details
-
LayoutPageTemplateCollectionServiceWrapper
public LayoutPageTemplateCollectionServiceWrapper() -
LayoutPageTemplateCollectionServiceWrapper
public LayoutPageTemplateCollectionServiceWrapper(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService)
-
-
Method Details
-
addLayoutPageTemplateCollection
public LayoutPageTemplateCollection addLayoutPageTemplateCollection(String externalReferenceCode, long groupId, long parentLayoutPageTemplateCollectionId, String layoutPageTemplateCollectionKey, String name, String description, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
copyLayoutPageTemplateCollection
public LayoutPageTemplateCollection copyLayoutPageTemplateCollection(long groupId, long sourceLayoutPageTemplateCollectionId, long layoutParentPageTemplateCollectionId, boolean copyPermissions, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Specified by:
copyLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
Exception
-
deleteLayoutPageTemplateCollection
public LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutPageTemplateCollection
public LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutPageTemplateCollections
public void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteLayoutPageTemplateCollectionsin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutPageTemplateCollection
public LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutPageTemplateCollection
public LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long groupId, String name, long parentLayoutPageTemplateCollectionId, int type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutPageTemplateCollection
public LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutPageTemplateCollection
public LayoutPageTemplateCollection getLayoutPageTemplateCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutPageTemplateCollections
- Specified by:
getLayoutPageTemplateCollectionsin interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollections
public List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end) - Specified by:
getLayoutPageTemplateCollectionsin interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollections
public List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) - Specified by:
getLayoutPageTemplateCollectionsin interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollections
public List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, long layoutPageTemplateCollectionId) - Specified by:
getLayoutPageTemplateCollectionsin interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollections
public List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) - Specified by:
getLayoutPageTemplateCollectionsin interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollectionsCount
public int getLayoutPageTemplateCollectionsCount(long groupId, int type) - Specified by:
getLayoutPageTemplateCollectionsCountin interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollectionsCount
- Specified by:
getLayoutPageTemplateCollectionsCountin interfaceLayoutPageTemplateCollectionService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceLayoutPageTemplateCollectionService- Returns:
- the OSGi service identifier
-
moveLayoutPageTemplateCollection
public LayoutPageTemplateCollection moveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, long targetLayoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutPageTemplateCollection
public LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutPageTemplateCollection
public LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateLayoutPageTemplateCollectionin interfaceLayoutPageTemplateCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionService>
-
setWrappedService
public void setWrappedService(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionService>
-