|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchCategoryException | |
---|---|
com.liferay.portlet.asset.service.persistence |
Uses of NoSuchCategoryException in com.liferay.portlet.asset.service.persistence |
---|
Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchCategoryException | |
---|---|
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.filterFindByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.filterFindByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.filterFindByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.filterFindByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_LikeN_V_First(long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_LikeN_V_First(long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByG_LikeN_V_First(long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_LikeN_V_Last(long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_LikeN_V_Last(long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByG_LikeN_V_Last(long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryFinder.findByG_N(long groupId,
String name)
|
static AssetCategory |
AssetCategoryFinderUtil.findByG_N(long groupId,
String name)
|
AssetCategory |
AssetCategoryFinderImpl.findByG_N(long groupId,
String name)
|
static AssetCategory |
AssetCategoryUtil.findByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_P_V_First(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_V_First(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByG_P_V_First(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_P_V_Last(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_V_Last(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByG_P_V_Last(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_V_First(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_V_First(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByG_V_First(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.findByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByN_V_PrevAndNext(long categoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByN_V_PrevAndNext(long categoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByN_V_PrevAndNext(long categoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByP_N_PrevAndNext(long categoryId,
long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByP_N_PrevAndNext(long categoryId,
long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByP_N_PrevAndNext(long categoryId,
long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistence.findByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistenceImpl.findByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found. |
static AssetCategory |
AssetCategoryUtil.findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByP_V_PrevAndNext(long categoryId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByP_V_PrevAndNext(long categoryId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByP_V_PrevAndNext(long categoryId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory |
AssetCategoryUtil.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByParentCategoryId_PrevAndNext(long categoryId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByParentCategoryId_PrevAndNext(long categoryId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByParentCategoryId_PrevAndNext(long categoryId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory |
AssetCategoryUtil.findByPrimaryKey(long categoryId)
Returns the asset category with the primary key or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistence.findByPrimaryKey(long categoryId)
Returns the asset category with the primary key or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
Returns the asset category with the primary key or throws a NoSuchCategoryException if it could not be found. |
static AssetCategory |
AssetCategoryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.findByUUID_G(String uuid,
long groupId)
Returns the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
static AssetCategory |
AssetCategoryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.findByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistenceImpl.findByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByVocabularyId_PrevAndNext(long categoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByVocabularyId_PrevAndNext(long categoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistenceImpl.findByVocabularyId_PrevAndNext(long categoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.remove(long categoryId)
Removes the asset category with the primary key from the database. |
AssetCategory |
AssetCategoryPersistence.remove(long categoryId)
Removes the asset category with the primary key from the database. |
AssetCategory |
AssetCategoryPersistenceImpl.remove(long categoryId)
Removes the asset category with the primary key from the database. |
AssetCategory |
AssetCategoryPersistenceImpl.remove(Serializable primaryKey)
Removes the asset category with the primary key from the database. |
static AssetCategory |
AssetCategoryUtil.removeByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Removes the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? from the database. |
AssetCategory |
AssetCategoryPersistence.removeByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Removes the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? from the database. |
AssetCategory |
AssetCategoryPersistenceImpl.removeByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Removes the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? from the database. |
static AssetCategory |
AssetCategoryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the asset category where uuid = ? and groupId = ? from the database. |
AssetCategory |
AssetCategoryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the asset category where uuid = ? and groupId = ? from the database. |
AssetCategory |
AssetCategoryPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the asset category where uuid = ? and groupId = ? from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |