|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchLayoutSetBranchException | |
|---|---|
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| Uses of NoSuchLayoutSetBranchException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchLayoutSetBranchException | |
|---|---|
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistence.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database. |
static LayoutSetBranch |
LayoutSetBranchUtil.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database. |
LayoutSetBranch |
LayoutSetBranchPersistence.removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database. |
static LayoutSetBranch |
LayoutSetBranchUtil.removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database. |
| Uses of NoSuchLayoutSetBranchException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchLayoutSetBranchException | |
|---|---|
LayoutSetBranch[] |
LayoutSetBranchPersistenceImpl.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistenceImpl.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistenceImpl.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistenceImpl.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch[] |
LayoutSetBranchPersistenceImpl.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistenceImpl.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the layout set branch with the primary key or throws a NoSuchModelException if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.remove(Serializable primaryKey)
Removes the layout set branch with the primary key from the database. |
LayoutSetBranch |
LayoutSetBranchPersistenceImpl.removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||