com.liferay.portlet.dynamicdatamapping.service
Class DDMStructureLinkServiceUtil
java.lang.Object
com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkServiceUtil
public class DDMStructureLinkServiceUtil
- extends Object
The utility for the d d m structure link remote service. This utility wraps com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLinkServiceImpl and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. 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:
DDMStructureLinkService,
com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLinkServiceBaseImpl,
com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLinkServiceImpl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStructureLinkServiceUtil
public DDMStructureLinkServiceUtil()
addStructureLink
public static DDMStructureLink addStructureLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteStructureLink
public static void deleteStructureLink(long structureLinkId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStructureLink
public static DDMStructureLink getStructureLink(long structureLinkId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateStructureLink
public static DDMStructureLink updateStructureLink(long structureLinkId,
long classNameId,
long classPK,
long structureId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static DDMStructureLinkService getService()
setService
public void setService(DDMStructureLinkService service)