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,
java.lang.String name,
java.lang.String description,
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) |
static java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int start,
int end) |
static java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int start,
int end,
OrderByComparator<LayoutPageTemplateCollection> orderByComparator) |
static java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<LayoutPageTemplateCollection> orderByComparator) |
static int |
getLayoutPageTemplateCollectionsCount(long groupId) |
static int |
getLayoutPageTemplateCollectionsCount(long groupId,
java.lang.String name) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static LayoutPageTemplateCollectionService |
getService() |
static LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
java.lang.String name,
java.lang.String description) |
public LayoutPageTemplateCollectionServiceUtil()
public static LayoutPageTemplateCollection addLayoutPageTemplateCollection(long groupId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws PortalException
PortalExceptionpublic static void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds)
throws PortalException
PortalExceptionpublic static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws PortalException
PortalExceptionpublic static java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId)
public static java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int start, int end)
public static java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int start, int end, OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
public static java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, java.lang.String name, int start, int end, OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
public static int getLayoutPageTemplateCollectionsCount(long groupId)
public static int getLayoutPageTemplateCollectionsCount(long groupId,
java.lang.String name)
public static java.lang.String getOSGiServiceIdentifier()
public static LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, java.lang.String name, java.lang.String description) throws PortalException
PortalExceptionpublic static LayoutPageTemplateCollectionService getService()