Class LayoutPageTemplateCollectionServiceUtil
java.lang.Object
com.liferay.layout.page.template.service.LayoutPageTemplateCollectionServiceUtil
Provides the remote service utility for LayoutPageTemplateCollection. This utility wraps
com.liferay.layout.page.template.service.impl.LayoutPageTemplateCollectionServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayoutPageTemplateCollectionaddLayoutPageTemplateCollection(String externalReferenceCode, long groupId, long parentLayoutPageTemplateCollectionId, String layoutPageTemplateCollectionKey, String name, String description, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) static LayoutPageTemplateCollectioncopyLayoutPageTemplateCollection(long groupId, long sourceLayoutPageTemplateCollectionId, long layoutParentPageTemplateCollectionId, boolean copyPermissions, com.liferay.portal.kernel.service.ServiceContext serviceContext) static LayoutPageTemplateCollectiondeleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) static LayoutPageTemplateCollectiondeleteLayoutPageTemplateCollection(String externalReferenceCode, long groupId) static voiddeleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) static LayoutPageTemplateCollectionfetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) static LayoutPageTemplateCollectionfetchLayoutPageTemplateCollection(long groupId, String name, long parentLayoutPageTemplateCollectionId, int type) static LayoutPageTemplateCollectionfetchLayoutPageTemplateCollection(String externalReferenceCode, long groupId) static LayoutPageTemplateCollectiongetLayoutPageTemplateCollection(String externalReferenceCode, long groupId) static List<LayoutPageTemplateCollection>getLayoutPageTemplateCollections(long groupId, int type) static List<LayoutPageTemplateCollection>getLayoutPageTemplateCollections(long groupId, int type, int start, int end) static List<LayoutPageTemplateCollection>getLayoutPageTemplateCollections(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) static List<LayoutPageTemplateCollection>getLayoutPageTemplateCollections(long groupId, long layoutPageTemplateCollectionId) static List<LayoutPageTemplateCollection>getLayoutPageTemplateCollections(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) static intgetLayoutPageTemplateCollectionsCount(long groupId, int type) static intgetLayoutPageTemplateCollectionsCount(long groupId, String name, int type) static StringReturns the OSGi service identifier.static LayoutPageTemplateCollectionmoveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, long targetLayoutPageTemplateCollectionId) static LayoutPageTemplateCollectionupdateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name) static LayoutPageTemplateCollectionupdateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name, String description)
-
Constructor Details
-
LayoutPageTemplateCollectionServiceUtil
public LayoutPageTemplateCollectionServiceUtil()
-
-
Method Details
-
addLayoutPageTemplateCollection
public static 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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
copyLayoutPageTemplateCollection
public static LayoutPageTemplateCollection copyLayoutPageTemplateCollection(long groupId, long sourceLayoutPageTemplateCollectionId, long layoutParentPageTemplateCollectionId, boolean copyPermissions, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Throws:
Exception
-
deleteLayoutPageTemplateCollection
public static LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutPageTemplateCollection
public static LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutPageTemplateCollections
public static void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutPageTemplateCollection
public static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutPageTemplateCollection
public static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long groupId, String name, long parentLayoutPageTemplateCollectionId, int type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutPageTemplateCollection
public static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutPageTemplateCollection
public static LayoutPageTemplateCollection getLayoutPageTemplateCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutPageTemplateCollections
public static List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type) -
getLayoutPageTemplateCollections
public static List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end) -
getLayoutPageTemplateCollections
public static List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) -
getLayoutPageTemplateCollections
public static List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, long layoutPageTemplateCollectionId) -
getLayoutPageTemplateCollections
public static List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) -
getLayoutPageTemplateCollectionsCount
public static int getLayoutPageTemplateCollectionsCount(long groupId, int type) -
getLayoutPageTemplateCollectionsCount
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
moveLayoutPageTemplateCollection
public static LayoutPageTemplateCollection moveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, long targetLayoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutPageTemplateCollection
public static LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutPageTemplateCollection
public static LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-