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(long groupId,
long parentLayoutPageTemplateCollection,
java.lang.String name,
java.lang.String description,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static LayoutPageTemplateCollection |
deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) |
static void |
deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) |
static LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) |
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,
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 void |
setService(LayoutPageTemplateCollectionService service) |
static LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
java.lang.String name,
java.lang.String description) |
public LayoutPageTemplateCollectionServiceUtil()
public static 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
com.liferay.portal.kernel.exception.PortalExceptionpublic static LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic 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, 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 updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static LayoutPageTemplateCollectionService getService()
public static void setService(LayoutPageTemplateCollectionService service)