Class CPDisplayLayoutServiceUtil
java.lang.Object
com.liferay.commerce.product.service.CPDisplayLayoutServiceUtil
Provides the remote service utility for CPDisplayLayout. This utility wraps
com.liferay.commerce.product.service.impl.CPDisplayLayoutServiceImpl 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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CPDisplayLayoutaddCPDisplayLayout(long groupId, Class<?> clazz, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid) static voiddeleteCPDisplayLayout(long cpDisplayLayoutId) static CPDisplayLayoutfetchCPDisplayLayout(long cpDisplayLayoutId) static CPDisplayLayoutgetCPDisplayLayout(long cpDisplayLayoutId) static StringReturns the OSGi service identifier.static CPDisplayLayoutServicestatic 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) static CPDisplayLayoutupdateCPDisplayLayout(long cpDisplayLayoutId, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid)
-
Constructor Details
-
CPDisplayLayoutServiceUtil
public CPDisplayLayoutServiceUtil()
-
-
Method Details
-
addCPDisplayLayout
public static 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
public static void deleteCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPDisplayLayout
public static CPDisplayLayout fetchCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDisplayLayout
public static CPDisplayLayout getCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
searchCPDisplayLayout
public static 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
public static CPDisplayLayout updateCPDisplayLayout(long cpDisplayLayoutId, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-