Liferay 6.1.2-ce-ga3

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.filterFindByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?.
 JournalStructure[] JournalStructurePersistence.filterFindByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?.
 JournalStructure[] JournalStructurePersistenceImpl.filterFindByG_P_PrevAndNext(long id, long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?.
static JournalStructure[] JournalStructureUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ?.
 JournalStructure[] JournalStructurePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ?.
 JournalStructure[] JournalStructurePersistenceImpl.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ?.
static JournalStructure JournalStructureUtil.findByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByG_P_First(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?.
static JournalStructure JournalStructureUtil.findByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByG_P_Last(long groupId, String parentStructureId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first journal structure in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where groupId = ?.
static JournalStructure JournalStructureUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where groupId = ?.
static JournalStructure[] JournalStructureUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the journal structures before and after the current journal structure in the ordered set where groupId = ?.
static JournalStructure JournalStructureUtil.findByParentStructureId_First(String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByParentStructureId_First(String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where parentStructureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByParentStructureId_First(String parentStructureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where parentStructureId = ?.
static JournalStructure JournalStructureUtil.findByParentStructureId_Last(String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where parentStructureId = ?.
 JournalStructure JournalStructurePersistence.findByParentStructureId_Last(String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where parentStructureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByParentStructureId_Last(String parentStructureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where parentStructureId = ?.
static JournalStructure[] JournalStructureUtil.findByParentStructureId_PrevAndNext(long id, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?.
 JournalStructure[] JournalStructurePersistence.findByParentStructureId_PrevAndNext(long id, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?.
 JournalStructure[] JournalStructurePersistenceImpl.findByParentStructureId_PrevAndNext(long id, String parentStructureId, OrderByComparator orderByComparator)
          Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?.
static JournalStructure JournalStructureUtil.findByPrimaryKey(long id)
          Returns the journal structure with the primary key or throws a NoSuchStructureException if it could not be found.
 JournalStructure JournalStructurePersistence.findByPrimaryKey(long id)
          Returns the journal structure with the primary key or throws a NoSuchStructureException if it could not be found.
 JournalStructure JournalStructurePersistenceImpl.findByPrimaryKey(long id)
          Returns 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)
          Returns the first journal structure in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where structureId = ?.
static JournalStructure JournalStructureUtil.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistence.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where structureId = ?.
 JournalStructure JournalStructurePersistenceImpl.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where structureId = ?.
static JournalStructure[] JournalStructureUtil.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first journal structure in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal structure in the ordered set where uuid = ?.
static JournalStructure JournalStructureUtil.findByUUID_G(String uuid, long groupId)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the last journal structure in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where uuid = ?.
 JournalStructure JournalStructurePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal structure in the ordered set where uuid = ?.
static JournalStructure[] JournalStructureUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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.
 JournalStructure JournalStructurePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal structure with the primary key from the database.
static JournalStructure JournalStructureUtil.removeByG_S(long groupId, String structureId)
          Removes the journal structure where groupId = ? and structureId = ? from the database.
 JournalStructure JournalStructurePersistence.removeByG_S(long groupId, String structureId)
          Removes the journal structure where groupId = ? and structureId = ? from the database.
 JournalStructure JournalStructurePersistenceImpl.removeByG_S(long groupId, String structureId)
          Removes the journal structure where groupId = ? and structureId = ? from the database.
static JournalStructure JournalStructureUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal structure where uuid = ? and groupId = ? from the database.
 JournalStructure JournalStructurePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal structure where uuid = ? and groupId = ? from the database.
 JournalStructure JournalStructurePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the journal structure where uuid = ? and groupId = ? from the database.
 


Liferay 6.1.2-ce-ga3