|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DDMTemplateLink | |
|---|---|
| com.liferay.portlet.dynamicdatamapping.model | |
| com.liferay.portlet.dynamicdatamapping.service | |
| com.liferay.portlet.dynamicdatamapping.service.persistence | |
| Uses of DDMTemplateLink in com.liferay.portlet.dynamicdatamapping.model |
|---|
| Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMTemplateLink | |
|---|---|
class |
DDMTemplateLinkWrapper
This class is a wrapper for DDMTemplateLink. |
| Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMTemplateLink | |
|---|---|
DDMTemplateLink |
DDMTemplateLinkWrapper.getWrappedDDMTemplateLink()
Deprecated. As of 6.1.0, replaced by DDMTemplateLinkWrapper.getWrappedModel() |
DDMTemplateLink |
DDMTemplateLinkWrapper.getWrappedModel()
|
DDMTemplateLink |
DDMTemplateLinkModel.toEscapedModel()
|
DDMTemplateLink |
DDMTemplateLinkWrapper.toEscapedModel()
|
DDMTemplateLink |
DDMTemplateLinkModel.toUnescapedModel()
|
DDMTemplateLink |
DDMTemplateLinkWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMTemplateLink | |
|---|---|
CacheModel<DDMTemplateLink> |
DDMTemplateLinkModel.toCacheModel()
|
CacheModel<DDMTemplateLink> |
DDMTemplateLinkWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMTemplateLink | |
|---|---|
int |
DDMTemplateLinkModel.compareTo(DDMTemplateLink ddmTemplateLink)
|
int |
DDMTemplateLinkWrapper.compareTo(DDMTemplateLink ddmTemplateLink)
|
static DDMTemplateLinkSoap |
DDMTemplateLinkSoap.toSoapModel(DDMTemplateLink model)
|
static DDMTemplateLinkSoap[] |
DDMTemplateLinkSoap.toSoapModels(DDMTemplateLink[] models)
|
static DDMTemplateLinkSoap[][] |
DDMTemplateLinkSoap.toSoapModels(DDMTemplateLink[][] models)
|
| Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMTemplateLink | |
|---|---|
static DDMTemplateLinkSoap[] |
DDMTemplateLinkSoap.toSoapModels(List<DDMTemplateLink> models)
|
| Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMTemplateLink | |
|---|---|
DDMTemplateLinkWrapper(DDMTemplateLink ddmTemplateLink)
|
|
| Uses of DDMTemplateLink in com.liferay.portlet.dynamicdatamapping.service |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMTemplateLink | |
|---|---|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.addDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Adds the d d m template link to the database. |
DDMTemplateLink |
DDMTemplateLinkLocalService.addDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Adds the d d m template link to the database. |
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.addDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Adds the d d m template link to the database. |
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.addTemplateLink(long classNameId,
long classPK,
long templateId)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.addTemplateLink(long classNameId,
long classPK,
long templateId)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.addTemplateLink(long classNameId,
long classPK,
long templateId)
|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.createDDMTemplateLink(long templateLinkId)
Creates a new d d m template link with the primary key. |
DDMTemplateLink |
DDMTemplateLinkLocalService.createDDMTemplateLink(long templateLinkId)
Creates a new d d m template link with the primary key. |
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.createDDMTemplateLink(long templateLinkId)
Creates a new d d m template link with the primary key. |
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.deleteDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Deletes the d d m template link from the database. |
DDMTemplateLink |
DDMTemplateLinkLocalService.deleteDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Deletes the d d m template link from the database. |
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.deleteDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Deletes the d d m template link from the database. |
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.deleteDDMTemplateLink(long templateLinkId)
Deletes the d d m template link with the primary key from the database. |
DDMTemplateLink |
DDMTemplateLinkLocalService.deleteDDMTemplateLink(long templateLinkId)
Deletes the d d m template link with the primary key from the database. |
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.deleteDDMTemplateLink(long templateLinkId)
Deletes the d d m template link with the primary key from the database. |
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.deleteTemplateLink(DDMTemplateLink templateLink)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.deleteTemplateLink(DDMTemplateLink templateLink)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.deleteTemplateLink(DDMTemplateLink templateLink)
|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.deleteTemplateLink(long templateLinkId)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.deleteTemplateLink(long templateLinkId)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.deleteTemplateLink(long templateLinkId)
|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.deleteTemplateLink(long classNameId,
long classPK)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.deleteTemplateLink(long classNameId,
long classPK)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.deleteTemplateLink(long classNameId,
long classPK)
|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.fetchDDMTemplateLink(long templateLinkId)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.fetchDDMTemplateLink(long templateLinkId)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.fetchDDMTemplateLink(long templateLinkId)
|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.getDDMTemplateLink(long templateLinkId)
Returns the d d m template link with the primary key. |
DDMTemplateLink |
DDMTemplateLinkLocalService.getDDMTemplateLink(long templateLinkId)
Returns the d d m template link with the primary key. |
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.getDDMTemplateLink(long templateLinkId)
Returns the d d m template link with the primary key. |
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.getTemplateLink(long templateLinkId)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.getTemplateLink(long templateLinkId)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.getTemplateLink(long templateLinkId)
|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.getTemplateLink(long classNameId,
long classPK)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.getTemplateLink(long classNameId,
long classPK)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.getTemplateLink(long classNameId,
long classPK)
|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.updateDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Updates the d d m template link in the database or adds it if it does not yet exist. |
DDMTemplateLink |
DDMTemplateLinkLocalService.updateDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Updates the d d m template link in the database or adds it if it does not yet exist. |
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.updateDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Updates the d d m template link in the database or adds it if it does not yet exist. |
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.updateTemplateLink(long templateLinkId,
long templateId)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.updateTemplateLink(long templateLinkId,
long templateId)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.updateTemplateLink(long templateLinkId,
long templateId)
|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.updateTemplateLink(long classNameId,
long classPK,
long templateId)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.updateTemplateLink(long classNameId,
long classPK,
long templateId)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.updateTemplateLink(long classNameId,
long classPK,
long templateId)
|
| Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMTemplateLink | |
|---|---|
static List<DDMTemplateLink> |
DDMTemplateLinkLocalServiceUtil.getDDMTemplateLinks(int start,
int end)
Returns a range of all the d d m template links. |
List<DDMTemplateLink> |
DDMTemplateLinkLocalService.getDDMTemplateLinks(int start,
int end)
Returns a range of all the d d m template links. |
List<DDMTemplateLink> |
DDMTemplateLinkLocalServiceWrapper.getDDMTemplateLinks(int start,
int end)
Returns a range of all the d d m template links. |
static List<DDMTemplateLink> |
DDMTemplateLinkLocalServiceUtil.getTemplateLinks(long classNameId)
|
List<DDMTemplateLink> |
DDMTemplateLinkLocalService.getTemplateLinks(long classNameId)
|
List<DDMTemplateLink> |
DDMTemplateLinkLocalServiceWrapper.getTemplateLinks(long classNameId)
|
| Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMTemplateLink | |
|---|---|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.addDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Adds the d d m template link to the database. |
DDMTemplateLink |
DDMTemplateLinkLocalService.addDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Adds the d d m template link to the database. |
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.addDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Adds the d d m template link to the database. |
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.deleteDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Deletes the d d m template link from the database. |
DDMTemplateLink |
DDMTemplateLinkLocalService.deleteDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Deletes the d d m template link from the database. |
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.deleteDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Deletes the d d m template link from the database. |
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.deleteTemplateLink(DDMTemplateLink templateLink)
|
DDMTemplateLink |
DDMTemplateLinkLocalService.deleteTemplateLink(DDMTemplateLink templateLink)
|
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.deleteTemplateLink(DDMTemplateLink templateLink)
|
static DDMTemplateLink |
DDMTemplateLinkLocalServiceUtil.updateDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Updates the d d m template link in the database or adds it if it does not yet exist. |
DDMTemplateLink |
DDMTemplateLinkLocalService.updateDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Updates the d d m template link in the database or adds it if it does not yet exist. |
DDMTemplateLink |
DDMTemplateLinkLocalServiceWrapper.updateDDMTemplateLink(DDMTemplateLink ddmTemplateLink)
Updates the d d m template link in the database or adds it if it does not yet exist. |
| Uses of DDMTemplateLink in com.liferay.portlet.dynamicdatamapping.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMTemplateLink | |
|---|---|
DDMTemplateLink |
DDMTemplateLinkPersistence.create(long templateLinkId)
Creates a new d d m template link with the primary key. |
static DDMTemplateLink |
DDMTemplateLinkUtil.create(long templateLinkId)
Creates a new d d m template link with the primary key. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the d d m template link where classNameId = ? and classPK = ? or returns null if it could not be found. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByC_C(long classNameId,
long classPK)
Returns the d d m template link where classNameId = ? and classPK = ? or returns null if it could not be found. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the d d m template link where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the d d m template link where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where classNameId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where classNameId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByPrimaryKey(long templateLinkId)
Returns the d d m template link with the primary key or returns null if it could not be found. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByPrimaryKey(long templateLinkId)
Returns the d d m template link with the primary key or returns null if it could not be found. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where templateId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where templateId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByC_C(long classNameId,
long classPK)
Returns the d d m template link where classNameId = ? and classPK = ? or throws a NoSuchTemplateLinkException if it could not be found. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByC_C(long classNameId,
long classPK)
Returns the d d m template link where classNameId = ? and classPK = ? or throws a NoSuchTemplateLinkException if it could not be found. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByClassNameId_First(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByClassNameId_First(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where classNameId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where classNameId = ?. |
DDMTemplateLink[] |
DDMTemplateLinkPersistence.findByClassNameId_PrevAndNext(long templateLinkId,
long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the d d m template links before and after the current d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink[] |
DDMTemplateLinkUtil.findByClassNameId_PrevAndNext(long templateLinkId,
long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the d d m template links before and after the current d d m template link in the ordered set where classNameId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByPrimaryKey(long templateLinkId)
Returns the d d m template link with the primary key or throws a NoSuchTemplateLinkException if it could not be found. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByPrimaryKey(long templateLinkId)
Returns the d d m template link with the primary key or throws a NoSuchTemplateLinkException if it could not be found. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where templateId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where templateId = ?. |
DDMTemplateLink[] |
DDMTemplateLinkPersistence.findByTemplateId_PrevAndNext(long templateLinkId,
long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the d d m template links before and after the current d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink[] |
DDMTemplateLinkUtil.findByTemplateId_PrevAndNext(long templateLinkId,
long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the d d m template links before and after the current d d m template link in the ordered set where templateId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.remove(long templateLinkId)
Removes the d d m template link with the primary key from the database. |
static DDMTemplateLink |
DDMTemplateLinkUtil.remove(long templateLinkId)
Removes the d d m template link with the primary key from the database. |
DDMTemplateLink |
DDMTemplateLinkPersistence.removeByC_C(long classNameId,
long classPK)
Removes the d d m template link where classNameId = ? and classPK = ? from the database. |
static DDMTemplateLink |
DDMTemplateLinkUtil.removeByC_C(long classNameId,
long classPK)
Removes the d d m template link where classNameId = ? and classPK = ? from the database. |
static DDMTemplateLink |
DDMTemplateLinkUtil.update(DDMTemplateLink ddmTemplateLink)
|
static DDMTemplateLink |
DDMTemplateLinkUtil.update(DDMTemplateLink ddmTemplateLink,
ServiceContext serviceContext)
|
DDMTemplateLink |
DDMTemplateLinkPersistence.updateImpl(DDMTemplateLink ddmTemplateLink)
|
static DDMTemplateLink |
DDMTemplateLinkUtil.updateImpl(DDMTemplateLink ddmTemplateLink)
|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMTemplateLink | |
|---|---|
Map<Serializable,DDMTemplateLink> |
DDMTemplateLinkPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,DDMTemplateLink> |
DDMTemplateLinkUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findAll()
Returns all the d d m template links. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findAll()
Returns all the d d m template links. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findAll(int start,
int end)
Returns a range of all the d d m template links. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findAll(int start,
int end)
Returns a range of all the d d m template links. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findAll(int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findAll(int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findByClassNameId(long classNameId)
Returns all the d d m template links where classNameId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findByClassNameId(long classNameId)
Returns all the d d m template links where classNameId = ?. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m template links where classNameId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m template links where classNameId = ?. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links where classNameId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links where classNameId = ?. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findByTemplateId(long templateId)
Returns all the d d m template links where templateId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findByTemplateId(long templateId)
Returns all the d d m template links where templateId = ?. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findByTemplateId(long templateId,
int start,
int end)
Returns a range of all the d d m template links where templateId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findByTemplateId(long templateId,
int start,
int end)
Returns a range of all the d d m template links where templateId = ?. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findByTemplateId(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links where templateId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findByTemplateId(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links where templateId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMTemplateLink | |
|---|---|
void |
DDMTemplateLinkPersistence.cacheResult(DDMTemplateLink ddmTemplateLink)
Caches the d d m template link in the entity cache if it is enabled. |
static void |
DDMTemplateLinkUtil.cacheResult(DDMTemplateLink ddmTemplateLink)
Caches the d d m template link in the entity cache if it is enabled. |
static void |
DDMTemplateLinkUtil.clearCache(DDMTemplateLink ddmTemplateLink)
|
static DDMTemplateLink |
DDMTemplateLinkUtil.update(DDMTemplateLink ddmTemplateLink)
|
static DDMTemplateLink |
DDMTemplateLinkUtil.update(DDMTemplateLink ddmTemplateLink,
ServiceContext serviceContext)
|
DDMTemplateLink |
DDMTemplateLinkPersistence.updateImpl(DDMTemplateLink ddmTemplateLink)
|
static DDMTemplateLink |
DDMTemplateLinkUtil.updateImpl(DDMTemplateLink ddmTemplateLink)
|
| Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMTemplateLink | |
|---|---|
void |
DDMTemplateLinkPersistence.cacheResult(List<DDMTemplateLink> ddmTemplateLinks)
Caches the d d m template links in the entity cache if it is enabled. |
static void |
DDMTemplateLinkUtil.cacheResult(List<DDMTemplateLink> ddmTemplateLinks)
Caches the d d m template links in the entity cache if it is enabled. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where classNameId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where classNameId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where templateId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.fetchByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.fetchByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where templateId = ?. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findAll(int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findAll(int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByClassNameId_First(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByClassNameId_First(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where classNameId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where classNameId = ?. |
DDMTemplateLink[] |
DDMTemplateLinkPersistence.findByClassNameId_PrevAndNext(long templateLinkId,
long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the d d m template links before and after the current d d m template link in the ordered set where classNameId = ?. |
static DDMTemplateLink[] |
DDMTemplateLinkUtil.findByClassNameId_PrevAndNext(long templateLinkId,
long classNameId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the d d m template links before and after the current d d m template link in the ordered set where classNameId = ?. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links where classNameId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links where classNameId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the first d d m template link in the ordered set where templateId = ?. |
DDMTemplateLink |
DDMTemplateLinkPersistence.findByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink |
DDMTemplateLinkUtil.findByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the last d d m template link in the ordered set where templateId = ?. |
DDMTemplateLink[] |
DDMTemplateLinkPersistence.findByTemplateId_PrevAndNext(long templateLinkId,
long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the d d m template links before and after the current d d m template link in the ordered set where templateId = ?. |
static DDMTemplateLink[] |
DDMTemplateLinkUtil.findByTemplateId_PrevAndNext(long templateLinkId,
long templateId,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns the d d m template links before and after the current d d m template link in the ordered set where templateId = ?. |
List<DDMTemplateLink> |
DDMTemplateLinkPersistence.findByTemplateId(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links where templateId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findByTemplateId(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
Returns an ordered range of all the d d m template links where templateId = ?. |
static List<DDMTemplateLink> |
DDMTemplateLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMTemplateLink> orderByComparator)
|
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||