|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
static JournalTemplate |
JournalTemplateUtil.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Finds 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)
Finds the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_T(long groupId,
String templateId)
Finds the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByG_T(long groupId,
String templateId)
Finds 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)
Finds the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where groupId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where groupId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Finds 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)
Finds the journal templates before and after the current journal template in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByPrimaryKey(long id)
Finds the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByPrimaryKey(long id)
Finds the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByPrimaryKey(long id)
Finds the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findBySmallImageId(long smallImageId)
Finds the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findBySmallImageId(long smallImageId)
Finds the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistenceImpl.findBySmallImageId(long smallImageId)
Finds the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where templateId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where templateId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Finds 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)
Finds the journal templates before and after the current journal template in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal template in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUUID_G(String uuid,
long groupId)
Finds the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByUUID_G(String uuid,
long groupId)
Finds 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)
Finds the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal template in the ordered set where uuid = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Finds the journal templates before and after the current journal template in the ordered set where uuid = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Finds 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)
Finds the journal templates before and after the current journal template in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.remove(long id)
Removes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplatePersistence.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. |
static void |
JournalTemplateUtil.removeByG_T(long groupId,
String templateId)
Removes the journal template where groupId = ? and templateId = ? from the database. |
void |
JournalTemplatePersistence.removeByG_T(long groupId,
String templateId)
Removes the journal template where groupId = ? and templateId = ? from the database. |
void |
JournalTemplatePersistenceImpl.removeByG_T(long groupId,
String templateId)
Removes the journal template where groupId = ? and templateId = ? from the database. |
static void |
JournalTemplateUtil.removeBySmallImageId(long smallImageId)
Removes the journal template where smallImageId = ? from the database. |
void |
JournalTemplatePersistence.removeBySmallImageId(long smallImageId)
Removes the journal template where smallImageId = ? from the database. |
void |
JournalTemplatePersistenceImpl.removeBySmallImageId(long smallImageId)
Removes the journal template where smallImageId = ? from the database. |
static void |
JournalTemplateUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal template where uuid = ? and groupId = ? from the database. |
void |
JournalTemplatePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal template where uuid = ? and groupId = ? from the database. |
void |
JournalTemplatePersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the journal template where uuid = ? and groupId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |