Liferay 6.1.2-ce-ga3

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

Packages that use NoSuchTemplateException
com.liferay.portlet.dynamicdatamapping.service.persistence   
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw NoSuchTemplateException
 DDMTemplate[] DDMTemplatePersistence.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?.
static DDMTemplate[] DDMTemplateUtil.filterFindByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
static DDMTemplate DDMTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where groupId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
static DDMTemplate[] DDMTemplateUtil.findByGroupId_PrevAndNext(long templateId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?.
 DDMTemplate DDMTemplatePersistence.findByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_First(String language, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.findByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
static DDMTemplate DDMTemplateUtil.findByLanguage_Last(String language, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where language = ?.
 DDMTemplate[] DDMTemplatePersistence.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
static DDMTemplate[] DDMTemplateUtil.findByLanguage_PrevAndNext(long templateId, String language, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where language = ?.
 DDMTemplate DDMTemplatePersistence.findByPrimaryKey(long templateId)
          Returns the d d m template with the primary key or throws a NoSuchTemplateException if it could not be found.
static DDMTemplate DDMTemplateUtil.findByPrimaryKey(long templateId)
          Returns the d d m template with the primary key or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistence.findByS_T_First(long structureId, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByS_T_First(long structureId, String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByS_T_Last(long structureId, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ?.
static DDMTemplate DDMTemplateUtil.findByS_T_Last(long structureId, String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByS_T_M_First(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByS_T_M_First(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
 DDMTemplate DDMTemplatePersistence.findByS_T_M_Last(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
static DDMTemplate DDMTemplateUtil.findByS_T_M_Last(long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByS_T_M_PrevAndNext(long templateId, long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
static DDMTemplate[] DDMTemplateUtil.findByS_T_M_PrevAndNext(long templateId, long structureId, String type, String mode, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ? and mode = ?.
 DDMTemplate[] DDMTemplatePersistence.findByS_T_PrevAndNext(long templateId, long structureId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ?.
static DDMTemplate[] DDMTemplateUtil.findByS_T_PrevAndNext(long templateId, long structureId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ? and type = ?.
 DDMTemplate DDMTemplatePersistence.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ?.
static DDMTemplate DDMTemplateUtil.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where structureId = ?.
 DDMTemplate DDMTemplatePersistence.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ?.
static DDMTemplate DDMTemplateUtil.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where structureId = ?.
 DDMTemplate[] DDMTemplatePersistence.findByStructureId_PrevAndNext(long templateId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ?.
static DDMTemplate[] DDMTemplateUtil.findByStructureId_PrevAndNext(long templateId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where structureId = ?.
 DDMTemplate DDMTemplatePersistence.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
static DDMTemplate DDMTemplateUtil.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where type = ?.
 DDMTemplate[] DDMTemplatePersistence.findByType_PrevAndNext(long templateId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
static DDMTemplate[] DDMTemplateUtil.findByType_PrevAndNext(long templateId, String type, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where type = ?.
 DDMTemplate DDMTemplatePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.findByUUID_G(String uuid, long groupId)
          Returns the d d m template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
static DDMTemplate DDMTemplateUtil.findByUUID_G(String uuid, long groupId)
          Returns the d d m template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
 DDMTemplate DDMTemplatePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
static DDMTemplate DDMTemplateUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m template in the ordered set where uuid = ?.
 DDMTemplate[] DDMTemplatePersistence.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
static DDMTemplate[] DDMTemplateUtil.findByUuid_PrevAndNext(long templateId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?.
 DDMTemplate DDMTemplatePersistence.remove(long templateId)
          Removes the d d m template with the primary key from the database.
static DDMTemplate DDMTemplateUtil.remove(long templateId)
          Removes the d d m template with the primary key from the database.
 DDMTemplate DDMTemplatePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d m template where uuid = ? and groupId = ? from the database.
static DDMTemplate DDMTemplateUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d d m template where uuid = ? and groupId = ? from the database.
 


Liferay 6.1.2-ce-ga3