@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface LayoutPageTemplateCollectionService
extends com.liferay.portal.kernel.service.BaseService
LayoutPageTemplateCollectionServiceUtil
Modifier and Type | Method and Description |
---|---|
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) |
LayoutPageTemplateCollection |
copyLayoutPageTemplateCollection(long groupId,
long sourceLayoutPageTemplateCollectionId,
long layoutParentPageTemplateCollectionId,
boolean copyPermissions,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
LayoutPageTemplateCollection |
deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) |
LayoutPageTemplateCollection |
deleteLayoutPageTemplateCollection(java.lang.String externalReferenceCode,
long groupId) |
void |
deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) |
LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) |
LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollection(long groupId,
java.lang.String name,
long parentLayoutPageTemplateCollectionId,
int type) |
LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollection(java.lang.String externalReferenceCode,
long groupId) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int type) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int type,
int start,
int end) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
long layoutPageTemplateCollectionId) |
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) |
int |
getLayoutPageTemplateCollectionsCount(long groupId,
int type) |
int |
getLayoutPageTemplateCollectionsCount(long groupId,
java.lang.String name,
int type) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutPageTemplateCollection |
moveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
long targetLayoutPageTemplateCollectionId) |
LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
java.lang.String name) |
LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
java.lang.String name,
java.lang.String description) |
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
LayoutPageTemplateCollection copyLayoutPageTemplateCollection(long groupId, long sourceLayoutPageTemplateCollectionId, long layoutParentPageTemplateCollectionId, boolean copyPermissions, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
java.lang.Exception
LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, long layoutPageTemplateCollectionId)
@Transactional(propagation=SUPPORTS, readOnly=true) 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)
@Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateCollectionsCount(long groupId, int type)
@Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateCollectionsCount(long groupId, java.lang.String name, int type)
java.lang.String getOSGiServiceIdentifier()
LayoutPageTemplateCollection moveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, long targetLayoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
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