Liferay 7.0-ce-m6

Uses of Class
com.liferay.portlet.dynamicdatamapping.NoSuchTemplateLinkException

Packages that use NoSuchTemplateLinkException
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.service.persistence.impl   
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw NoSuchTemplateLinkException
 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.
 

Uses of NoSuchTemplateLinkException in com.liferay.portlet.dynamicdatamapping.service.persistence.impl
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that throw NoSuchTemplateLinkException
 DDMTemplateLink DDMTemplateLinkPersistenceImpl.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 DDMTemplateLinkPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator<DDMTemplateLink> orderByComparator)
          Returns the first d d m template link in the ordered set where classNameId = ?.
 DDMTemplateLink DDMTemplateLinkPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator<DDMTemplateLink> orderByComparator)
          Returns the last d d m template link in the ordered set where classNameId = ?.
 DDMTemplateLink[] DDMTemplateLinkPersistenceImpl.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 DDMTemplateLinkPersistenceImpl.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 DDMTemplateLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m template link with the primary key or throws a NoSuchModelException if it could not be found.
 DDMTemplateLink DDMTemplateLinkPersistenceImpl.findByTemplateId_First(long templateId, OrderByComparator<DDMTemplateLink> orderByComparator)
          Returns the first d d m template link in the ordered set where templateId = ?.
 DDMTemplateLink DDMTemplateLinkPersistenceImpl.findByTemplateId_Last(long templateId, OrderByComparator<DDMTemplateLink> orderByComparator)
          Returns the last d d m template link in the ordered set where templateId = ?.
 DDMTemplateLink[] DDMTemplateLinkPersistenceImpl.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 DDMTemplateLinkPersistenceImpl.remove(long templateLinkId)
          Removes the d d m template link with the primary key from the database.
 DDMTemplateLink DDMTemplateLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the d d m template link with the primary key from the database.
 DDMTemplateLink DDMTemplateLinkPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the d d m template link where classNameId = ? and classPK = ? from the database.
 


Liferay 7.0-ce-m6