com.liferay.portlet.asset.service
Class AssetCategoryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetCategoryLocalServiceWrapper
- All Implemented Interfaces:
- AssetCategoryLocalService
public class AssetCategoryLocalServiceWrapper
- extends java.lang.Object
- implements AssetCategoryLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetCategoryLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetCategoryLocalService
- Generated:
Method Summary |
AssetCategory |
addAssetCategory(AssetCategory assetCategory)
|
AssetCategory |
addCategory(java.lang.String uuid,
long userId,
long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext)
|
void |
addCategoryResources(AssetCategory category,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addCategoryResources(AssetCategory category,
java.lang.String[] communityPermissions,
java.lang.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)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
java.util.List<AssetCategory> |
getAssetCategories(int start,
int end)
|
int |
getAssetCategoriesCount()
|
AssetCategory |
getAssetCategory(long categoryId)
|
AssetCategory |
getAssetCategoryByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
java.util.List<AssetCategory> |
getCategories()
|
java.util.List<AssetCategory> |
getCategories(long classNameId,
long classPK)
|
java.util.List<AssetCategory> |
getCategories(java.lang.String className,
long classPK)
|
AssetCategory |
getCategory(long categoryId)
|
long[] |
getCategoryIds(java.lang.String className,
long classPK)
|
java.util.List<AssetCategory> |
getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
int |
getChildCategoriesCount(long parentCategoryId)
|
java.util.List<AssetCategory> |
getEntryCategories(long entryId)
|
java.util.List<AssetCategory> |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
java.util.List<AssetCategory> |
getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
java.util.List<AssetCategory> |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
AssetCategoryLocalService |
getWrappedAssetCategoryLocalService()
|
void |
mergeCategories(long fromCategoryId,
long toCategoryId)
|
JSONArray |
search(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end)
|
AssetCategory |
updateAssetCategory(AssetCategory assetCategory)
|
AssetCategory |
updateAssetCategory(AssetCategory assetCategory,
boolean merge)
|
AssetCategory |
updateCategory(long userId,
long categoryId,
long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
long vocabularyId,
java.lang.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 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface AssetCategoryLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface AssetCategoryLocalService
- Throws:
SystemException
dynamicQuery
public java.util.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(java.lang.String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getAssetCategoryByUuidAndGroupId
in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
getAssetCategories
public java.util.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(java.lang.String uuid,
long userId,
long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
long vocabularyId,
java.lang.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,
java.lang.String[] communityPermissions,
java.lang.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 java.util.List<AssetCategory> getCategories()
throws SystemException
- Specified by:
getCategories
in interface AssetCategoryLocalService
- Throws:
SystemException
getCategories
public java.util.List<AssetCategory> getCategories(long classNameId,
long classPK)
throws SystemException
- Specified by:
getCategories
in interface AssetCategoryLocalService
- Throws:
SystemException
getCategories
public java.util.List<AssetCategory> getCategories(java.lang.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(java.lang.String className,
long classPK)
throws SystemException
- Specified by:
getCategoryIds
in interface AssetCategoryLocalService
- Throws:
SystemException
getChildCategories
public java.util.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 java.util.List<AssetCategory> getEntryCategories(long entryId)
throws SystemException
- Specified by:
getEntryCategories
in interface AssetCategoryLocalService
- Throws:
SystemException
getVocabularyCategories
public java.util.List<AssetCategory> getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getVocabularyCategories
in interface AssetCategoryLocalService
- Throws:
SystemException
getVocabularyCategories
public java.util.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 java.util.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,
java.lang.String name,
java.lang.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,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateCategory
in interface AssetCategoryLocalService
- Throws:
PortalException
SystemException
getWrappedAssetCategoryLocalService
public AssetCategoryLocalService getWrappedAssetCategoryLocalService()