Interface DDMStructureLinkService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
DDMStructureLinkServiceWrapper

@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface DDMStructureLinkService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for DDMStructureLink. 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 Details

    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getStructureLinks

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) int getStructureLinksCount(long classNameId, long classPK, long[] groupIds, String keywords, String resourceClassName)