Liferay 6.1.0

com.liferay.portlet.dynamicdatamapping.service
Class DDMStructureLinkServiceUtil

java.lang.Object
  extended by 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

Constructor Summary
DDMStructureLinkServiceUtil()
           
 
Method Summary
static DDMStructureLink addStructureLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
static void deleteStructureLink(long structureLinkId)
           
static DDMStructureLinkService getService()
           
static DDMStructureLink getStructureLink(long structureLinkId)
           
 void setService(DDMStructureLinkService service)
           
static DDMStructureLink updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureLinkServiceUtil

public DDMStructureLinkServiceUtil()
Method Detail

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)

Liferay 6.1.0