Interface CPDisplayLayoutService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CPDisplayLayoutServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CPDisplayLayoutService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CPDisplayLayout. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddCPDisplayLayout
(long groupId, Class<?> clazz, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid) void
deleteCPDisplayLayout
(long cpDisplayLayoutId) fetchCPDisplayLayout
(long cpDisplayLayoutId) getCPDisplayLayout
(long cpDisplayLayoutId) Returns the OSGi service identifier.com.liferay.portal.kernel.search.BaseModelSearchResult<CPDisplayLayout>
searchCPDisplayLayout
(long companyId, long groupId, String className, Integer type, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) updateCPDisplayLayout
(long cpDisplayLayoutId, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid)
-
Method Details
-
addCPDisplayLayout
CPDisplayLayout addCPDisplayLayout(long groupId, Class<?> clazz, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPDisplayLayout
void deleteCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPDisplayLayout
@Transactional(propagation=SUPPORTS, readOnly=true) CPDisplayLayout fetchCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDisplayLayout
@Transactional(propagation=SUPPORTS, readOnly=true) CPDisplayLayout getCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
searchCPDisplayLayout
@Transactional(propagation=SUPPORTS, readOnly=true) com.liferay.portal.kernel.search.BaseModelSearchResult<CPDisplayLayout> searchCPDisplayLayout(long companyId, long groupId, String className, Integer type, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCPDisplayLayout
CPDisplayLayout updateCPDisplayLayout(long cpDisplayLayoutId, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-