Class DDMStructureLayoutServiceUtil
java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMStructureLayoutServiceUtil
Provides the remote service utility for DDMStructureLayout. This utility wraps
com.liferay.dynamic.data.mapping.service.impl.DDMStructureLayoutServiceImpl
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 String
Returns the OSGi service identifier.static DDMStructureLayoutService
static List<DDMStructureLayout>
getStructureLayouts
(long groupId, int start, int end) static int
getStructureLayoutsCount
(long groupId) static List<DDMStructureLayout>
search
(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
-
Constructor Details
-
DDMStructureLayoutServiceUtil
public DDMStructureLayoutServiceUtil()
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getStructureLayouts
public static List<DDMStructureLayout> getStructureLayouts(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureLayoutsCount
public static int getStructureLayoutsCount(long groupId) -
search
public static List<DDMStructureLayout> search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-