|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssetCategory | |
|---|---|
| com.liferay.portlet.asset.model | |
| com.liferay.portlet.asset.service | |
| com.liferay.portlet.asset.service.persistence | |
| Uses of AssetCategory in com.liferay.portlet.asset.model |
|---|
| Classes in com.liferay.portlet.asset.model that implement AssetCategory | |
|---|---|
class |
AssetCategoryWrapper
This class is a wrapper for AssetCategory. |
| Methods in com.liferay.portlet.asset.model that return AssetCategory | |
|---|---|
AssetCategory |
AssetCategoryWrapper.getWrappedAssetCategory()
|
AssetCategory |
AssetCategoryWrapper.toEscapedModel()
|
AssetCategory |
AssetCategoryModel.toEscapedModel()
|
| Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetCategory | |
|---|---|
List<AssetCategory> |
AssetCategoryWrapper.getAncestors()
|
List<AssetCategory> |
AssetCategory.getAncestors()
|
List<AssetCategory> |
AssetEntryWrapper.getCategories()
|
List<AssetCategory> |
AssetEntry.getCategories()
|
CacheModel<AssetCategory> |
AssetCategoryWrapper.toCacheModel()
|
CacheModel<AssetCategory> |
AssetCategoryModel.toCacheModel()
|
| Methods in com.liferay.portlet.asset.model with parameters of type AssetCategory | |
|---|---|
int |
AssetCategoryWrapper.compareTo(AssetCategory assetCategory)
|
int |
AssetCategoryModel.compareTo(AssetCategory assetCategory)
|
static AssetCategorySoap |
AssetCategorySoap.toSoapModel(AssetCategory model)
|
static AssetCategorySoap[] |
AssetCategorySoap.toSoapModels(AssetCategory[] models)
|
static AssetCategorySoap[][] |
AssetCategorySoap.toSoapModels(AssetCategory[][] models)
|
| Method parameters in com.liferay.portlet.asset.model with type arguments of type AssetCategory | |
|---|---|
static AssetCategorySoap[] |
AssetCategorySoap.toSoapModels(List<AssetCategory> models)
|
| Constructors in com.liferay.portlet.asset.model with parameters of type AssetCategory | |
|---|---|
AssetCategoryWrapper(AssetCategory assetCategory)
|
|
| Uses of AssetCategory in com.liferay.portlet.asset.service |
|---|
| Methods in com.liferay.portlet.asset.service that return AssetCategory | |
|---|---|
AssetCategory |
AssetCategoryLocalServiceWrapper.addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
static AssetCategory |
AssetCategoryLocalServiceUtil.addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
AssetCategory |
AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
AssetCategory |
AssetCategoryLocalServiceWrapper.addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryServiceWrapper.addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.createAssetCategory(long categoryId)
Creates a new asset category with the primary key. |
static AssetCategory |
AssetCategoryLocalServiceUtil.createAssetCategory(long categoryId)
Creates a new asset category with the primary key. |
AssetCategory |
AssetCategoryLocalService.createAssetCategory(long categoryId)
Creates a new asset category with the primary key. |
AssetCategory |
AssetCategoryLocalServiceWrapper.getAssetCategory(long categoryId)
Returns the asset category with the primary key. |
static AssetCategory |
AssetCategoryLocalServiceUtil.getAssetCategory(long categoryId)
Returns the asset category with the primary key. |
AssetCategory |
AssetCategoryLocalService.getAssetCategory(long categoryId)
Returns the asset category with the primary key. |
AssetCategory |
AssetCategoryLocalServiceWrapper.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category with the UUID in the group. |
static AssetCategory |
AssetCategoryLocalServiceUtil.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category with the UUID in the group. |
AssetCategory |
AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category with the UUID in the group. |
AssetCategory |
AssetCategoryServiceWrapper.getCategory(long categoryId)
|
static AssetCategory |
AssetCategoryServiceUtil.getCategory(long categoryId)
|
AssetCategory |
AssetCategoryService.getCategory(long categoryId)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.getCategory(long categoryId)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.getCategory(long categoryId)
|
AssetCategory |
AssetCategoryLocalService.getCategory(long categoryId)
|
AssetCategory |
AssetCategoryServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
static AssetCategory |
AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
AssetCategory |
AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
AssetCategory |
AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory,
boolean merge)
Updates the asset category in the database or adds it if it does not yet exist. |
static AssetCategory |
AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory,
boolean merge)
Updates the asset category in the database or adds it if it does not yet exist. |
AssetCategory |
AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory,
boolean merge)
Updates the asset category in the database or adds it if it does not yet exist. |
AssetCategory |
AssetCategoryLocalServiceWrapper.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetCategory | |
|---|---|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getAssetCategories(int start,
int end)
Returns a range of all the asset categories. |
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getAssetCategories(int start,
int end)
Returns a range of all the asset categories. |
List<AssetCategory> |
AssetCategoryLocalService.getAssetCategories(int start,
int end)
Returns a range of all the asset categories. |
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getCategories()
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getCategories()
|
List<AssetCategory> |
AssetCategoryLocalService.getCategories()
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getCategories(long classNameId,
long classPK)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getCategories(long classNameId,
long classPK)
|
List<AssetCategory> |
AssetCategoryLocalService.getCategories(long classNameId,
long classPK)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getCategories(String className,
long classPK)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getCategories(String className,
long classPK)
|
List<AssetCategory> |
AssetCategoryService.getCategories(String className,
long classPK)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getCategories(String className,
long classPK)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getCategories(String className,
long classPK)
|
List<AssetCategory> |
AssetCategoryLocalService.getCategories(String className,
long classPK)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getChildCategories(long parentCategoryId)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
AssetCategoryLocalService.getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getEntryCategories(long entryId)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getEntryCategories(long entryId)
|
List<AssetCategory> |
AssetCategoryLocalService.getEntryCategories(long entryId)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
List<AssetCategory> |
AssetCategoryLocalService.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
| Methods in com.liferay.portlet.asset.service with parameters of type AssetCategory | |
|---|---|
AssetCategory |
AssetCategoryLocalServiceWrapper.addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
static AssetCategory |
AssetCategoryLocalServiceUtil.addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
AssetCategory |
AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
void |
AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
AssetCategoryLocalService.addCategoryResources(AssetCategory category,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category,
String[] communityPermissions,
String[] guestPermissions)
|
void |
AssetCategoryLocalService.addCategoryResources(AssetCategory category,
String[] communityPermissions,
String[] guestPermissions)
|
void |
AssetCategoryLocalServiceWrapper.deleteAssetCategory(AssetCategory assetCategory)
Deletes the asset category from the database. |
static void |
AssetCategoryLocalServiceUtil.deleteAssetCategory(AssetCategory assetCategory)
Deletes the asset category from the database. |
void |
AssetCategoryLocalService.deleteAssetCategory(AssetCategory assetCategory)
Deletes the asset category from the database. |
void |
AssetCategoryLocalServiceWrapper.deleteCategory(AssetCategory category)
|
static void |
AssetCategoryLocalServiceUtil.deleteCategory(AssetCategory category)
|
void |
AssetCategoryLocalService.deleteCategory(AssetCategory category)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
static AssetCategory |
AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
AssetCategory |
AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
AssetCategory |
AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory,
boolean merge)
Updates the asset category in the database or adds it if it does not yet exist. |
static AssetCategory |
AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory,
boolean merge)
Updates the asset category in the database or adds it if it does not yet exist. |
AssetCategory |
AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory,
boolean merge)
Updates the asset category in the database or adds it if it does not yet exist. |
| Uses of AssetCategory in com.liferay.portlet.asset.service.persistence |
|---|
| Methods in com.liferay.portlet.asset.service.persistence that return AssetCategory | |
|---|---|
static AssetCategory |
AssetCategoryUtil.create(long categoryId)
Creates a new asset category with the primary key. |
AssetCategory |
AssetCategoryPersistence.create(long categoryId)
Creates a new asset category with the primary key. |
static AssetCategory |
AssetCategoryUtil.fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found. |
AssetCategory |
AssetCategoryPersistence.fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found. |
static AssetCategory |
AssetCategoryUtil.fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId,
boolean retrieveFromCache)
Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetCategory |
AssetCategoryPersistence.fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId,
boolean retrieveFromCache)
Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetCategory |
AssetCategoryUtil.fetchByPrimaryKey(long categoryId)
Finds the asset category with the primary key or returns null if it could not be found. |
AssetCategory |
AssetCategoryPersistence.fetchByPrimaryKey(long categoryId)
Finds the asset category with the primary key or returns null if it could not be found. |
static AssetCategory |
AssetCategoryUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found. |
AssetCategory |
AssetCategoryPersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found. |
static AssetCategory |
AssetCategoryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetCategory |
AssetCategoryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Filters the asset categories before and after the current asset category in the ordered set where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Filters the asset categories before and after the current asset category in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryFinderUtil.findByG_N(long groupId,
String name)
|
AssetCategory |
AssetCategoryFinder.findByG_N(long groupId,
String name)
|
static AssetCategory |
AssetCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where groupId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.findByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByN_V_PrevAndNext(long categoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByN_V_PrevAndNext(long categoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByP_N_PrevAndNext(long categoryId,
long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByP_N_PrevAndNext(long categoryId,
long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistence.findByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found. |
static AssetCategory |
AssetCategoryUtil.findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByP_V_PrevAndNext(long categoryId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByP_V_PrevAndNext(long categoryId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory |
AssetCategoryUtil.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByParentCategoryId_PrevAndNext(long categoryId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByParentCategoryId_PrevAndNext(long categoryId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory |
AssetCategoryUtil.findByPrimaryKey(long categoryId)
Finds the asset category with the primary key or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistence.findByPrimaryKey(long categoryId)
Finds the asset category with the primary key or throws a NoSuchCategoryException if it could not be found. |
static AssetCategory |
AssetCategoryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.findByUUID_G(String uuid,
long groupId)
Finds the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistence.findByUUID_G(String uuid,
long groupId)
Finds the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
static AssetCategory |
AssetCategoryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where uuid = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where uuid = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.findByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Finds the first asset category in the ordered set where vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Finds the last asset category in the ordered set where vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByVocabularyId_PrevAndNext(long categoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByVocabularyId_PrevAndNext(long categoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Finds the asset categories before and after the current asset category in the ordered set where vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.remove(AssetCategory assetCategory)
|
AssetCategory |
AssetCategoryPersistence.remove(AssetCategory assetCategory)
|
static AssetCategory |
AssetCategoryUtil.remove(long categoryId)
Removes the asset category with the primary key from the database. |
AssetCategory |
AssetCategoryPersistence.remove(long categoryId)
Removes the asset category with the primary key from the database. |
static AssetCategory |
AssetCategoryUtil.update(AssetCategory assetCategory,
boolean merge)
|
static AssetCategory |
AssetCategoryUtil.update(AssetCategory assetCategory,
boolean merge,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryUtil.updateImpl(AssetCategory assetCategory,
boolean merge)
|
AssetCategory |
AssetCategoryPersistence.updateImpl(AssetCategory assetCategory,
boolean merge)
|
| Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetCategory | |
|---|---|
static List<AssetCategory> |
AssetCategoryUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the asset categories where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the asset categories where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the asset categories where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findAll()
Finds all the asset categories. |
List<AssetCategory> |
AssetCategoryPersistence.findAll()
Finds all the asset categories. |
static List<AssetCategory> |
AssetCategoryUtil.findAll(int start,
int end)
Finds a range of all the asset categories. |
List<AssetCategory> |
AssetCategoryPersistence.findAll(int start,
int end)
Finds a range of all the asset categories. |
static List<AssetCategory> |
AssetCategoryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories. |
List<AssetCategory> |
AssetCategoryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories. |
static List<AssetCategory> |
AssetCategoryFinderUtil.findByC_C(long classNameId,
long classPK)
|
List<AssetCategory> |
AssetCategoryFinder.findByC_C(long classNameId,
long classPK)
|
static List<AssetCategory> |
AssetCategoryFinderUtil.findByEntryId(long entryId)
|
List<AssetCategory> |
AssetCategoryFinder.findByEntryId(long entryId)
|
static List<AssetCategory> |
AssetCategoryFinderUtil.findByG_N_P(long groupId,
String name,
String[] categoryProperties)
|
List<AssetCategory> |
AssetCategoryFinder.findByG_N_P(long groupId,
String name,
String[] categoryProperties)
|
static List<AssetCategory> |
AssetCategoryFinderUtil.findByG_N_P(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
List<AssetCategory> |
AssetCategoryFinder.findByG_N_P(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
static List<AssetCategory> |
AssetCategoryUtil.findByGroupId(long groupId)
Finds all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByGroupId(long groupId)
Finds all the asset categories where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the asset categories where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByN_V(String name,
long vocabularyId)
Finds all the asset categories where name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByN_V(String name,
long vocabularyId)
Finds all the asset categories where name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByN_V(String name,
long vocabularyId,
int start,
int end)
Finds a range of all the asset categories where name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByN_V(String name,
long vocabularyId,
int start,
int end)
Finds a range of all the asset categories where name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByN_V(String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByN_V(String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_N(long parentCategoryId,
String name)
Finds all the asset categories where parentCategoryId = ? and name = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_N(long parentCategoryId,
String name)
Finds all the asset categories where parentCategoryId = ? and name = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_N(long parentCategoryId,
String name,
int start,
int end)
Finds a range of all the asset categories where parentCategoryId = ? and name = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_N(long parentCategoryId,
String name,
int start,
int end)
Finds a range of all the asset categories where parentCategoryId = ? and name = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_N(long parentCategoryId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where parentCategoryId = ? and name = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_N(long parentCategoryId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where parentCategoryId = ? and name = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_V(long parentCategoryId,
long vocabularyId)
Finds all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_V(long parentCategoryId,
long vocabularyId)
Finds all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end)
Finds a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end)
Finds a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByParentCategoryId(long parentCategoryId)
Finds all the asset categories where parentCategoryId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId)
Finds all the asset categories where parentCategoryId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByParentCategoryId(long parentCategoryId,
int start,
int end)
Finds a range of all the asset categories where parentCategoryId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId,
int start,
int end)
Finds a range of all the asset categories where parentCategoryId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByParentCategoryId(long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where parentCategoryId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where parentCategoryId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid(String uuid)
Finds all the asset categories where uuid = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid(String uuid)
Finds all the asset categories where uuid = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the asset categories where uuid = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the asset categories where uuid = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where uuid = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where uuid = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByVocabularyId(long vocabularyId)
Finds all the asset categories where vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByVocabularyId(long vocabularyId)
Finds all the asset categories where vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByVocabularyId(long vocabularyId,
int start,
int end)
Finds a range of all the asset categories where vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByVocabularyId(long vocabularyId,
int start,
int end)
Finds a range of all the asset categories where vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByVocabularyId(long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByVocabularyId(long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the asset categories where vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetCategory> |
AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetCategory> |
AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetCategory> |
AssetEntryUtil.getAssetCategories(long pk)
Gets all the asset categories associated with the asset entry. |
List<AssetCategory> |
AssetEntryPersistence.getAssetCategories(long pk)
Gets all the asset categories associated with the asset entry. |
static List<AssetCategory> |
AssetEntryUtil.getAssetCategories(long pk,
int start,
int end)
Gets a range of all the asset categories associated with the asset entry. |
List<AssetCategory> |
AssetEntryPersistence.getAssetCategories(long pk,
int start,
int end)
Gets a range of all the asset categories associated with the asset entry. |
static List<AssetCategory> |
AssetEntryUtil.getAssetCategories(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Gets an ordered range of all the asset categories associated with the asset entry. |
List<AssetCategory> |
AssetEntryPersistence.getAssetCategories(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Gets an ordered range of all the asset categories associated with the asset entry. |
| Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetCategory | |
|---|---|
static void |
AssetEntryUtil.addAssetCategory(long pk,
AssetCategory assetCategory)
Adds an association between the asset entry and the asset category. |
void |
AssetEntryPersistence.addAssetCategory(long pk,
AssetCategory assetCategory)
Adds an association between the asset entry and the asset category. |
static void |
AssetCategoryUtil.cacheResult(AssetCategory assetCategory)
Caches the asset category in the entity cache if it is enabled. |
void |
AssetCategoryPersistence.cacheResult(AssetCategory assetCategory)
Caches the asset category in the entity cache if it is enabled. |
static void |
AssetCategoryUtil.clearCache(AssetCategory assetCategory)
|
static AssetCategory |
AssetCategoryUtil.remove(AssetCategory assetCategory)
|
AssetCategory |
AssetCategoryPersistence.remove(AssetCategory assetCategory)
|
static void |
AssetEntryUtil.removeAssetCategory(long pk,
AssetCategory assetCategory)
Removes the association between the asset entry and the asset category. |
void |
AssetEntryPersistence.removeAssetCategory(long pk,
AssetCategory assetCategory)
Removes the association between the asset entry and the asset category. |
static AssetCategory |
AssetCategoryUtil.update(AssetCategory assetCategory,
boolean merge)
|
static AssetCategory |
AssetCategoryUtil.update(AssetCategory assetCategory,
boolean merge,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryUtil.updateImpl(AssetCategory assetCategory,
boolean merge)
|
AssetCategory |
AssetCategoryPersistence.updateImpl(AssetCategory assetCategory,
boolean merge)
|
| Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetCategory | |
|---|---|
static void |
AssetEntryUtil.addAssetCategories(long pk,
List<AssetCategory> assetCategories)
Adds an association between the asset entry and the asset categories. |
void |
AssetEntryPersistence.addAssetCategories(long pk,
List<AssetCategory> assetCategories)
Adds an association between the asset entry and the asset categories. |
static void |
AssetCategoryUtil.cacheResult(List<AssetCategory> assetCategories)
Caches the asset categories in the entity cache if it is enabled. |
void |
AssetCategoryPersistence.cacheResult(List<AssetCategory> assetCategories)
Caches the asset categories in the entity cache if it is enabled. |
static void |
AssetEntryUtil.removeAssetCategories(long pk,
List<AssetCategory> assetCategories)
Removes the association between the asset entry and the asset categories. |
void |
AssetEntryPersistence.removeAssetCategories(long pk,
List<AssetCategory> assetCategories)
Removes the association between the asset entry and the asset categories. |
static void |
AssetEntryUtil.setAssetCategories(long pk,
List<AssetCategory> assetCategories)
Sets the asset categories associated with the asset entry, removing and adding associations as necessary. |
void |
AssetEntryPersistence.setAssetCategories(long pk,
List<AssetCategory> assetCategories)
Sets the asset categories associated with the asset entry, removing and adding associations as necessary. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||