Liferay 6.1.2-ce-ga3

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

Packages that use DDMStructureLink
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.dynamicdatamapping.service.impl   
com.liferay.portlet.dynamicdatamapping.service.persistence   
 

Uses of DDMStructureLink in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return DDMStructureLink
 DDMStructureLink DataFactory.addDDMStructureLink(long classPK, long structureId)
           
 

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. Renamed to 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.model.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement DDMStructureLink
 class DDMStructureLinkBaseImpl
          The extended model base implementation for the DDMStructureLink service.
 class DDMStructureLinkImpl
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return DDMStructureLink
 DDMStructureLink DDMStructureLinkCacheModel.toEntityModel()
           
 DDMStructureLink DDMStructureLinkModelImpl.toEscapedModel()
           
 DDMStructureLink DDMStructureLinkModelImpl.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type DDMStructureLink
 int DDMStructureLinkModelImpl.compareTo(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 DDMStructureLinkLocalServiceWrapper.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.
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.addStructureLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
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.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 DDMStructureLinkLocalServiceWrapper.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.
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.deleteDDMStructureLink(long structureLinkId)
          Deletes the d d m structure link with the primary key from the database.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.fetchDDMStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.fetchDDMStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalService.fetchDDMStructureLink(long structureLinkId)
           
static DDMStructureLink DDMStructureLinkLocalServiceUtil.getClassStructureLink(long classPK)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.getClassStructureLink(long classPK)
           
 DDMStructureLink DDMStructureLinkLocalService.getClassStructureLink(long classPK)
           
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.getDDMStructureLink(long structureLinkId)
          Returns the d d m structure link with the primary key.
static DDMStructureLink DDMStructureLinkLocalServiceUtil.getStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.getStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalService.getStructureLink(long structureLinkId)
           
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.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, boolean merge)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.updateDDMStructureLink(DDMStructureLink ddmStructureLink, boolean merge)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalService.updateDDMStructureLink(DDMStructureLink ddmStructureLink, boolean merge)
          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 DDMStructureLinkLocalServiceWrapper.updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
 DDMStructureLink DDMStructureLinkLocalService.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.getClassStructureLinks(long classNameId)
           
 List<DDMStructureLink> DDMStructureLinkLocalServiceWrapper.getClassStructureLinks(long classNameId)
           
 List<DDMStructureLink> DDMStructureLinkLocalService.getClassStructureLinks(long classNameId)
           
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.getDDMStructureLinks(int start, int end)
          Returns a range of all the d d m structure links.
static List<DDMStructureLink> DDMStructureLinkLocalServiceUtil.getStructureLinks(long structureId, int start, int end)
           
 List<DDMStructureLink> DDMStructureLinkLocalServiceWrapper.getStructureLinks(long structureId, int start, int end)
           
 List<DDMStructureLink> DDMStructureLinkLocalService.getStructureLinks(long structureId, int start, int end)
           
 

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 DDMStructureLinkLocalServiceWrapper.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.
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(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
static void DDMStructureLinkLocalServiceUtil.deleteStructureLink(DDMStructureLink structureLink)
           
 void DDMStructureLinkLocalServiceWrapper.deleteStructureLink(DDMStructureLink structureLink)
           
 void DDMStructureLinkLocalService.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 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.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, boolean merge)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalServiceWrapper.updateDDMStructureLink(DDMStructureLink ddmStructureLink, boolean merge)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalService.updateDDMStructureLink(DDMStructureLink ddmStructureLink, boolean merge)
          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.base
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStructureLink
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.createDDMStructureLink(long structureLinkId)
          Creates a new d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.deleteDDMStructureLink(long structureLinkId)
          Deletes the d d m structure link with the primary key from the database.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.fetchDDMStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.getDDMStructureLink(long structureLinkId)
          Returns the d d m structure link with the primary key.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.updateDDMStructureLink(DDMStructureLink ddmStructureLink, boolean merge)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return types with arguments of type DDMStructureLink
 List<DDMStructureLink> DDMStructureLinkLocalServiceBaseImpl.getDDMStructureLinks(int start, int end)
          Returns a range of all the d d m structure links.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStructureLink
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.updateDDMStructureLink(DDMStructureLink ddmStructureLink, boolean merge)
          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.impl
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return DDMStructureLink
 DDMStructureLink DDMStructureLinkLocalServiceImpl.addStructureLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
 DDMStructureLink DDMStructureLinkLocalServiceImpl.getClassStructureLink(long classPK)
           
 DDMStructureLink DDMStructureLinkLocalServiceImpl.getStructureLink(long structureLinkId)
           
 DDMStructureLink DDMStructureLinkLocalServiceImpl.updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return types with arguments of type DDMStructureLink
 List<DDMStructureLink> DDMStructureLinkLocalServiceImpl.getClassStructureLinks(long classNameId)
           
 List<DDMStructureLink> DDMStructureLinkLocalServiceImpl.getStructureLinks(long structureId, int start, int end)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl with parameters of type DDMStructureLink
 void DDMStructureLinkLocalServiceImpl.deleteStructureLink(DDMStructureLink structureLink)
           
 

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.
 DDMStructureLink DDMStructureLinkPersistenceImpl.create(long structureLinkId)
          Creates a new d d m structure link with the primary key.
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_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistenceImpl.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistenceImpl.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
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)
          Returns the d d m structure link where classPK = ? or returns null if it could not be found.
 DDMStructureLink DDMStructureLinkPersistenceImpl.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, 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.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 DDMStructureLinkPersistenceImpl.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.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.
 DDMStructureLink DDMStructureLinkPersistenceImpl.fetchByPrimaryKey(long structureLinkId)
          Returns the d d m structure link with the primary key or returns null if it could not be found.
 DDMStructureLink DDMStructureLinkPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistenceImpl.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistenceImpl.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
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_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last 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.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[] DDMStructureLinkPersistenceImpl.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.findByClassPK(long classPK)
          Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found.
 DDMStructureLink DDMStructureLinkPersistence.findByClassPK(long classPK)
          Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found.
 DDMStructureLink DDMStructureLinkPersistenceImpl.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.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.
 DDMStructureLink DDMStructureLinkPersistenceImpl.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 DDMStructureLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m structure link with the primary key or throws a NoSuchModelException if it could not be found.
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_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistenceImpl.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistenceImpl.findByStructureId_Last(long structureId, OrderByComparator 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 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 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[] DDMStructureLinkPersistenceImpl.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 = ?.
protected  DDMStructureLink DDMStructureLinkPersistenceImpl.getByClassNameId_PrevAndNext(Session session, DDMStructureLink ddmStructureLink, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructureLink DDMStructureLinkPersistenceImpl.getByStructureId_PrevAndNext(Session session, DDMStructureLink ddmStructureLink, long structureId, OrderByComparator orderByComparator, boolean previous)
           
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.
 DDMStructureLink DDMStructureLinkPersistenceImpl.remove(long structureLinkId)
          Removes the d d m structure link with the primary key from the database.
 DDMStructureLink DDMStructureLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the d d m structure link with the primary key from the database.
static DDMStructureLink DDMStructureLinkUtil.removeByClassPK(long classPK)
          Removes the d d m structure link where classPK = ? from the database.
 DDMStructureLink DDMStructureLinkPersistence.removeByClassPK(long classPK)
          Removes the d d m structure link where classPK = ? from the database.
 DDMStructureLink DDMStructureLinkPersistenceImpl.removeByClassPK(long classPK)
          Removes the d d m structure link where classPK = ? from the database.
protected  DDMStructureLink DDMStructureLinkPersistenceImpl.removeImpl(DDMStructureLink ddmStructureLink)
           
protected  DDMStructureLink DDMStructureLinkPersistenceImpl.toUnwrappedModel(DDMStructureLink ddmStructureLink)
           
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink, boolean merge)
           
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink, boolean merge, ServiceContext serviceContext)
           
static DDMStructureLink DDMStructureLinkUtil.updateImpl(DDMStructureLink ddmStructureLink, boolean merge)
           
 DDMStructureLink DDMStructureLinkPersistence.updateImpl(DDMStructureLink ddmStructureLink, boolean merge)
           
 DDMStructureLink DDMStructureLinkPersistenceImpl.updateImpl(DDMStructureLink ddmStructureLink, boolean merge)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructureLink
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.
 List<DDMStructureLink> DDMStructureLinkPersistenceImpl.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.
 List<DDMStructureLink> DDMStructureLinkPersistenceImpl.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 orderByComparator)
          Returns an ordered 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.
 List<DDMStructureLink> DDMStructureLinkPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structure links.
static List<DDMStructureLink> DDMStructureLinkUtil.findByClassNameId(long classNameId)
          Returns all the d d m structure links where classNameId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistence.findByClassNameId(long classNameId)
          Returns all the d d m structure links where classNameId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistenceImpl.findByClassNameId(long classNameId)
          Returns 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)
          Returns a range of all the d d m structure links where classNameId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 = ?.
 List<DDMStructureLink> DDMStructureLinkPersistenceImpl.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.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 = ?.
 List<DDMStructureLink> DDMStructureLinkPersistenceImpl.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 = ?.
 List<DDMStructureLink> DDMStructureLinkPersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the d d m structure links where structureId = ?.
 List<DDMStructureLink> DDMStructureLinkPersistenceImpl.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
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.
 void DDMStructureLinkPersistenceImpl.cacheResult(DDMStructureLink ddmStructureLink)
          Caches the d d m structure link in the entity cache if it is enabled.
protected  void DDMStructureLinkPersistenceImpl.cacheUniqueFindersCache(DDMStructureLink ddmStructureLink)
           
static void DDMStructureLinkUtil.clearCache(DDMStructureLink ddmStructureLink)
           
 void DDMStructureLinkPersistenceImpl.clearCache(DDMStructureLink ddmStructureLink)
          Clears the cache for the d d m structure link.
protected  void DDMStructureLinkPersistenceImpl.clearUniqueFindersCache(DDMStructureLink ddmStructureLink)
           
protected  DDMStructureLink DDMStructureLinkPersistenceImpl.getByClassNameId_PrevAndNext(Session session, DDMStructureLink ddmStructureLink, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructureLink DDMStructureLinkPersistenceImpl.getByStructureId_PrevAndNext(Session session, DDMStructureLink ddmStructureLink, long structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStructureLink DDMStructureLinkPersistenceImpl.removeImpl(DDMStructureLink ddmStructureLink)
           
protected  DDMStructureLink DDMStructureLinkPersistenceImpl.toUnwrappedModel(DDMStructureLink ddmStructureLink)
           
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink, boolean merge)
           
static DDMStructureLink DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink, boolean merge, ServiceContext serviceContext)
           
static DDMStructureLink DDMStructureLinkUtil.updateImpl(DDMStructureLink ddmStructureLink, boolean merge)
           
 DDMStructureLink DDMStructureLinkPersistence.updateImpl(DDMStructureLink ddmStructureLink, boolean merge)
           
 DDMStructureLink DDMStructureLinkPersistenceImpl.updateImpl(DDMStructureLink ddmStructureLink, boolean merge)
           
 

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.
 void DDMStructureLinkPersistenceImpl.cacheResult(List<DDMStructureLink> ddmStructureLinks)
          Caches the d d m structure links in the entity cache if it is enabled.
 void DDMStructureLinkPersistenceImpl.clearCache(List<DDMStructureLink> ddmStructureLinks)
           
 


Liferay 6.1.2-ce-ga3