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) void
deleteLayoutPageTemplateCollections
(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) int
getLayoutPageTemplateCollectionsCount
(long groupId, int type) int
getLayoutPageTemplateCollectionsCount
(long groupId, String name, int type) Returns the OSGi service identifier.moveLayoutPageTemplateCollection
(long layoutPageTemplateCollectionId, long targetLayoutPageTemplateCollectionId) void
setWrappedService
(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:
addLayoutPageTemplateCollection
in 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:
copyLayoutPageTemplateCollection
in interfaceLayoutPageTemplateCollectionService
- Throws:
Exception
-
deleteLayoutPageTemplateCollection
public LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteLayoutPageTemplateCollection
in 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:
deleteLayoutPageTemplateCollection
in interfaceLayoutPageTemplateCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutPageTemplateCollections
public void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteLayoutPageTemplateCollections
in interfaceLayoutPageTemplateCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutPageTemplateCollection
public LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchLayoutPageTemplateCollection
in 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:
fetchLayoutPageTemplateCollection
in 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:
fetchLayoutPageTemplateCollection
in 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:
getLayoutPageTemplateCollection
in interfaceLayoutPageTemplateCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutPageTemplateCollections
- Specified by:
getLayoutPageTemplateCollections
in interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollections
public List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end) - Specified by:
getLayoutPageTemplateCollections
in interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollections
public List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) - Specified by:
getLayoutPageTemplateCollections
in interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollections
public List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, long layoutPageTemplateCollectionId) - Specified by:
getLayoutPageTemplateCollections
in 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:
getLayoutPageTemplateCollections
in interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollectionsCount
public int getLayoutPageTemplateCollectionsCount(long groupId, int type) - Specified by:
getLayoutPageTemplateCollectionsCount
in interfaceLayoutPageTemplateCollectionService
-
getLayoutPageTemplateCollectionsCount
- Specified by:
getLayoutPageTemplateCollectionsCount
in interfaceLayoutPageTemplateCollectionService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceLayoutPageTemplateCollectionService
- Returns:
- the OSGi service identifier
-
moveLayoutPageTemplateCollection
public LayoutPageTemplateCollection moveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, long targetLayoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveLayoutPageTemplateCollection
in 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:
updateLayoutPageTemplateCollection
in 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:
updateLayoutPageTemplateCollection
in interfaceLayoutPageTemplateCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionService>
-
setWrappedService
public void setWrappedService(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionService>
-