com.liferay.portlet.asset.service
Class AssetCategoryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetCategoryLocalServiceWrapper
- All Implemented Interfaces:
- AssetCategoryLocalService
public class AssetCategoryLocalServiceWrapper
- extends Object
- implements AssetCategoryLocalService
This class is a wrapper for AssetCategoryLocalService.
- See Also:
AssetCategoryLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
AssetCategory |
addAssetCategory(AssetCategory assetCategory)
|
AssetCategory |
addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
void |
addCategoryResources(AssetCategory category,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addCategoryResources(AssetCategory category,
String[] communityPermissions,
String[] guestPermissions)
|
AssetCategory |
createAssetCategory(long categoryId)
|
void |
deleteAssetCategory(AssetCategory assetCategory)
|
void |
deleteAssetCategory(long categoryId)
|
void |
deleteCategory(AssetCategory category)
|
void |
deleteCategory(long categoryId)
|
void |
deleteVocabularyCategories(long vocabularyId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<AssetCategory> |
getAssetCategories(int start,
int end)
|
int |
getAssetCategoriesCount()
|
AssetCategory |
getAssetCategory(long categoryId)
|
AssetCategory |
getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
|
List<AssetCategory> |
getCategories()
|
List<AssetCategory> |
getCategories(long classNameId,
long classPK)
|
List<AssetCategory> |
getCategories(String className,
long classPK)
|
AssetCategory |
getCategory(long categoryId)
|
long[] |
getCategoryIds(String className,
long classPK)
|
List<AssetCategory> |
getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
int |
getChildCategoriesCount(long parentCategoryId)
|
List<AssetCategory> |
getEntryCategories(long entryId)
|
List<AssetCategory> |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
AssetCategoryLocalService |
getWrappedAssetCategoryLocalService()
|
void |
mergeCategories(long fromCategoryId,
long toCategoryId)
|
JSONArray |
search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
AssetCategory |
updateAssetCategory(AssetCategory assetCategory)
|
AssetCategory |
updateAssetCategory(AssetCategory assetCategory,
boolean merge)
|
AssetCategory |
updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryLocalServiceWrapper
public AssetCategoryLocalServiceWrapper(AssetCategoryLocalService assetCategoryLocalService)
addAssetCategory
public AssetCategory addAssetCategory(AssetCategory assetCategory)
throws SystemException
- Specified by:
addAssetCategory in interface AssetCategoryLocalService
- Throws:
SystemException
createAssetCategory
public AssetCategory createAssetCategory(long categoryId)
- Specified by:
createAssetCategory in interface AssetCategoryLocalService
deleteAssetCategory
public void deleteAssetCategory(long categoryId)
throws PortalException,
SystemException
- Specified by:
deleteAssetCategory in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
deleteAssetCategory
public void deleteAssetCategory(AssetCategory assetCategory)
throws SystemException
- Specified by:
deleteAssetCategory in interface AssetCategoryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AssetCategoryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AssetCategoryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface AssetCategoryLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface AssetCategoryLocalService
- Throws:
SystemException
getAssetCategory
public AssetCategory getAssetCategory(long categoryId)
throws PortalException,
SystemException
- Specified by:
getAssetCategory in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
getAssetCategoryByUuidAndGroupId
public AssetCategory getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getAssetCategoryByUuidAndGroupId in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
getAssetCategories
public List<AssetCategory> getAssetCategories(int start,
int end)
throws SystemException
- Specified by:
getAssetCategories in interface AssetCategoryLocalService
- Throws:
SystemException
getAssetCategoriesCount
public int getAssetCategoriesCount()
throws SystemException
- Specified by:
getAssetCategoriesCount in interface AssetCategoryLocalService
- Throws:
SystemException
updateAssetCategory
public AssetCategory updateAssetCategory(AssetCategory assetCategory)
throws SystemException
- Specified by:
updateAssetCategory in interface AssetCategoryLocalService
- Throws:
SystemException
updateAssetCategory
public AssetCategory updateAssetCategory(AssetCategory assetCategory,
boolean merge)
throws SystemException
- Specified by:
updateAssetCategory in interface AssetCategoryLocalService
- Throws:
SystemException
addCategory
public AssetCategory addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addCategory in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
addCategoryResources
public void addCategoryResources(AssetCategory category,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addCategoryResources in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
addCategoryResources
public void addCategoryResources(AssetCategory category,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addCategoryResources in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
deleteCategory
public void deleteCategory(AssetCategory category)
throws PortalException,
SystemException
- Specified by:
deleteCategory in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
deleteCategory
public void deleteCategory(long categoryId)
throws PortalException,
SystemException
- Specified by:
deleteCategory in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
deleteVocabularyCategories
public void deleteVocabularyCategories(long vocabularyId)
throws PortalException,
SystemException
- Specified by:
deleteVocabularyCategories in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
getCategories
public List<AssetCategory> getCategories()
throws SystemException
- Specified by:
getCategories in interface AssetCategoryLocalService
- Throws:
SystemException
getCategories
public List<AssetCategory> getCategories(long classNameId,
long classPK)
throws SystemException
- Specified by:
getCategories in interface AssetCategoryLocalService
- Throws:
SystemException
getCategories
public List<AssetCategory> getCategories(String className,
long classPK)
throws SystemException
- Specified by:
getCategories in interface AssetCategoryLocalService
- Throws:
SystemException
getCategory
public AssetCategory getCategory(long categoryId)
throws PortalException,
SystemException
- Specified by:
getCategory in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
getCategoryIds
public long[] getCategoryIds(String className,
long classPK)
throws SystemException
- Specified by:
getCategoryIds in interface AssetCategoryLocalService
- Throws:
SystemException
getChildCategories
public List<AssetCategory> getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getChildCategories in interface AssetCategoryLocalService
- Throws:
SystemException
getChildCategoriesCount
public int getChildCategoriesCount(long parentCategoryId)
throws SystemException
- Specified by:
getChildCategoriesCount in interface AssetCategoryLocalService
- Throws:
SystemException
getEntryCategories
public List<AssetCategory> getEntryCategories(long entryId)
throws SystemException
- Specified by:
getEntryCategories in interface AssetCategoryLocalService
- Throws:
SystemException
getVocabularyCategories
public List<AssetCategory> getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getVocabularyCategories in interface AssetCategoryLocalService
- Throws:
SystemException
getVocabularyCategories
public List<AssetCategory> getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getVocabularyCategories in interface AssetCategoryLocalService
- Throws:
SystemException
getVocabularyRootCategories
public List<AssetCategory> getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getVocabularyRootCategories in interface AssetCategoryLocalService
- Throws:
SystemException
mergeCategories
public void mergeCategories(long fromCategoryId,
long toCategoryId)
throws PortalException,
SystemException
- Specified by:
mergeCategories in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
search
public JSONArray search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
throws SystemException
- Specified by:
search in interface AssetCategoryLocalService
- Throws:
SystemException
updateCategory
public AssetCategory updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateCategory in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
getWrappedAssetCategoryLocalService
public AssetCategoryLocalService getWrappedAssetCategoryLocalService()