Liferay 6.0.5

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

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

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

Methods in com.liferay.portlet.journal.service.persistence that throw NoSuchStructureException
static JournalStructure JournalStructureUtil.findByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
static JournalStructure JournalStructureUtil.findByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where groupId = ? and parentStructureId = ?.
static JournalStructure[] JournalStructureUtil.findByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure[] JournalStructurePersistence.findByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure[] JournalStructurePersistenceImpl.findByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?.
static JournalStructure JournalStructureUtil.findByG_S(long groupId, String structureId)
          Finds the journal structure where groupId = ? and structureId = ? or throws a NoSuchStructureException if it could not be found.
 JournalStructure JournalStructurePersistence.findByG_S(long groupId, String structureId)
          Finds the journal structure where groupId = ? and structureId = ? or throws a NoSuchStructureException if it could not be found.
 JournalStructure JournalStructurePersistenceImpl.findByG_S(long groupId, String structureId)
          Finds the journal structure where groupId = ? and structureId = ? or throws a NoSuchStructureException if it could not be found.
static JournalStructure JournalStructureUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where groupId = ?.
static JournalStructure JournalStructureUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where groupId = ?.
static JournalStructure[] JournalStructureUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where groupId = ?.
 JournalStructure[] JournalStructurePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where groupId = ?.
 JournalStructure[] JournalStructurePersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where groupId = ?.
static JournalStructure JournalStructureUtil.findByPrimaryKey(long id)
          Finds the journal structure with the primary key or throws a NoSuchStructureException if it could not be found.
 JournalStructure JournalStructurePersistence.findByPrimaryKey(long id)
          Finds the journal structure with the primary key or throws a NoSuchStructureException if it could not be found.
 JournalStructure JournalStructurePersistenceImpl.findByPrimaryKey(long id)
          Finds the journal structure with the primary key or throws a NoSuchStructureException if it could not be found.
static JournalStructure JournalStructureUtil.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where structureId = ?.
static JournalStructure JournalStructureUtil.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistence.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where structureId = ?.
static JournalStructure[] JournalStructureUtil.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where structureId = ?.
 JournalStructure[] JournalStructurePersistence.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where structureId = ?.
 JournalStructure[] JournalStructurePersistenceImpl.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where structureId = ?.
static JournalStructure JournalStructureUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal structure in the ordered set where uuid = ?.
static JournalStructure JournalStructureUtil.findByUUID_G(String uuid, long groupId)
          Finds the journal structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found.
 JournalStructure JournalStructurePersistence.findByUUID_G(String uuid, long groupId)
          Finds the journal structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found.
 JournalStructure JournalStructurePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the journal structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found.
static JournalStructure JournalStructureUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal structure in the ordered set where uuid = ?.
static JournalStructure[] JournalStructureUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where uuid = ?.
 JournalStructure[] JournalStructurePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where uuid = ?.
 JournalStructure[] JournalStructurePersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal structures before and after the current journal structure in the ordered set where uuid = ?.
static JournalStructure JournalStructureUtil.remove(long id)
          Removes the journal structure with the primary key from the database.
 JournalStructure JournalStructurePersistence.remove(long id)
          Removes the journal structure with the primary key from the database.
 JournalStructure JournalStructurePersistenceImpl.remove(long id)
          Removes the journal structure with the primary key from the database.
static void JournalStructureUtil.removeByG_S(long groupId, String structureId)
          Removes the journal structure where groupId = ? and structureId = ? from the database.
 void JournalStructurePersistence.removeByG_S(long groupId, String structureId)
          Removes the journal structure where groupId = ? and structureId = ? from the database.
 void JournalStructurePersistenceImpl.removeByG_S(long groupId, String structureId)
          Removes the journal structure where groupId = ? and structureId = ? from the database.
static void JournalStructureUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal structure where uuid = ? and groupId = ? from the database.
 void JournalStructurePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal structure where uuid = ? and groupId = ? from the database.
 void JournalStructurePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the journal structure where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5