|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssetCategoryPersistence
The persistence interface for the asset category service.
Caching information and settings can be found in portal.properties
AssetCategoryPersistenceImpl
,
AssetCategoryUtil
Method Summary | |
---|---|
void |
addAssetEntries(long pk,
List<AssetEntry> assetEntries)
Adds an association between the asset category and the asset entries. |
void |
addAssetEntries(long pk,
long[] assetEntryPKs)
Adds an association between the asset category and the asset entries. |
void |
addAssetEntry(long pk,
AssetEntry assetEntry)
Adds an association between the asset category and the asset entry. |
void |
addAssetEntry(long pk,
long assetEntryPK)
Adds an association between the asset category and the asset entry. |
void |
cacheResult(AssetCategory assetCategory)
Caches the asset category in the entity cache if it is enabled. |
void |
cacheResult(List<AssetCategory> assetCategories)
Caches the asset categories in the entity cache if it is enabled. |
void |
clearAssetEntries(long pk)
Clears all associations between the asset category and its asset entries. |
boolean |
containsAssetEntries(long pk)
Returns true if the asset category has any asset entries associated with it. |
boolean |
containsAssetEntry(long pk,
long assetEntryPK)
Returns true if the asset entry is associated with the asset category. |
int |
countAll()
Returns the number of asset categories. |
int |
countByG_LikeN_V(long groupId,
String name,
long vocabularyId)
Returns the number of asset categories where groupId = ? and name LIKE ? and vocabularyId = ?. |
int |
countByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds)
Returns the number of asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?. |
int |
countByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns the number of asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
int |
countByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId)
Returns the number of asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
int |
countByG_V(long groupId,
long vocabularyId)
Returns the number of asset categories where groupId = ? and vocabularyId = ?. |
int |
countByG_V(long groupId,
long[] vocabularyIds)
Returns the number of asset categories where groupId = ? and vocabularyId = any ?. |
int |
countByGroupId(long groupId)
Returns the number of asset categories where groupId = ?. |
int |
countByN_V(String name,
long vocabularyId)
Returns the number of asset categories where name = ? and vocabularyId = ?. |
int |
countByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the number of asset categories where parentCategoryId = ? and name = ? and vocabularyId = ?. |
int |
countByP_N(long parentCategoryId,
String name)
Returns the number of asset categories where parentCategoryId = ? and name = ?. |
int |
countByP_V(long parentCategoryId,
long vocabularyId)
Returns the number of asset categories where parentCategoryId = ? and vocabularyId = ?. |
int |
countByParentCategoryId(long parentCategoryId)
Returns the number of asset categories where parentCategoryId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of asset categories where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of asset categories where uuid = ?. |
int |
countByVocabularyId(long vocabularyId)
Returns the number of asset categories where vocabularyId = ?. |
AssetCategory |
create(long categoryId)
Creates a new asset category with the primary key. |
AssetCategory |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_V_First(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
fetchByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetCategory |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetCategory |
fetchByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
fetchByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
fetchByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
fetchByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found. |
AssetCategory |
fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId,
boolean retrieveFromCache)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetCategory |
fetchByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
fetchByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
fetchByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
fetchByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
fetchByPrimaryKey(long categoryId)
Returns the asset category with the primary key or returns null if it could not be found. |
AssetCategory |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
AssetCategory |
fetchByUUID_G(String uuid,
long groupId)
Returns the asset category where uuid = ? and groupId = ? or returns null if it could not be found. |
AssetCategory |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the asset category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetCategory |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
AssetCategory |
fetchByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
fetchByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
int |
filterCountByG_LikeN_V(long groupId,
String name,
long vocabularyId)
Returns the number of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
int |
filterCountByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds)
Returns the number of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = any ?. |
int |
filterCountByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns the number of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
int |
filterCountByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId)
Returns the number of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
int |
filterCountByG_V(long groupId,
long vocabularyId)
Returns the number of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
int |
filterCountByG_V(long groupId,
long[] vocabularyIds)
Returns the number of asset categories that the user has permission to view where groupId = ? and vocabularyId = any ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of asset categories that the user has permission to view where groupId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
filterFindByG_LikeN_V(long groupId,
String name,
long vocabularyId)
Returns all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
List<AssetCategory> |
filterFindByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds)
Returns all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = any ?. |
List<AssetCategory> |
filterFindByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = any ?. |
List<AssetCategory> |
filterFindByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = any ?. |
List<AssetCategory> |
filterFindByG_LikeN_V(long groupId,
String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
List<AssetCategory> |
filterFindByG_LikeN_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
filterFindByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId)
Returns all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
filterFindByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
filterFindByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
filterFindByG_V(long groupId,
long vocabularyId)
Returns all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
filterFindByG_V(long groupId,
long[] vocabularyIds)
Returns all the asset categories that the user has permission to view where groupId = ? and vocabularyId = any ?. |
List<AssetCategory> |
filterFindByG_V(long groupId,
long[] vocabularyIds,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = any ?. |
List<AssetCategory> |
filterFindByG_V(long groupId,
long[] vocabularyIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = any ?. |
List<AssetCategory> |
filterFindByG_V(long groupId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
filterFindByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
filterFindByGroupId(long groupId)
Returns all the asset categories that the user has permission to view where groupId = ?. |
List<AssetCategory> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ?. |
List<AssetCategory> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?. |
List<AssetCategory> |
findAll()
Returns all the asset categories. |
List<AssetCategory> |
findAll(int start,
int end)
Returns a range of all the asset categories. |
List<AssetCategory> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories. |
AssetCategory |
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 |
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[] |
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 = ?. |
List<AssetCategory> |
findByG_LikeN_V(long groupId,
String name,
long vocabularyId)
Returns all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?. |
List<AssetCategory> |
findByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds)
Returns all the asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?. |
List<AssetCategory> |
findByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?. |
List<AssetCategory> |
findByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?. |
List<AssetCategory> |
findByG_LikeN_V(long groupId,
String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?. |
List<AssetCategory> |
findByG_LikeN_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
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 |
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[] |
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 = ?. |
List<AssetCategory> |
findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
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 |
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[] |
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 = ?. |
List<AssetCategory> |
findByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId)
Returns all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
findByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
findByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
findByG_V_First(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
findByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
findByG_V(long groupId,
long vocabularyId)
Returns all the asset categories where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
findByG_V(long groupId,
long[] vocabularyIds)
Returns all the asset categories where groupId = ? and vocabularyId = any ?. |
List<AssetCategory> |
findByG_V(long groupId,
long[] vocabularyIds,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and vocabularyId = any ?. |
List<AssetCategory> |
findByG_V(long groupId,
long[] vocabularyIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = any ?. |
List<AssetCategory> |
findByG_V(long groupId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
findByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?. |
AssetCategory |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetCategory |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
findByGroupId(long groupId)
Returns all the asset categories where groupId = ?. |
List<AssetCategory> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset categories where groupId = ?. |
List<AssetCategory> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ?. |
AssetCategory |
findByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
findByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
findByN_V(String name,
long vocabularyId)
Returns all the asset categories where name = ? and vocabularyId = ?. |
List<AssetCategory> |
findByN_V(String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where name = ? and vocabularyId = ?. |
List<AssetCategory> |
findByN_V(String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?. |
AssetCategory |
findByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory[] |
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 |
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. |
List<AssetCategory> |
findByP_N(long parentCategoryId,
String name)
Returns all the asset categories where parentCategoryId = ? and name = ?. |
List<AssetCategory> |
findByP_N(long parentCategoryId,
String name,
int start,
int end)
Returns a range of all the asset categories where parentCategoryId = ? and name = ?. |
List<AssetCategory> |
findByP_N(long parentCategoryId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?. |
AssetCategory |
findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
findByP_V(long parentCategoryId,
long vocabularyId)
Returns all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
findByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
findByParentCategoryId(long parentCategoryId)
Returns all the asset categories where parentCategoryId = ?. |
List<AssetCategory> |
findByParentCategoryId(long parentCategoryId,
int start,
int end)
Returns a range of all the asset categories where parentCategoryId = ?. |
List<AssetCategory> |
findByParentCategoryId(long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ?. |
AssetCategory |
findByPrimaryKey(long categoryId)
Returns the asset category with the primary key or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
AssetCategory |
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 |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
findByUuid(String uuid)
Returns all the asset categories where uuid = ?. |
List<AssetCategory> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the asset categories where uuid = ?. |
List<AssetCategory> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where uuid = ?. |
AssetCategory |
findByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
findByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
AssetCategory[] |
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 = ?. |
List<AssetCategory> |
findByVocabularyId(long vocabularyId)
Returns all the asset categories where vocabularyId = ?. |
List<AssetCategory> |
findByVocabularyId(long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where vocabularyId = ?. |
List<AssetCategory> |
findByVocabularyId(long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where vocabularyId = ?. |
List<AssetEntry> |
getAssetEntries(long pk)
Returns all the asset entries associated with the asset category. |
List<AssetEntry> |
getAssetEntries(long pk,
int start,
int end)
Returns a range of all the asset entries associated with the asset category. |
List<AssetEntry> |
getAssetEntries(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries associated with the asset category. |
int |
getAssetEntriesSize(long pk)
Returns the number of asset entries associated with the asset category. |
void |
rebuildTree(long groupId,
boolean force)
Rebuilds the asset categories tree for the scope using the modified pre-order tree traversal algorithm. |
AssetCategory |
remove(long categoryId)
Removes the asset category with the primary key from the database. |
void |
removeAll()
Removes all the asset categories from the database. |
void |
removeAssetEntries(long pk,
List<AssetEntry> assetEntries)
Removes the association between the asset category and the asset entries. |
void |
removeAssetEntries(long pk,
long[] assetEntryPKs)
Removes the association between the asset category and the asset entries. |
void |
removeAssetEntry(long pk,
AssetEntry assetEntry)
Removes the association between the asset category and the asset entry. |
void |
removeAssetEntry(long pk,
long assetEntryPK)
Removes the association between the asset category and the asset entry. |
void |
removeByG_LikeN_V(long groupId,
String name,
long vocabularyId)
Removes all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ? from the database. |
void |
removeByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Removes all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ? from the database. |
void |
removeByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId)
Removes all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ? from the database. |
void |
removeByG_V(long groupId,
long vocabularyId)
Removes all the asset categories where groupId = ? and vocabularyId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the asset categories where groupId = ? from the database. |
void |
removeByN_V(String name,
long vocabularyId)
Removes all the asset categories where name = ? and vocabularyId = ? from the database. |
AssetCategory |
removeByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Removes the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? from the database. |
void |
removeByP_N(long parentCategoryId,
String name)
Removes all the asset categories where parentCategoryId = ? and name = ? from the database. |
void |
removeByP_V(long parentCategoryId,
long vocabularyId)
Removes all the asset categories where parentCategoryId = ? and vocabularyId = ? from the database. |
void |
removeByParentCategoryId(long parentCategoryId)
Removes all the asset categories where parentCategoryId = ? from the database. |
AssetCategory |
removeByUUID_G(String uuid,
long groupId)
Removes the asset category where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the asset categories where uuid = ? from the database. |
void |
removeByVocabularyId(long vocabularyId)
Removes all the asset categories where vocabularyId = ? from the database. |
void |
setAssetEntries(long pk,
List<AssetEntry> assetEntries)
Sets the asset entries associated with the asset category, removing and adding associations as necessary. |
void |
setAssetEntries(long pk,
long[] assetEntryPKs)
Sets the asset entries associated with the asset category, removing and adding associations as necessary. |
void |
setRebuildTreeEnabled(boolean rebuildTreeEnabled)
|
AssetCategory |
updateImpl(AssetCategory assetCategory,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void cacheResult(AssetCategory assetCategory)
assetCategory
- the asset categoryvoid cacheResult(List<AssetCategory> assetCategories)
assetCategories
- the asset categoriesAssetCategory create(long categoryId)
categoryId
- the primary key for the new asset category
AssetCategory remove(long categoryId) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the asset category
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredAssetCategory updateImpl(AssetCategory assetCategory, boolean merge) throws SystemException
SystemException
AssetCategory findByPrimaryKey(long categoryId) throws SystemException, NoSuchCategoryException
NoSuchCategoryException
if it could not be found.
categoryId
- the primary key of the asset category
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredAssetCategory fetchByPrimaryKey(long categoryId) throws SystemException
null
if it could not be found.
categoryId
- the primary key of the asset category
null
if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredList<AssetCategory> findByUuid(String uuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- the uuidstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- the uuidstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categoryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredAssetCategory findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchCategoryException
NoSuchCategoryException
if it could not be found.
uuid
- the uuidgroupId
- the group ID
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuidgroupId
- the group ID
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to use the finder cache
null
if a matching asset category could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<AssetCategory> findByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<AssetCategory> filterFindByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory[] filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByParentCategoryId(long parentCategoryId) throws SystemException
parentCategoryId
- the parent category ID
SystemException
- if a system exception occurredList<AssetCategory> findByParentCategoryId(long parentCategoryId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
parentCategoryId
- the parent category IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
parentCategoryId
- the parent category IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
parentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator) throws SystemException
parentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
parentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator) throws SystemException
parentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categoryparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByVocabularyId(long vocabularyId) throws SystemException
vocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> findByVocabularyId(long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
vocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
vocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
vocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator) throws SystemException
vocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
vocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator) throws SystemException
vocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categoryvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByG_V(long groupId, long vocabularyId) throws SystemException
groupId
- the group IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> findByG_V(long groupId, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByG_V(long groupId, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByG_V_First(long groupId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByG_V_First(long groupId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByG_V_Last(long groupId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByG_V_Last(long groupId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByG_V_PrevAndNext(long categoryId, long groupId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByG_V(long groupId, long[] vocabularyIds) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDvocabularyIds
- the vocabulary IDs
SystemException
- if a system exception occurredList<AssetCategory> findByG_V(long groupId, long[] vocabularyIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDvocabularyIds
- the vocabulary IDsstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByG_V(long groupId, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDvocabularyIds
- the vocabulary IDsstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_V(long groupId, long vocabularyId) throws SystemException
groupId
- the group IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_V(long groupId, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_V(long groupId, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory[] filterFindByG_V_PrevAndNext(long categoryId, long groupId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_V(long groupId, long[] vocabularyIds) throws SystemException
groupId
- the group IDvocabularyIds
- the vocabulary IDs
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_V(long groupId, long[] vocabularyIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDvocabularyIds
- the vocabulary IDsstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_V(long groupId, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDvocabularyIds
- the vocabulary IDsstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<AssetCategory> findByP_N(long parentCategoryId, String name) throws SystemException
parentCategoryId
- the parent category IDname
- the name
SystemException
- if a system exception occurredList<AssetCategory> findByP_N(long parentCategoryId, String name, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
parentCategoryId
- the parent category IDname
- the namestart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
parentCategoryId
- the parent category IDname
- the namestart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
parentCategoryId
- the parent category IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator) throws SystemException
parentCategoryId
- the parent category IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
parentCategoryId
- the parent category IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator) throws SystemException
parentCategoryId
- the parent category IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByP_N_PrevAndNext(long categoryId, long parentCategoryId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categoryparentCategoryId
- the parent category IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByP_V(long parentCategoryId, long vocabularyId) throws SystemException
parentCategoryId
- the parent category IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> findByP_V(long parentCategoryId, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
parentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
parentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
parentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
parentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
parentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
parentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categoryparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByN_V(String name, long vocabularyId) throws SystemException
name
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> findByN_V(String name, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
name
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
name
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
name
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
name
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
name
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
name
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByN_V_PrevAndNext(long categoryId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categoryname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByG_P_V(long groupId, long parentCategoryId, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> findByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByG_P_V_First(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByG_P_V_First(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByG_P_V_Last(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByG_P_V_Last(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByG_P_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_P_V(long groupId, long parentCategoryId, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_P_V(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory[] filterFindByG_P_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByG_LikeN_V(long groupId, String name, long vocabularyId) throws SystemException
groupId
- the group IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> findByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDname
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDname
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByG_LikeN_V_First(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByG_LikeN_V_First(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByG_LikeN_V_Last(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByG_LikeN_V_Last(long groupId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByG_LikeN_V_PrevAndNext(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByG_LikeN_V(long groupId, String name, long[] vocabularyIds) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDname
- the namevocabularyIds
- the vocabulary IDs
SystemException
- if a system exception occurredList<AssetCategory> findByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDname
- the namevocabularyIds
- the vocabulary IDsstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDname
- the namevocabularyIds
- the vocabulary IDsstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_LikeN_V(long groupId, String name, long vocabularyId) throws SystemException
groupId
- the group IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDname
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_LikeN_V(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDname
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory[] filterFindByG_LikeN_V_PrevAndNext(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_LikeN_V(long groupId, String name, long[] vocabularyIds) throws SystemException
groupId
- the group IDname
- the namevocabularyIds
- the vocabulary IDs
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDname
- the namevocabularyIds
- the vocabulary IDsstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_LikeN_V(long groupId, String name, long[] vocabularyIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDname
- the namevocabularyIds
- the vocabulary IDsstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByP_N_V(long parentCategoryId, String name, long vocabularyId) throws SystemException, NoSuchCategoryException
NoSuchCategoryException
if it could not be found.
parentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary ID
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByP_N_V(long parentCategoryId, String name, long vocabularyId) throws SystemException
null
if it could not be found. Uses the finder cache.
parentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary ID
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByP_N_V(long parentCategoryId, String name, long vocabularyId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
parentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDretrieveFromCache
- whether to use the finder cache
null
if a matching asset category could not be found
SystemException
- if a system exception occurredList<AssetCategory> findByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> findByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory findByG_P_N_V_First(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByG_P_N_V_First(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory findByG_P_N_V_Last(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory fetchByG_P_N_V_Last(long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching asset category could not be found
SystemException
- if a system exception occurredAssetCategory[] findByG_P_N_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> filterFindByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDstart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredAssetCategory[] filterFindByG_P_N_V_PrevAndNext(long categoryId, long groupId, long parentCategoryId, String name, long vocabularyId, OrderByComparator orderByComparator) throws SystemException, NoSuchCategoryException
categoryId
- the primary key of the current asset categorygroupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchCategoryException
- if a asset category with the primary key could not be found
SystemException
- if a system exception occurredList<AssetCategory> findAll() throws SystemException
SystemException
- if a system exception occurredList<AssetCategory> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetCategory> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredAssetCategory removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchCategoryException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurred
NoSuchCategoryException
void removeByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredvoid removeByParentCategoryId(long parentCategoryId) throws SystemException
parentCategoryId
- the parent category ID
SystemException
- if a system exception occurredvoid removeByVocabularyId(long vocabularyId) throws SystemException
vocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredvoid removeByG_V(long groupId, long vocabularyId) throws SystemException
groupId
- the group IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredvoid removeByP_N(long parentCategoryId, String name) throws SystemException
parentCategoryId
- the parent category IDname
- the name
SystemException
- if a system exception occurredvoid removeByP_V(long parentCategoryId, long vocabularyId) throws SystemException
parentCategoryId
- the parent category IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredvoid removeByN_V(String name, long vocabularyId) throws SystemException
name
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredvoid removeByG_P_V(long groupId, long parentCategoryId, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredvoid removeByG_LikeN_V(long groupId, String name, long vocabularyId) throws SystemException
groupId
- the group IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredAssetCategory removeByP_N_V(long parentCategoryId, String name, long vocabularyId) throws SystemException, NoSuchCategoryException
parentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurred
NoSuchCategoryException
void removeByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredint countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurredint countByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredint filterCountByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredint countByParentCategoryId(long parentCategoryId) throws SystemException
parentCategoryId
- the parent category ID
SystemException
- if a system exception occurredint countByVocabularyId(long vocabularyId) throws SystemException
vocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint countByG_V(long groupId, long vocabularyId) throws SystemException
groupId
- the group IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint countByG_V(long groupId, long[] vocabularyIds) throws SystemException
groupId
- the group IDvocabularyIds
- the vocabulary IDs
SystemException
- if a system exception occurredint filterCountByG_V(long groupId, long vocabularyId) throws SystemException
groupId
- the group IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint filterCountByG_V(long groupId, long[] vocabularyIds) throws SystemException
groupId
- the group IDvocabularyIds
- the vocabulary IDs
SystemException
- if a system exception occurredint countByP_N(long parentCategoryId, String name) throws SystemException
parentCategoryId
- the parent category IDname
- the name
SystemException
- if a system exception occurredint countByP_V(long parentCategoryId, long vocabularyId) throws SystemException
parentCategoryId
- the parent category IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint countByN_V(String name, long vocabularyId) throws SystemException
name
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint countByG_P_V(long groupId, long parentCategoryId, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint filterCountByG_P_V(long groupId, long parentCategoryId, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDvocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint countByG_LikeN_V(long groupId, String name, long vocabularyId) throws SystemException
groupId
- the group IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint countByG_LikeN_V(long groupId, String name, long[] vocabularyIds) throws SystemException
groupId
- the group IDname
- the namevocabularyIds
- the vocabulary IDs
SystemException
- if a system exception occurredint filterCountByG_LikeN_V(long groupId, String name, long vocabularyId) throws SystemException
groupId
- the group IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint filterCountByG_LikeN_V(long groupId, String name, long[] vocabularyIds) throws SystemException
groupId
- the group IDname
- the namevocabularyIds
- the vocabulary IDs
SystemException
- if a system exception occurredint countByP_N_V(long parentCategoryId, String name, long vocabularyId) throws SystemException
parentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint countByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint filterCountByG_P_N_V(long groupId, long parentCategoryId, String name, long vocabularyId) throws SystemException
groupId
- the group IDparentCategoryId
- the parent category IDname
- the namevocabularyId
- the vocabulary ID
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurredList<AssetEntry> getAssetEntries(long pk) throws SystemException
pk
- the primary key of the asset category
SystemException
- if a system exception occurredList<AssetEntry> getAssetEntries(long pk, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
pk
- the primary key of the asset categorystart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)
SystemException
- if a system exception occurredList<AssetEntry> getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
pk
- the primary key of the asset categorystart
- the lower bound of the range of asset categoriesend
- the upper bound of the range of asset categories (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredint getAssetEntriesSize(long pk) throws SystemException
pk
- the primary key of the asset category
SystemException
- if a system exception occurredboolean containsAssetEntry(long pk, long assetEntryPK) throws SystemException
true
if the asset entry is associated with the asset category.
pk
- the primary key of the asset categoryassetEntryPK
- the primary key of the asset entry
true
if the asset entry is associated with the asset category; false
otherwise
SystemException
- if a system exception occurredboolean containsAssetEntries(long pk) throws SystemException
true
if the asset category has any asset entries associated with it.
pk
- the primary key of the asset category to check for associations with asset entries
true
if the asset category has any asset entries associated with it; false
otherwise
SystemException
- if a system exception occurredvoid addAssetEntry(long pk, long assetEntryPK) throws SystemException
pk
- the primary key of the asset categoryassetEntryPK
- the primary key of the asset entry
SystemException
- if a system exception occurredvoid addAssetEntry(long pk, AssetEntry assetEntry) throws SystemException
pk
- the primary key of the asset categoryassetEntry
- the asset entry
SystemException
- if a system exception occurredvoid addAssetEntries(long pk, long[] assetEntryPKs) throws SystemException
pk
- the primary key of the asset categoryassetEntryPKs
- the primary keys of the asset entries
SystemException
- if a system exception occurredvoid addAssetEntries(long pk, List<AssetEntry> assetEntries) throws SystemException
pk
- the primary key of the asset categoryassetEntries
- the asset entries
SystemException
- if a system exception occurredvoid clearAssetEntries(long pk) throws SystemException
pk
- the primary key of the asset category to clear the associated asset entries from
SystemException
- if a system exception occurredvoid removeAssetEntry(long pk, long assetEntryPK) throws SystemException
pk
- the primary key of the asset categoryassetEntryPK
- the primary key of the asset entry
SystemException
- if a system exception occurredvoid removeAssetEntry(long pk, AssetEntry assetEntry) throws SystemException
pk
- the primary key of the asset categoryassetEntry
- the asset entry
SystemException
- if a system exception occurredvoid removeAssetEntries(long pk, long[] assetEntryPKs) throws SystemException
pk
- the primary key of the asset categoryassetEntryPKs
- the primary keys of the asset entries
SystemException
- if a system exception occurredvoid removeAssetEntries(long pk, List<AssetEntry> assetEntries) throws SystemException
pk
- the primary key of the asset categoryassetEntries
- the asset entries
SystemException
- if a system exception occurredvoid setAssetEntries(long pk, long[] assetEntryPKs) throws SystemException
pk
- the primary key of the asset categoryassetEntryPKs
- the primary keys of the asset entries to be associated with the asset category
SystemException
- if a system exception occurredvoid setAssetEntries(long pk, List<AssetEntry> assetEntries) throws SystemException
pk
- the primary key of the asset categoryassetEntries
- the asset entries to be associated with the asset category
SystemException
- if a system exception occurredvoid rebuildTree(long groupId, boolean force) throws SystemException
Only call this method if the tree has become stale through operations other than normal CRUD. Under normal circumstances the tree is automatically rebuilt whenver necessary.
groupId
- the ID of the scopeforce
- whether to force the rebuild even if the tree is not stale
SystemException
void setRebuildTreeEnabled(boolean rebuildTreeEnabled)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |