Liferay 6.1.2-ce-ga3

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

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

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

Methods in com.liferay.portlet.journal.service.persistence that throw NoSuchTemplateException
 JournalTemplate[] JournalTemplatePersistence.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?.
static JournalTemplate[] JournalTemplateUtil.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?.
 JournalTemplate[] JournalTemplatePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?.
static JournalTemplate[] JournalTemplateUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate JournalTemplateUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate JournalTemplateUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate[] JournalTemplateUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByG_T(long groupId, String templateId)
          Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findByG_T(long groupId, String templateId)
          Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findByG_T(long groupId, String templateId)
          Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ?.
static JournalTemplate[] JournalTemplateUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByPrimaryKey(long id)
          Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findByPrimaryKey(long id)
          Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findByPrimaryKey(long id)
          Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findBySmallImageId(long smallImageId)
          Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findBySmallImageId(long smallImageId)
          Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findBySmallImageId(long smallImageId)
          Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where structureId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where structureId = ?.
static JournalTemplate[] JournalTemplateUtil.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where structureId = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where templateId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where templateId = ?.
static JournalTemplate[] JournalTemplateUtil.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where templateId = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.findByUUID_G(String uuid, long groupId)
          Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findByUUID_G(String uuid, long groupId)
          Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where uuid = ?.
 JournalTemplate[] JournalTemplatePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where uuid = ?.
static JournalTemplate[] JournalTemplateUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where uuid = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.remove(long id)
          Removes the journal template with the primary key from the database.
static JournalTemplate JournalTemplateUtil.remove(long id)
          Removes the journal template with the primary key from the database.
 JournalTemplate JournalTemplatePersistenceImpl.remove(long id)
          Removes the journal template with the primary key from the database.
 JournalTemplate JournalTemplatePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal template with the primary key from the database.
 JournalTemplate JournalTemplatePersistence.removeByG_T(long groupId, String templateId)
          Removes the journal template where groupId = ? and templateId = ? from the database.
static JournalTemplate JournalTemplateUtil.removeByG_T(long groupId, String templateId)
          Removes the journal template where groupId = ? and templateId = ? from the database.
 JournalTemplate JournalTemplatePersistenceImpl.removeByG_T(long groupId, String templateId)
          Removes the journal template where groupId = ? and templateId = ? from the database.
 JournalTemplate JournalTemplatePersistence.removeBySmallImageId(long smallImageId)
          Removes the journal template where smallImageId = ? from the database.
static JournalTemplate JournalTemplateUtil.removeBySmallImageId(long smallImageId)
          Removes the journal template where smallImageId = ? from the database.
 JournalTemplate JournalTemplatePersistenceImpl.removeBySmallImageId(long smallImageId)
          Removes the journal template where smallImageId = ? from the database.
 JournalTemplate JournalTemplatePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal template where uuid = ? and groupId = ? from the database.
static JournalTemplate JournalTemplateUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal template where uuid = ? and groupId = ? from the database.
 JournalTemplate JournalTemplatePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the journal template where uuid = ? and groupId = ? from the database.
 


Liferay 6.1.2-ce-ga3