public class LayoutPageTemplateCollectionServiceUtil
extends java.lang.Object
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.LayoutPageTemplateCollectionService
Constructor and Description |
---|
LayoutPageTemplateCollectionServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static LayoutPageTemplateCollection |
addLayoutPageTemplateCollection(java.lang.String externalReferenceCode,
long groupId,
long parentLayoutPageTemplateCollectionId,
java.lang.String name,
java.lang.String description,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static LayoutPageTemplateCollection |
copyLayoutPageTemplateCollection(long groupId,
long sourceLayoutPageTemplateCollectionId,
long layoutParentPageTemplateCollectionId,
boolean copyPermissions,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static LayoutPageTemplateCollection |
deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) |
static LayoutPageTemplateCollection |
deleteLayoutPageTemplateCollection(java.lang.String externalReferenceCode,
long groupId) |
static void |
deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) |
static LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) |
static LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollection(long groupId,
java.lang.String name,
long parentLayoutPageTemplateCollectionId,
int type) |
static LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollection(java.lang.String externalReferenceCode,
long groupId) |
static java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int type) |
static java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int type,
int start,
int end) |
static java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) |
static java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
long layoutPageTemplateCollectionId) |
static 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) |
static int |
getLayoutPageTemplateCollectionsCount(long groupId,
int type) |
static int |
getLayoutPageTemplateCollectionsCount(long groupId,
java.lang.String name,
int type) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static LayoutPageTemplateCollectionService |
getService() |
static LayoutPageTemplateCollection |
moveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
long targetLayoutPageTemplateCollectionId) |
static LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
java.lang.String name) |
static LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
java.lang.String name,
java.lang.String description) |
public LayoutPageTemplateCollectionServiceUtil()
public static LayoutPageTemplateCollection addLayoutPageTemplateCollection(java.lang.String externalReferenceCode, long groupId, long parentLayoutPageTemplateCollectionId, java.lang.String name, java.lang.String description, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static LayoutPageTemplateCollection copyLayoutPageTemplateCollection(long groupId, long sourceLayoutPageTemplateCollectionId, long layoutParentPageTemplateCollectionId, boolean copyPermissions, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
java.lang.Exception
public static LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long groupId, java.lang.String name, long parentLayoutPageTemplateCollectionId, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type)
public static java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end)
public static java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
public static java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, long layoutPageTemplateCollectionId)
public static 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)
public static int getLayoutPageTemplateCollectionsCount(long groupId, int type)
public static int getLayoutPageTemplateCollectionsCount(long groupId, java.lang.String name, int type)
public static java.lang.String getOSGiServiceIdentifier()
public static LayoutPageTemplateCollection moveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, long targetLayoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static LayoutPageTemplateCollectionService getService()