Class DDMStructureLinkServiceUtil
java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMStructureLinkServiceUtil
Provides the remote service utility for DDMStructureLink. This utility wraps
com.liferay.dynamic.data.mapping.service.impl.DDMStructureLinkServiceImpl
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 DDMStructureLinkService
static List<DDMStructureLink>
getStructureLinks
(long classNameId, long classPK, long[] groupIds, String keywords, String resourceClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) static int
getStructureLinksCount
(long classNameId, long classPK, long[] groupIds, String keywords, String resourceClassName)
-
Constructor Details
-
DDMStructureLinkServiceUtil
public DDMStructureLinkServiceUtil()
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getStructureLinks
public static List<DDMStructureLink> getStructureLinks(long classNameId, long classPK, long[] groupIds, String keywords, String resourceClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLink> orderByComparator) -
getStructureLinksCount
-
getService
-