Liferay 7.0-ce-m6

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 DDMStructureLinkWrapper.toEscapedModel()
           
 DDMStructureLink DDMStructureLinkModel.toEscapedModel()
           
 DDMStructureLink DDMStructureLinkWrapper.toUnescapedModel()
           
 DDMStructureLink DDMStructureLinkModel.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructureLink
 int DDMStructureLinkWrapper.compareTo(DDMStructureLink ddmStructureLink)
           
 int DDMStructureLinkModel.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
static DDMStructureLink DDMStructureLinkLocalServiceUtil.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
 DDMStructureLink DDMStructureLinkLocalService.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.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.addStructureLink(long classNameId, long classPK, long structureId)
           
 DDMStructureLink DDMStructureLinkLocalService.addStructureLink(long classNameId, long classPK, long structureId)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.addStructureLink(long classNameId, long classPK, long structureId)
           
static DDMStructureLink DDMStructureLinkLocalServiceUtil.createDDMStructureLink(long structureLinkId)
          Creates a new d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkLocalService.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.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
 DDMStructureLink DDMStructureLinkLocalService.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.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.deleteDDMStructureLink(long structureLinkId)
          Deletes the d d m structure link with the primary key from the database.
 DDMStructureLink DDMStructureLinkLocalService.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.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.fetchDDMStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalService.fetchDDMStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.fetchDDMStructureLink(long structureLinkId)
           
static DDMStructureLink DDMStructureLinkLocalServiceUtil.getDDMStructureLink(long structureLinkId)
          Returns the d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkLocalService.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.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.getStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalService.getStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.getStructureLink(long structureLinkId)
           
static DDMStructureLink DDMStructureLinkLocalServiceUtil.getUniqueStructureLink(long classNameId, long classPK)
           
 DDMStructureLink DDMStructureLinkLocalService.getUniqueStructureLink(long classNameId, long classPK)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.getUniqueStructureLink(long classNameId, long classPK)
           
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 DDMStructureLinkLocalService.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.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
 DDMStructureLink DDMStructureLinkLocalService.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
static List<DDMStructureLink> DDMStructureLinkLocalServiceUtil.getDDMStructureLinks(int start, int end)
          Returns a range of all the d d m structure links.
 List<DDMStructureLink> DDMStructureLinkLocalService.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.
static List<DDMStructureLink> DDMStructureLinkLocalServiceUtil.getStructureLinks(long structureId)
           
 List<DDMStructureLink> DDMStructureLinkLocalService.getStructureLinks(long structureId)
           
 List<DDMStructureLink> DDMStructureLinkLocalServiceWrapper.getStructureLinks(long structureId)
           
static List<DDMStructureLink> DDMStructureLinkLocalServiceUtil.getStructureLinks(long structureId, int start, int end)
           
 List<DDMStructureLink> DDMStructureLinkLocalService.getStructureLinks(long structureId, int start, int end)
           
 List<DDMStructureLink> DDMStructureLinkLocalServiceWrapper.getStructureLinks(long structureId, int start, int end)
           
static List<DDMStructureLink> DDMStructureLinkLocalServiceUtil.getStructureLinks(long classNameId, long classPK)
           
 List<DDMStructureLink> DDMStructureLinkLocalService.getStructureLinks(long classNameId, long classPK)
           
 List<DDMStructureLink> DDMStructureLinkLocalServiceWrapper.getStructureLinks(long classNameId, long classPK)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureLink
static DDMStructureLink DDMStructureLinkLocalServiceUtil.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
 DDMStructureLink DDMStructureLinkLocalService.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.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
 DDMStructureLink DDMStructureLinkLocalService.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.
static void DDMStructureLinkLocalServiceUtil.deleteStructureLink(DDMStructureLink structureLink)
           
 void DDMStructureLinkLocalService.deleteStructureLink(DDMStructureLink structureLink)
           
 void DDMStructureLinkLocalServiceWrapper.deleteStructureLink(DDMStructureLink structureLink)
           
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 DDMStructureLinkLocalService.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
static DDMStructureLink DDMStructureLinkUtil.create(long structureLinkId)
          Creates a new d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkPersistence.create(long structureLinkId)
          Creates a new d d m structure link with the primary key.
static DDMStructureLink DDMStructureLinkUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByC_C_S(long classNameId, long classPK, long structureId)
          Returns the d d m structure link where classNameId = ? and classPK = ? and structureId = ? or returns null if it could not be found.
 DDMStructureLink DDMStructureLinkPersistence.fetchByC_C_S(long classNameId, long classPK, long structureId)
          Returns the d d m structure link where classNameId = ? and classPK = ? and structureId = ? or returns null if it could not be found.
static DDMStructureLink DDMStructureLinkUtil.fetchByC_C_S(long classNameId, long classPK, long structureId, boolean retrieveFromCache)
          Returns the d d m structure link where classNameId = ? and classPK = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStructureLink DDMStructureLinkPersistence.fetchByC_C_S(long classNameId, long classPK, long structureId, boolean retrieveFromCache)
          Returns the d d m structure link where classNameId = ? and classPK = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache.
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.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.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static DDMStructureLink DDMStructureLinkUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByC_C_PrevAndNext(long structureLinkId, long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink[] DDMStructureLinkPersistence.findByC_C_PrevAndNext(long structureLinkId, long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static DDMStructureLink DDMStructureLinkUtil.findByC_C_S(long classNameId, long classPK, long structureId)
          Returns the d d m structure link where classNameId = ? and classPK = ? and structureId = ? or throws a NoSuchStructureLinkException if it could not be found.
 DDMStructureLink DDMStructureLinkPersistence.findByC_C_S(long classNameId, long classPK, long structureId)
          Returns the d d m structure link where classNameId = ? and classPK = ? and structureId = ? 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.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.findByStructureId_First(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_First(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator<DDMStructureLink> 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.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator<DDMStructureLink> 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.remove(long structureLinkId)
          Removes the d d m structure link with the primary key from the database.
 DDMStructureLink DDMStructureLinkPersistence.remove(long structureLinkId)
          Removes the d d m structure link with the primary key from the database.
static DDMStructureLink DDMStructureLinkUtil.removeByC_C_S(long classNameId, long classPK, long structureId)
          Removes the d d m structure link where classNameId = ? and classPK = ? and structureId = ? from the database.
 DDMStructureLink DDMStructureLinkPersistence.removeByC_C_S(long classNameId, long classPK, long structureId)
          Removes the d d m structure link where classNameId = ? and classPK = ? and structureId = ? from the database.
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink)
           
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink, ServiceContext serviceContext)
           
static DDMStructureLink DDMStructureLinkUtil.updateImpl(DDMStructureLink ddmStructureLink)
           
 DDMStructureLink DDMStructureLinkPersistence.updateImpl(DDMStructureLink ddmStructureLink)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructureLink
static Map<Serializable,DDMStructureLink> DDMStructureLinkUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,DDMStructureLink> DDMStructureLinkPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<DDMStructureLink> DDMStructureLinkUtil.findAll()
          Returns all the d d m structure links.
 List<DDMStructureLink> DDMStructureLinkPersistence.findAll()
          Returns 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)
          Returns a range of all the d d m structure links.
static List<DDMStructureLink> DDMStructureLinkUtil.findAll(int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links.
 List<DDMStructureLink> DDMStructureLinkPersistence.findAll(int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links.
static List<DDMStructureLink> DDMStructureLinkUtil.findByC_C(long classNameId, long classPK)
          Returns all the d d m structure links where classNameId = ? and classPK = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByC_C(long classNameId, long classPK)
          Returns all the d d m structure links where classNameId = ? and classPK = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the d d m structure links where classNameId = ? and classPK = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the d d m structure links where classNameId = ? and classPK = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links where classNameId = ? and classPK = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links where classNameId = ? and classPK = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByStructureId(long structureId)
          Returns all the d d m structure links where structureId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByStructureId(long structureId)
          Returns 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)
          Returns a range of all the d d m structure links where structureId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links where structureId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureLink> 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<DDMStructureLink> orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMStructureLink
static void DDMStructureLinkUtil.cacheResult(DDMStructureLink ddmStructureLink)
          Caches the d d m structure link in the entity cache if it is enabled.
 void DDMStructureLinkPersistence.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)
           
static DDMStructureLink DDMStructureLinkUtil.updateImpl(DDMStructureLink ddmStructureLink)
           
 DDMStructureLink DDMStructureLinkPersistence.updateImpl(DDMStructureLink ddmStructureLink)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMStructureLink
static void DDMStructureLinkUtil.cacheResult(List<DDMStructureLink> ddmStructureLinks)
          Caches the d d m structure links in the entity cache if it is enabled.
 void DDMStructureLinkPersistence.cacheResult(List<DDMStructureLink> ddmStructureLinks)
          Caches the d d m structure links in the entity cache if it is enabled.
static DDMStructureLink DDMStructureLinkUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findAll(int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links.
 List<DDMStructureLink> DDMStructureLinkPersistence.findAll(int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links.
static DDMStructureLink DDMStructureLinkUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static DDMStructureLink DDMStructureLinkUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByC_C_PrevAndNext(long structureLinkId, long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ? and classPK = ?.
 DDMStructureLink[] DDMStructureLinkPersistence.findByC_C_PrevAndNext(long structureLinkId, long classNameId, long classPK, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ? and classPK = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links where classNameId = ? and classPK = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links where classNameId = ? and classPK = ?.
static DDMStructureLink DDMStructureLinkUtil.findByStructureId_First(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_First(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator<DDMStructureLink> 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.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator<DDMStructureLink> 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 List<DDMStructureLink> DDMStructureLinkUtil.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links where structureId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
          Returns an ordered range of all the d d m structure links where structureId = ?.
static List<DDMStructureLink> DDMStructureLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DDMStructureLink> orderByComparator)
           
 


Liferay 7.0-ce-m6