Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink

Packages that use DDMStructureLink
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.persistence   
 

Uses of DDMStructureLink in com.liferay.portlet.dynamicdatamapping.model
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMStructureLink
 class DDMStructureLinkWrapper
           This class is a wrapper for DDMStructureLink.
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMStructureLink
 DDMStructureLink DDMStructureLinkWrapper.getWrappedDDMStructureLink()
          Deprecated. As of 6.1.0, replaced by DDMStructureLinkWrapper.getWrappedModel()
 DDMStructureLink DDMStructureLinkWrapper.getWrappedModel()
           
 DDMStructureLink DDMStructureLinkModel.toEscapedModel()
           
 DDMStructureLink DDMStructureLinkWrapper.toEscapedModel()
           
 DDMStructureLink DDMStructureLinkModel.toUnescapedModel()
           
 DDMStructureLink DDMStructureLinkWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMStructureLink
 CacheModel<DDMStructureLink> DDMStructureLinkModel.toCacheModel()
           
 CacheModel<DDMStructureLink> DDMStructureLinkWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructureLink
 int DDMStructureLinkModel.compareTo(DDMStructureLink ddmStructureLink)
           
 int DDMStructureLinkWrapper.compareTo(DDMStructureLink ddmStructureLink)
           
static DDMStructureLinkSoap DDMStructureLinkSoap.toSoapModel(DDMStructureLink model)
           
static DDMStructureLinkSoap[] DDMStructureLinkSoap.toSoapModels(DDMStructureLink[] models)
           
static DDMStructureLinkSoap[][] DDMStructureLinkSoap.toSoapModels(DDMStructureLink[][] models)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMStructureLink
static DDMStructureLinkSoap[] DDMStructureLinkSoap.toSoapModels(List<DDMStructureLink> models)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructureLink
DDMStructureLinkWrapper(DDMStructureLink ddmStructureLink)
           
 

Uses of DDMStructureLink in com.liferay.portlet.dynamicdatamapping.service
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructureLink
 DDMStructureLink DDMStructureLinkLocalService.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
 DDMStructureLink DDMStructureLinkLocalService.addStructureLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
static DDMStructureLink DDMStructureLinkLocalServiceUtil.addStructureLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.addStructureLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
 DDMStructureLink DDMStructureLinkLocalService.createDDMStructureLink(long structureLinkId)
          Creates a new d d m structure link with the primary key.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.createDDMStructureLink(long structureLinkId)
          Creates a new d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.createDDMStructureLink(long structureLinkId)
          Creates a new d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkLocalService.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
 DDMStructureLink DDMStructureLinkLocalService.deleteDDMStructureLink(long structureLinkId)
          Deletes the d d m structure link with the primary key from the database.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.deleteDDMStructureLink(long structureLinkId)
          Deletes the d d m structure link with the primary key from the database.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.deleteDDMStructureLink(long structureLinkId)
          Deletes the d d m structure link with the primary key from the database.
 DDMStructureLink DDMStructureLinkLocalService.fetchDDMStructureLink(long structureLinkId)
           
static DDMStructureLink DDMStructureLinkLocalServiceUtil.fetchDDMStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.fetchDDMStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalService.getClassStructureLink(long classPK)
           
static DDMStructureLink DDMStructureLinkLocalServiceUtil.getClassStructureLink(long classPK)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.getClassStructureLink(long classPK)
           
 DDMStructureLink DDMStructureLinkLocalService.getDDMStructureLink(long structureLinkId)
          Returns the d d m structure link with the primary key.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.getDDMStructureLink(long structureLinkId)
          Returns the d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.getDDMStructureLink(long structureLinkId)
          Returns the d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkLocalService.getStructureLink(long structureLinkId)
           
static DDMStructureLink DDMStructureLinkLocalServiceUtil.getStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.getStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalService.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalService.updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
static DDMStructureLink DDMStructureLinkLocalServiceUtil.updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMStructureLink
 List<DDMStructureLink> DDMStructureLinkLocalService.getClassStructureLinks(long classNameId)
           
static List<DDMStructureLink> DDMStructureLinkLocalServiceUtil.getClassStructureLinks(long classNameId)
           
 List<DDMStructureLink> DDMStructureLinkLocalServiceWrapper.getClassStructureLinks(long classNameId)
           
 List<DDMStructureLink> DDMStructureLinkLocalService.getDDMStructureLinks(int start, int end)
          Returns a range of all the d d m structure links.
static List<DDMStructureLink> DDMStructureLinkLocalServiceUtil.getDDMStructureLinks(int start, int end)
          Returns a range of all the d d m structure links.
 List<DDMStructureLink> DDMStructureLinkLocalServiceWrapper.getDDMStructureLinks(int start, int end)
          Returns a range of all the d d m structure links.
 List<DDMStructureLink> DDMStructureLinkLocalService.getStructureLinks(long structureId, int start, int end)
           
static List<DDMStructureLink> DDMStructureLinkLocalServiceUtil.getStructureLinks(long structureId, int start, int end)
           
 List<DDMStructureLink> DDMStructureLinkLocalServiceWrapper.getStructureLinks(long structureId, int start, int end)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureLink
 DDMStructureLink DDMStructureLinkLocalService.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
 DDMStructureLink DDMStructureLinkLocalService.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
 void DDMStructureLinkLocalService.deleteStructureLink(DDMStructureLink structureLink)
           
static void DDMStructureLinkLocalServiceUtil.deleteStructureLink(DDMStructureLink structureLink)
           
 void DDMStructureLinkLocalServiceWrapper.deleteStructureLink(DDMStructureLink structureLink)
           
 DDMStructureLink DDMStructureLinkLocalService.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 

Uses of DDMStructureLink in com.liferay.portlet.dynamicdatamapping.service.persistence
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStructureLink
 DDMStructureLink DDMStructureLinkPersistence.create(long structureLinkId)
          Creates a new d d m structure link with the primary key.
static DDMStructureLink DDMStructureLinkUtil.create(long structureLinkId)
          Creates a new d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByClassPK(long classPK)
          Returns the d d m structure link where classPK = ? or returns null if it could not be found.
static DDMStructureLink DDMStructureLinkUtil.fetchByClassPK(long classPK)
          Returns the d d m structure link where classPK = ? or returns null if it could not be found.
 DDMStructureLink DDMStructureLinkPersistence.fetchByClassPK(long classPK, boolean retrieveFromCache)
          Returns the d d m structure link where classPK = ? or returns null if it could not be found, optionally using the finder cache.
static DDMStructureLink DDMStructureLinkUtil.fetchByClassPK(long classPK, boolean retrieveFromCache)
          Returns the d d m structure link where classPK = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStructureLink DDMStructureLinkPersistence.fetchByPrimaryKey(long structureLinkId)
          Returns the d d m structure link with the primary key or returns null if it could not be found.
static DDMStructureLink DDMStructureLinkUtil.fetchByPrimaryKey(long structureLinkId)
          Returns the d d m structure link with the primary key or returns null if it could not be found.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink[] DDMStructureLinkPersistence.findByClassNameId_PrevAndNext(long structureLinkId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByClassNameId_PrevAndNext(long structureLinkId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByClassPK(long classPK)
          Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found.
static DDMStructureLink DDMStructureLinkUtil.findByClassPK(long classPK)
          Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found.
 DDMStructureLink DDMStructureLinkPersistence.findByPrimaryKey(long structureLinkId)
          Returns the d d m structure link with the primary key or throws a NoSuchStructureLinkException if it could not be found.
static DDMStructureLink DDMStructureLinkUtil.findByPrimaryKey(long structureLinkId)
          Returns the d d m structure link with the primary key or throws a NoSuchStructureLinkException if it could not be found.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink[] DDMStructureLinkPersistence.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.remove(long structureLinkId)
          Removes the d d m structure link with the primary key from the database.
static DDMStructureLink DDMStructureLinkUtil.remove(long structureLinkId)
          Removes the d d m structure link with the primary key from the database.
 DDMStructureLink DDMStructureLinkPersistence.removeByClassPK(long classPK)
          Removes the d d m structure link where classPK = ? from the database.
static DDMStructureLink DDMStructureLinkUtil.removeByClassPK(long classPK)
          Removes the d d m structure link where classPK = ? from the database.
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink)
           
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink, ServiceContext serviceContext)
           
 DDMStructureLink DDMStructureLinkPersistence.updateImpl(DDMStructureLink ddmStructureLink)
           
static DDMStructureLink DDMStructureLinkUtil.updateImpl(DDMStructureLink ddmStructureLink)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructureLink
 List<DDMStructureLink> DDMStructureLinkPersistence.findAll()
          Returns all the d d m structure links.
static List<DDMStructureLink> DDMStructureLinkUtil.findAll()
          Returns all the d d m structure links.
 List<DDMStructureLink> DDMStructureLinkPersistence.findAll(int start, int end)
          Returns a range of all the d d m structure links.
static List<DDMStructureLink> DDMStructureLinkUtil.findAll(int start, int end)
          Returns a range of all the d d m structure links.
 List<DDMStructureLink> DDMStructureLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links.
static List<DDMStructureLink> DDMStructureLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByClassNameId(long classNameId)
          Returns all the d d m structure links where classNameId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByClassNameId(long classNameId)
          Returns all the d d m structure links where classNameId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the d d m structure links where classNameId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the d d m structure links where classNameId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links where classNameId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links where classNameId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByStructureId(long structureId)
          Returns all the d d m structure links where structureId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByStructureId(long structureId)
          Returns all the d d m structure links where structureId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByStructureId(long structureId, int start, int end)
          Returns a range of all the d d m structure links where structureId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByStructureId(long structureId, int start, int end)
          Returns a range of all the d d m structure links where structureId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links where structureId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links where structureId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DDMStructureLink> DDMStructureLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DDMStructureLink> DDMStructureLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMStructureLink
 void DDMStructureLinkPersistence.cacheResult(DDMStructureLink ddmStructureLink)
          Caches the d d m structure link in the entity cache if it is enabled.
static void DDMStructureLinkUtil.cacheResult(DDMStructureLink ddmStructureLink)
          Caches the d d m structure link in the entity cache if it is enabled.
static void DDMStructureLinkUtil.clearCache(DDMStructureLink ddmStructureLink)
           
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink)
           
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink, ServiceContext serviceContext)
           
 DDMStructureLink DDMStructureLinkPersistence.updateImpl(DDMStructureLink ddmStructureLink)
           
static DDMStructureLink DDMStructureLinkUtil.updateImpl(DDMStructureLink ddmStructureLink)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMStructureLink
 void DDMStructureLinkPersistence.cacheResult(List<DDMStructureLink> ddmStructureLinks)
          Caches the d d m structure links in the entity cache if it is enabled.
static void DDMStructureLinkUtil.cacheResult(List<DDMStructureLink> ddmStructureLinks)
          Caches the d d m structure links in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5