Liferay 6.2-ce-ga5

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

Packages that use DDMStorageLink
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 DDMStorageLink in com.liferay.portlet.dynamicdatamapping.model
 

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

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMStorageLink
 DDMStorageLink DDMStorageLinkWrapper.getWrappedDDMStorageLink()
          Deprecated. As of 6.1.0, replaced by DDMStorageLinkWrapper.getWrappedModel()
 DDMStorageLink DDMStorageLinkWrapper.getWrappedModel()
           
 DDMStorageLink DDMStorageLinkWrapper.toEscapedModel()
           
 DDMStorageLink DDMStorageLinkModel.toEscapedModel()
           
 DDMStorageLink DDMStorageLinkWrapper.toUnescapedModel()
           
 DDMStorageLink DDMStorageLinkModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMStorageLink
 CacheModel<DDMStorageLink> DDMStorageLinkWrapper.toCacheModel()
           
 CacheModel<DDMStorageLink> DDMStorageLinkModel.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStorageLink
 int DDMStorageLinkWrapper.compareTo(DDMStorageLink ddmStorageLink)
           
 int DDMStorageLinkModel.compareTo(DDMStorageLink ddmStorageLink)
           
static DDMStorageLinkSoap DDMStorageLinkSoap.toSoapModel(DDMStorageLink model)
           
static DDMStorageLinkSoap[] DDMStorageLinkSoap.toSoapModels(DDMStorageLink[] models)
           
static DDMStorageLinkSoap[][] DDMStorageLinkSoap.toSoapModels(DDMStorageLink[][] models)
           
 

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

Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStorageLink
DDMStorageLinkWrapper(DDMStorageLink ddmStorageLink)
           
 

Uses of DDMStorageLink in com.liferay.portlet.dynamicdatamapping.model.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement DDMStorageLink
 class DDMStorageLinkBaseImpl
          The extended model base implementation for the DDMStorageLink service.
 class DDMStorageLinkImpl
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return DDMStorageLink
 DDMStorageLink DDMStorageLinkCacheModel.toEntityModel()
           
 DDMStorageLink DDMStorageLinkModelImpl.toEscapedModel()
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type DDMStorageLink
 int DDMStorageLinkModelImpl.compareTo(DDMStorageLink ddmStorageLink)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStorageLink
static DDMStorageLink DDMStorageLinkLocalServiceUtil.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
 DDMStorageLink DDMStorageLinkLocalService.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
static DDMStorageLink DDMStorageLinkLocalServiceUtil.addStorageLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
 DDMStorageLink DDMStorageLinkLocalService.addStorageLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.addStorageLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
static DDMStorageLink DDMStorageLinkLocalServiceUtil.createDDMStorageLink(long storageLinkId)
          Creates a new d d m storage link with the primary key.
 DDMStorageLink DDMStorageLinkLocalService.createDDMStorageLink(long storageLinkId)
          Creates a new d d m storage link with the primary key.
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.createDDMStorageLink(long storageLinkId)
          Creates a new d d m storage link with the primary key.
static DDMStorageLink DDMStorageLinkLocalServiceUtil.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
 DDMStorageLink DDMStorageLinkLocalService.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
static DDMStorageLink DDMStorageLinkLocalServiceUtil.deleteDDMStorageLink(long storageLinkId)
          Deletes the d d m storage link with the primary key from the database.
 DDMStorageLink DDMStorageLinkLocalService.deleteDDMStorageLink(long storageLinkId)
          Deletes the d d m storage link with the primary key from the database.
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.deleteDDMStorageLink(long storageLinkId)
          Deletes the d d m storage link with the primary key from the database.
static DDMStorageLink DDMStorageLinkLocalServiceUtil.fetchDDMStorageLink(long storageLinkId)
           
 DDMStorageLink DDMStorageLinkLocalService.fetchDDMStorageLink(long storageLinkId)
           
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.fetchDDMStorageLink(long storageLinkId)
           
static DDMStorageLink DDMStorageLinkLocalServiceUtil.getClassStorageLink(long classPK)
           
 DDMStorageLink DDMStorageLinkLocalService.getClassStorageLink(long classPK)
           
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.getClassStorageLink(long classPK)
           
static DDMStorageLink DDMStorageLinkLocalServiceUtil.getDDMStorageLink(long storageLinkId)
          Returns the d d m storage link with the primary key.
 DDMStorageLink DDMStorageLinkLocalService.getDDMStorageLink(long storageLinkId)
          Returns the d d m storage link with the primary key.
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.getDDMStorageLink(long storageLinkId)
          Returns the d d m storage link with the primary key.
static DDMStorageLink DDMStorageLinkLocalServiceUtil.getStorageLink(long storageLinkId)
           
 DDMStorageLink DDMStorageLinkLocalService.getStorageLink(long storageLinkId)
           
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.getStorageLink(long storageLinkId)
           
static DDMStorageLink DDMStorageLinkLocalServiceUtil.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage link in the database or adds it if it does not yet exist.
 DDMStorageLink DDMStorageLinkLocalService.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage link in the database or adds it if it does not yet exist.
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage link in the database or adds it if it does not yet exist.
static DDMStorageLink DDMStorageLinkLocalServiceUtil.updateStorageLink(long storageLinkId, long classNameId, long classPK)
           
 DDMStorageLink DDMStorageLinkLocalService.updateStorageLink(long storageLinkId, long classNameId, long classPK)
           
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.updateStorageLink(long storageLinkId, long classNameId, long classPK)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMStorageLink
static List<DDMStorageLink> DDMStorageLinkLocalServiceUtil.getDDMStorageLinks(int start, int end)
          Returns a range of all the d d m storage links.
 List<DDMStorageLink> DDMStorageLinkLocalService.getDDMStorageLinks(int start, int end)
          Returns a range of all the d d m storage links.
 List<DDMStorageLink> DDMStorageLinkLocalServiceWrapper.getDDMStorageLinks(int start, int end)
          Returns a range of all the d d m storage links.
static List<DDMStorageLink> DDMStorageLinkLocalServiceUtil.getStructureStorageLinks(long structureId)
           
 List<DDMStorageLink> DDMStorageLinkLocalService.getStructureStorageLinks(long structureId)
           
 List<DDMStorageLink> DDMStorageLinkLocalServiceWrapper.getStructureStorageLinks(long structureId)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStorageLink
static DDMStorageLink DDMStorageLinkLocalServiceUtil.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
 DDMStorageLink DDMStorageLinkLocalService.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
static DDMStorageLink DDMStorageLinkLocalServiceUtil.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
 DDMStorageLink DDMStorageLinkLocalService.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
static void DDMStorageLinkLocalServiceUtil.deleteStorageLink(DDMStorageLink storageLink)
           
 void DDMStorageLinkLocalService.deleteStorageLink(DDMStorageLink storageLink)
           
 void DDMStorageLinkLocalServiceWrapper.deleteStorageLink(DDMStorageLink storageLink)
           
static DDMStorageLink DDMStorageLinkLocalServiceUtil.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage link in the database or adds it if it does not yet exist.
 DDMStorageLink DDMStorageLinkLocalService.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage link in the database or adds it if it does not yet exist.
 DDMStorageLink DDMStorageLinkLocalServiceWrapper.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage link in the database or adds it if it does not yet exist.
 

Uses of DDMStorageLink in com.liferay.portlet.dynamicdatamapping.service.base
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStorageLink
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.createDDMStorageLink(long storageLinkId)
          Creates a new d d m storage link with the primary key.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.deleteDDMStorageLink(long storageLinkId)
          Deletes the d d m storage link with the primary key from the database.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.fetchDDMStorageLink(long storageLinkId)
           
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.getDDMStorageLink(long storageLinkId)
          Returns the d d m storage link with the primary key.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage 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 DDMStorageLink
 List<DDMStorageLink> DDMStorageLinkLocalServiceBaseImpl.getDDMStorageLinks(int start, int end)
          Returns a range of all the d d m storage links.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStorageLink
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage link in the database or adds it if it does not yet exist.
 

Uses of DDMStorageLink in com.liferay.portlet.dynamicdatamapping.service.impl
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return DDMStorageLink
 DDMStorageLink DDMStorageLinkLocalServiceImpl.addStorageLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
 DDMStorageLink DDMStorageLinkLocalServiceImpl.getClassStorageLink(long classPK)
           
 DDMStorageLink DDMStorageLinkLocalServiceImpl.getStorageLink(long storageLinkId)
           
 DDMStorageLink DDMStorageLinkLocalServiceImpl.updateStorageLink(long storageLinkId, long classNameId, long classPK)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return types with arguments of type DDMStorageLink
 List<DDMStorageLink> DDMStorageLinkLocalServiceImpl.getStructureStorageLinks(long structureId)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl with parameters of type DDMStorageLink
 void DDMStorageLinkLocalServiceImpl.deleteStorageLink(DDMStorageLink storageLink)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStorageLink
 DDMStorageLink DDMStorageLinkPersistence.create(long storageLinkId)
          Creates a new d d m storage link with the primary key.
static DDMStorageLink DDMStorageLinkUtil.create(long storageLinkId)
          Creates a new d d m storage link with the primary key.
 DDMStorageLink DDMStorageLinkPersistenceImpl.create(long storageLinkId)
          Creates a new d d m storage link with the primary key.
 DDMStorageLink DDMStorageLinkPersistence.fetchByClassPK(long classPK)
          Returns the d d m storage link where classPK = ? or returns null if it could not be found.
static DDMStorageLink DDMStorageLinkUtil.fetchByClassPK(long classPK)
          Returns the d d m storage link where classPK = ? or returns null if it could not be found.
 DDMStorageLink DDMStorageLinkPersistenceImpl.fetchByClassPK(long classPK)
          Returns the d d m storage link where classPK = ? or returns null if it could not be found.
 DDMStorageLink DDMStorageLinkPersistence.fetchByClassPK(long classPK, boolean retrieveFromCache)
          Returns the d d m storage link where classPK = ? or returns null if it could not be found, optionally using the finder cache.
static DDMStorageLink DDMStorageLinkUtil.fetchByClassPK(long classPK, boolean retrieveFromCache)
          Returns the d d m storage link where classPK = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStorageLink DDMStorageLinkPersistenceImpl.fetchByClassPK(long classPK, boolean retrieveFromCache)
          Returns the d d m storage link where classPK = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStorageLink DDMStorageLinkPersistence.fetchByPrimaryKey(long storageLinkId)
          Returns the d d m storage link with the primary key or returns null if it could not be found.
static DDMStorageLink DDMStorageLinkUtil.fetchByPrimaryKey(long storageLinkId)
          Returns the d d m storage link with the primary key or returns null if it could not be found.
 DDMStorageLink DDMStorageLinkPersistenceImpl.fetchByPrimaryKey(long storageLinkId)
          Returns the d d m storage link with the primary key or returns null if it could not be found.
 DDMStorageLink DDMStorageLinkPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the d d m storage link with the primary key or returns null if it could not be found.
 DDMStorageLink DDMStorageLinkPersistence.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistenceImpl.fetchByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistence.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistenceImpl.fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
 DDMStorageLink DDMStorageLinkPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
 DDMStorageLink DDMStorageLinkPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
static DDMStorageLink DDMStorageLinkUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
 DDMStorageLink DDMStorageLinkPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
 DDMStorageLink DDMStorageLinkPersistence.findByClassPK(long classPK)
          Returns the d d m storage link where classPK = ? or throws a NoSuchStorageLinkException if it could not be found.
static DDMStorageLink DDMStorageLinkUtil.findByClassPK(long classPK)
          Returns the d d m storage link where classPK = ? or throws a NoSuchStorageLinkException if it could not be found.
 DDMStorageLink DDMStorageLinkPersistenceImpl.findByClassPK(long classPK)
          Returns the d d m storage link where classPK = ? or throws a NoSuchStorageLinkException if it could not be found.
 DDMStorageLink DDMStorageLinkPersistence.findByPrimaryKey(long storageLinkId)
          Returns the d d m storage link with the primary key or throws a NoSuchStorageLinkException if it could not be found.
static DDMStorageLink DDMStorageLinkUtil.findByPrimaryKey(long storageLinkId)
          Returns the d d m storage link with the primary key or throws a NoSuchStorageLinkException if it could not be found.
 DDMStorageLink DDMStorageLinkPersistenceImpl.findByPrimaryKey(long storageLinkId)
          Returns the d d m storage link with the primary key or throws a NoSuchStorageLinkException if it could not be found.
 DDMStorageLink DDMStorageLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m storage link with the primary key or throws a NoSuchModelException if it could not be found.
 DDMStorageLink DDMStorageLinkPersistence.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink DDMStorageLinkUtil.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistenceImpl.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistence.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink DDMStorageLinkUtil.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistenceImpl.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink[] DDMStorageLinkPersistence.findByStructureId_PrevAndNext(long storageLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?.
static DDMStorageLink[] DDMStorageLinkUtil.findByStructureId_PrevAndNext(long storageLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink[] DDMStorageLinkPersistenceImpl.findByStructureId_PrevAndNext(long storageLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?.
 DDMStorageLink DDMStorageLinkPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
static DDMStorageLink DDMStorageLinkUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
 DDMStorageLink DDMStorageLinkPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m storage link in the ordered set where uuid = ?.
 DDMStorageLink DDMStorageLinkPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
static DDMStorageLink DDMStorageLinkUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
 DDMStorageLink DDMStorageLinkPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m storage link in the ordered set where uuid = ?.
 DDMStorageLink[] DDMStorageLinkPersistence.findByUuid_PrevAndNext(long storageLinkId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?.
static DDMStorageLink[] DDMStorageLinkUtil.findByUuid_PrevAndNext(long storageLinkId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?.
 DDMStorageLink[] DDMStorageLinkPersistenceImpl.findByUuid_PrevAndNext(long storageLinkId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?.
protected  DDMStorageLink DDMStorageLinkPersistenceImpl.getByStructureId_PrevAndNext(Session session, DDMStorageLink ddmStorageLink, long structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStorageLink DDMStorageLinkPersistenceImpl.getByUuid_PrevAndNext(Session session, DDMStorageLink ddmStorageLink, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 DDMStorageLink DDMStorageLinkPersistence.remove(long storageLinkId)
          Removes the d d m storage link with the primary key from the database.
static DDMStorageLink DDMStorageLinkUtil.remove(long storageLinkId)
          Removes the d d m storage link with the primary key from the database.
 DDMStorageLink DDMStorageLinkPersistenceImpl.remove(long storageLinkId)
          Removes the d d m storage link with the primary key from the database.
 DDMStorageLink DDMStorageLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the d d m storage link with the primary key from the database.
 DDMStorageLink DDMStorageLinkPersistence.removeByClassPK(long classPK)
          Removes the d d m storage link where classPK = ? from the database.
static DDMStorageLink DDMStorageLinkUtil.removeByClassPK(long classPK)
          Removes the d d m storage link where classPK = ? from the database.
 DDMStorageLink DDMStorageLinkPersistenceImpl.removeByClassPK(long classPK)
          Removes the d d m storage link where classPK = ? from the database.
protected  DDMStorageLink DDMStorageLinkPersistenceImpl.removeImpl(DDMStorageLink ddmStorageLink)
           
protected  DDMStorageLink DDMStorageLinkPersistenceImpl.toUnwrappedModel(DDMStorageLink ddmStorageLink)
           
static DDMStorageLink DDMStorageLinkUtil.update(DDMStorageLink ddmStorageLink)
           
static DDMStorageLink DDMStorageLinkUtil.update(DDMStorageLink ddmStorageLink, ServiceContext serviceContext)
           
 DDMStorageLink DDMStorageLinkPersistence.updateImpl(DDMStorageLink ddmStorageLink)
           
static DDMStorageLink DDMStorageLinkUtil.updateImpl(DDMStorageLink ddmStorageLink)
           
 DDMStorageLink DDMStorageLinkPersistenceImpl.updateImpl(DDMStorageLink ddmStorageLink)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStorageLink
 List<DDMStorageLink> DDMStorageLinkPersistence.findAll()
          Returns all the d d m storage links.
static List<DDMStorageLink> DDMStorageLinkUtil.findAll()
          Returns all the d d m storage links.
 List<DDMStorageLink> DDMStorageLinkPersistenceImpl.findAll()
          Returns all the d d m storage links.
 List<DDMStorageLink> DDMStorageLinkPersistence.findAll(int start, int end)
          Returns a range of all the d d m storage links.
static List<DDMStorageLink> DDMStorageLinkUtil.findAll(int start, int end)
          Returns a range of all the d d m storage links.
 List<DDMStorageLink> DDMStorageLinkPersistenceImpl.findAll(int start, int end)
          Returns a range of all the d d m storage links.
 List<DDMStorageLink> DDMStorageLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links.
static List<DDMStorageLink> DDMStorageLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links.
 List<DDMStorageLink> DDMStorageLinkPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links.
 List<DDMStorageLink> DDMStorageLinkPersistence.findByStructureId(long structureId)
          Returns all the d d m storage links where structureId = ?.
static List<DDMStorageLink> DDMStorageLinkUtil.findByStructureId(long structureId)
          Returns all the d d m storage links where structureId = ?.
 List<DDMStorageLink> DDMStorageLinkPersistenceImpl.findByStructureId(long structureId)
          Returns all the d d m storage links where structureId = ?.
 List<DDMStorageLink> DDMStorageLinkPersistence.findByStructureId(long structureId, int start, int end)
          Returns a range of all the d d m storage links where structureId = ?.
static List<DDMStorageLink> DDMStorageLinkUtil.findByStructureId(long structureId, int start, int end)
          Returns a range of all the d d m storage links where structureId = ?.
 List<DDMStorageLink> DDMStorageLinkPersistenceImpl.findByStructureId(long structureId, int start, int end)
          Returns a range of all the d d m storage links where structureId = ?.
 List<DDMStorageLink> DDMStorageLinkPersistence.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where structureId = ?.
static List<DDMStorageLink> DDMStorageLinkUtil.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where structureId = ?.
 List<DDMStorageLink> DDMStorageLinkPersistenceImpl.findByStructureId(long structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where structureId = ?.
 List<DDMStorageLink> DDMStorageLinkPersistence.findByUuid(String uuid)
          Returns all the d d m storage links where uuid = ?.
static List<DDMStorageLink> DDMStorageLinkUtil.findByUuid(String uuid)
          Returns all the d d m storage links where uuid = ?.
 List<DDMStorageLink> DDMStorageLinkPersistenceImpl.findByUuid(String uuid)
          Returns all the d d m storage links where uuid = ?.
 List<DDMStorageLink> DDMStorageLinkPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m storage links where uuid = ?.
static List<DDMStorageLink> DDMStorageLinkUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m storage links where uuid = ?.
 List<DDMStorageLink> DDMStorageLinkPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the d d m storage links where uuid = ?.
 List<DDMStorageLink> DDMStorageLinkPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where uuid = ?.
static List<DDMStorageLink> DDMStorageLinkUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where uuid = ?.
 List<DDMStorageLink> DDMStorageLinkPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m storage links where uuid = ?.
static List<DDMStorageLink> DDMStorageLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DDMStorageLink> DDMStorageLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DDMStorageLink> DDMStorageLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMStorageLink
 void DDMStorageLinkPersistence.cacheResult(DDMStorageLink ddmStorageLink)
          Caches the d d m storage link in the entity cache if it is enabled.
static void DDMStorageLinkUtil.cacheResult(DDMStorageLink ddmStorageLink)
          Caches the d d m storage link in the entity cache if it is enabled.
 void DDMStorageLinkPersistenceImpl.cacheResult(DDMStorageLink ddmStorageLink)
          Caches the d d m storage link in the entity cache if it is enabled.
protected  void DDMStorageLinkPersistenceImpl.cacheUniqueFindersCache(DDMStorageLink ddmStorageLink)
           
static void DDMStorageLinkUtil.clearCache(DDMStorageLink ddmStorageLink)
           
 void DDMStorageLinkPersistenceImpl.clearCache(DDMStorageLink ddmStorageLink)
          Clears the cache for the d d m storage link.
protected  void DDMStorageLinkPersistenceImpl.clearUniqueFindersCache(DDMStorageLink ddmStorageLink)
           
protected  DDMStorageLink DDMStorageLinkPersistenceImpl.getByStructureId_PrevAndNext(Session session, DDMStorageLink ddmStorageLink, long structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStorageLink DDMStorageLinkPersistenceImpl.getByUuid_PrevAndNext(Session session, DDMStorageLink ddmStorageLink, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  DDMStorageLink DDMStorageLinkPersistenceImpl.removeImpl(DDMStorageLink ddmStorageLink)
           
protected  DDMStorageLink DDMStorageLinkPersistenceImpl.toUnwrappedModel(DDMStorageLink ddmStorageLink)
           
static DDMStorageLink DDMStorageLinkUtil.update(DDMStorageLink ddmStorageLink)
           
static DDMStorageLink DDMStorageLinkUtil.update(DDMStorageLink ddmStorageLink, ServiceContext serviceContext)
           
 DDMStorageLink DDMStorageLinkPersistence.updateImpl(DDMStorageLink ddmStorageLink)
           
static DDMStorageLink DDMStorageLinkUtil.updateImpl(DDMStorageLink ddmStorageLink)
           
 DDMStorageLink DDMStorageLinkPersistenceImpl.updateImpl(DDMStorageLink ddmStorageLink)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMStorageLink
 void DDMStorageLinkPersistence.cacheResult(List<DDMStorageLink> ddmStorageLinks)
          Caches the d d m storage links in the entity cache if it is enabled.
static void DDMStorageLinkUtil.cacheResult(List<DDMStorageLink> ddmStorageLinks)
          Caches the d d m storage links in the entity cache if it is enabled.
 void DDMStorageLinkPersistenceImpl.cacheResult(List<DDMStorageLink> ddmStorageLinks)
          Caches the d d m storage links in the entity cache if it is enabled.
 void DDMStorageLinkPersistenceImpl.clearCache(List<DDMStorageLink> ddmStorageLinks)
           
 


Liferay 6.2-ce-ga5