@ProviderType public class AssetCategoryLocalServiceWrapper extends java.lang.Object implements AssetCategoryLocalService, ServiceWrapper<AssetCategoryLocalService>
AssetCategoryLocalService.AssetCategoryLocalService| Constructor and Description |
|---|
AssetCategoryLocalServiceWrapper(AssetCategoryLocalService assetCategoryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
AssetCategory |
addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database.
|
void |
addAssetEntryAssetCategories(long entryId,
java.util.List<AssetCategory> AssetCategories) |
void |
addAssetEntryAssetCategories(long entryId,
long[] categoryIds) |
void |
addAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory) |
void |
addAssetEntryAssetCategory(long entryId,
long categoryId) |
AssetCategory |
addCategory(long userId,
long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategory |
addCategory(long userId,
java.lang.String title,
long vocabularyId,
ServiceContext serviceContext) |
void |
addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addCategoryResources(AssetCategory category,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions) |
void |
clearAssetEntryAssetCategories(long entryId) |
AssetCategory |
createAssetCategory(long categoryId)
Creates a new asset category with the primary key.
|
AssetCategory |
deleteAssetCategory(AssetCategory assetCategory)
Deletes the asset category from the database.
|
AssetCategory |
deleteAssetCategory(long categoryId)
Deletes the asset category with the primary key from the database.
|
void |
deleteAssetEntryAssetCategories(long entryId,
java.util.List<AssetCategory> AssetCategories) |
void |
deleteAssetEntryAssetCategories(long entryId,
long[] categoryIds) |
void |
deleteAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory) |
void |
deleteAssetEntryAssetCategory(long entryId,
long categoryId) |
void |
deleteCategory(AssetCategory category) |
void |
deleteCategory(long categoryId) |
void |
deleteVocabularyCategories(long vocabularyId) |
DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
AssetCategory |
fetchAssetCategory(long categoryId) |
AssetCategory |
fetchAssetCategoryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the asset category with the matching UUID and company.
|
AssetCategory |
fetchAssetCategoryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset category matching the UUID and group.
|
AssetCategory |
fetchCategory(long categoryId) |
java.util.List<AssetCategory> |
getAssetCategories(int start,
int end)
Returns a range of all the asset categories.
|
int |
getAssetCategoriesCount()
Returns the number of asset categories.
|
AssetCategory |
getAssetCategory(long categoryId)
Returns the asset category with the primary key.
|
AssetCategory |
getAssetCategoryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the asset category with the matching UUID and company.
|
AssetCategory |
getAssetCategoryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset category matching the UUID and group.
|
java.util.List<AssetCategory> |
getAssetEntryAssetCategories(long entryId) |
java.util.List<AssetCategory> |
getAssetEntryAssetCategories(long entryId,
int start,
int end) |
java.util.List<AssetCategory> |
getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getAssetEntryAssetCategoriesCount(long entryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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) |
AssetCategory |
getCategory(java.lang.String uuid,
long groupId) |
long[] |
getCategoryIds(java.lang.String className,
long classPK) |
java.lang.String[] |
getCategoryNames() |
java.lang.String[] |
getCategoryNames(long classNameId,
long classPK) |
java.lang.String[] |
getCategoryNames(java.lang.String className,
long classPK) |
java.util.List<AssetCategory> |
getChildCategories(long parentCategoryId) |
java.util.List<AssetCategory> |
getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc) |
int |
getChildCategoriesCount(long parentCategoryId) |
java.util.List<AssetCategory> |
getEntryCategories(long entryId) |
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<java.lang.Long> |
getSubcategoryIds(long parentCategoryId) |
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) |
int |
getVocabularyCategoriesCount(long vocabularyId) |
java.util.List<AssetCategory> |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc) |
int |
getVocabularyRootCategoriesCount(long vocabularyId) |
AssetCategoryLocalService |
getWrappedAssetCategoryLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetCategoryLocalService |
getWrappedService() |
boolean |
hasAssetEntryAssetCategories(long entryId) |
boolean |
hasAssetEntryAssetCategory(long entryId,
long categoryId) |
void |
mergeCategories(long fromCategoryId,
long toCategoryId) |
AssetCategory |
moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
void |
rebuildTree(long groupId,
boolean force) |
java.util.List<AssetCategory> |
search(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end) |
void |
setAssetEntryAssetCategories(long entryId,
long[] categoryIds) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.asset.service.AssetCategoryLocalService) |
void |
setWrappedService(AssetCategoryLocalService assetCategoryLocalService) |
AssetCategory |
updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist.
|
AssetCategory |
updateCategory(long userId,
long categoryId,
long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext) |
public AssetCategoryLocalServiceWrapper(AssetCategoryLocalService assetCategoryLocalService)
public AssetCategory addAssetCategory(AssetCategory assetCategory) throws SystemException
addAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset categorySystemException - if a system exception occurredpublic AssetCategory createAssetCategory(long categoryId)
createAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key for the new asset categorypublic AssetCategory deleteAssetCategory(long categoryId) throws PortalException, SystemException
deleteAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key of the asset categoryPortalException - if a asset category with the primary key could not be foundSystemException - if a system exception occurredpublic AssetCategory deleteAssetCategory(AssetCategory assetCategory) throws SystemException
deleteAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset categorySystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface AssetCategoryLocalServicepublic java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery in interface AssetCategoryLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)SystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount in interface AssetCategoryLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount in interface AssetCategoryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic AssetCategory fetchAssetCategory(long categoryId) throws SystemException
fetchAssetCategory in interface AssetCategoryLocalServiceSystemExceptionpublic AssetCategory fetchAssetCategoryByUuidAndCompanyId(java.lang.String uuid, long companyId) throws SystemException
fetchAssetCategoryByUuidAndCompanyId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDcompanyId - the primary key of the companynull if a matching asset category could not be foundSystemException - if a system exception occurredpublic AssetCategory fetchAssetCategoryByUuidAndGroupId(java.lang.String uuid, long groupId) throws SystemException
fetchAssetCategoryByUuidAndGroupId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDgroupId - the primary key of the groupnull if a matching asset category could not be foundSystemException - if a system exception occurredpublic AssetCategory getAssetCategory(long categoryId) throws PortalException, SystemException
getAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key of the asset categoryPortalException - if a asset category with the primary key could not be foundSystemException - if a system exception occurredpublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic AssetCategory getAssetCategoryByUuidAndCompanyId(java.lang.String uuid, long companyId) throws PortalException, SystemException
getAssetCategoryByUuidAndCompanyId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDcompanyId - the primary key of the companyPortalException - if a matching asset category could not be foundSystemException - if a system exception occurredpublic AssetCategory getAssetCategoryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException, SystemException
getAssetCategoryByUuidAndGroupId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDgroupId - the primary key of the groupPortalException - if a matching asset category could not be foundSystemException - if a system exception occurredpublic java.util.List<AssetCategory> getAssetCategories(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getAssetCategories in interface AssetCategoryLocalServicestart - 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 occurredpublic int getAssetCategoriesCount()
throws SystemException
getAssetCategoriesCount in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic AssetCategory updateAssetCategory(AssetCategory assetCategory) throws SystemException
updateAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset categorySystemException - if a system exception occurredpublic void addAssetEntryAssetCategory(long entryId,
long categoryId)
throws SystemException
addAssetEntryAssetCategory in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic void addAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory)
throws SystemException
addAssetEntryAssetCategory in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic void addAssetEntryAssetCategories(long entryId,
long[] categoryIds)
throws SystemException
addAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic void addAssetEntryAssetCategories(long entryId,
java.util.List<AssetCategory> AssetCategories)
throws SystemException
addAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic void clearAssetEntryAssetCategories(long entryId)
throws SystemException
clearAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetEntryAssetCategory(long entryId,
long categoryId)
throws SystemException
deleteAssetEntryAssetCategory in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory)
throws SystemException
deleteAssetEntryAssetCategory in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetEntryAssetCategories(long entryId,
long[] categoryIds)
throws SystemException
deleteAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic void deleteAssetEntryAssetCategories(long entryId,
java.util.List<AssetCategory> AssetCategories)
throws SystemException
deleteAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic java.util.List<AssetCategory> getAssetEntryAssetCategories(long entryId) throws SystemException
getAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic java.util.List<AssetCategory> getAssetEntryAssetCategories(long entryId, int start, int end) throws SystemException
getAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic java.util.List<AssetCategory> getAssetEntryAssetCategories(long entryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic int getAssetEntryAssetCategoriesCount(long entryId)
throws SystemException
getAssetEntryAssetCategoriesCount in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic boolean hasAssetEntryAssetCategory(long entryId,
long categoryId)
throws SystemException
hasAssetEntryAssetCategory in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic boolean hasAssetEntryAssetCategories(long entryId)
throws SystemException
hasAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic void setAssetEntryAssetCategories(long entryId,
long[] categoryIds)
throws SystemException
setAssetEntryAssetCategories in interface AssetCategoryLocalServiceSystemException - if a system exception occurredpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetCategoryLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetCategoryLocalServicebeanIdentifier - the Spring bean ID for this beanpublic AssetCategory addCategory(long userId, long parentCategoryId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, long vocabularyId, java.lang.String[] categoryProperties, ServiceContext serviceContext) throws PortalException, SystemException
addCategory in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic AssetCategory addCategory(long userId, java.lang.String title, long vocabularyId, ServiceContext serviceContext) throws PortalException, SystemException
addCategory in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic void addCategoryResources(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
addCategoryResources in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic void addCategoryResources(AssetCategory category, java.lang.String[] groupPermissions, java.lang.String[] guestPermissions) throws PortalException, SystemException
addCategoryResources in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic void deleteCategory(AssetCategory category) throws PortalException, SystemException
deleteCategory in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic void deleteCategory(long categoryId)
throws PortalException,
SystemException
deleteCategory in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic void deleteVocabularyCategories(long vocabularyId)
throws PortalException,
SystemException
deleteVocabularyCategories in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic AssetCategory fetchCategory(long categoryId) throws SystemException
fetchCategory in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> getCategories() throws SystemException
getCategories in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> getCategories(long classNameId, long classPK) throws SystemException
getCategories in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> getCategories(java.lang.String className, long classPK) throws SystemException
getCategories in interface AssetCategoryLocalServiceSystemExceptionpublic AssetCategory getCategory(long categoryId) throws PortalException, SystemException
getCategory in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic AssetCategory getCategory(java.lang.String uuid, long groupId) throws PortalException, SystemException
getCategory in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic long[] getCategoryIds(java.lang.String className,
long classPK)
throws SystemException
getCategoryIds in interface AssetCategoryLocalServiceSystemExceptionpublic java.lang.String[] getCategoryNames()
throws SystemException
getCategoryNames in interface AssetCategoryLocalServiceSystemExceptionpublic java.lang.String[] getCategoryNames(long classNameId,
long classPK)
throws SystemException
getCategoryNames in interface AssetCategoryLocalServiceSystemExceptionpublic java.lang.String[] getCategoryNames(java.lang.String className,
long classPK)
throws SystemException
getCategoryNames in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> getChildCategories(long parentCategoryId) throws SystemException
getChildCategories in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc) throws SystemException
getChildCategories in interface AssetCategoryLocalServiceSystemExceptionpublic int getChildCategoriesCount(long parentCategoryId)
throws SystemException
getChildCategoriesCount in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> getEntryCategories(long entryId) throws SystemException
getEntryCategories in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<java.lang.Long> getSubcategoryIds(long parentCategoryId)
throws SystemException
getSubcategoryIds in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws SystemException
getVocabularyCategories in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc) throws SystemException
getVocabularyCategories in interface AssetCategoryLocalServiceSystemExceptionpublic int getVocabularyCategoriesCount(long vocabularyId)
throws SystemException
getVocabularyCategoriesCount in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws SystemException
getVocabularyRootCategories in interface AssetCategoryLocalServiceSystemExceptionpublic int getVocabularyRootCategoriesCount(long vocabularyId)
throws SystemException
getVocabularyRootCategoriesCount in interface AssetCategoryLocalServiceSystemExceptionpublic void mergeCategories(long fromCategoryId,
long toCategoryId)
throws PortalException,
SystemException
mergeCategories in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic AssetCategory moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) throws PortalException, SystemException
moveCategory in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic void rebuildTree(long groupId,
boolean force)
throws SystemException
rebuildTree in interface AssetCategoryLocalServiceSystemExceptionpublic java.util.List<AssetCategory> search(long groupId, java.lang.String name, java.lang.String[] categoryProperties, int start, int end) throws SystemException
search in interface AssetCategoryLocalServiceSystemExceptionpublic AssetCategory updateCategory(long userId, long categoryId, long parentCategoryId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, long vocabularyId, java.lang.String[] categoryProperties, ServiceContext serviceContext) throws PortalException, SystemException
updateCategory in interface AssetCategoryLocalServicePortalExceptionSystemExceptionpublic AssetCategoryLocalService getWrappedAssetCategoryLocalService()
getWrappedService()public void setWrappedAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
setWrappedService(com.liferay.portlet.asset.service.AssetCategoryLocalService)public AssetCategoryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetCategoryLocalService>public void setWrappedService(AssetCategoryLocalService assetCategoryLocalService)
setWrappedService in interface ServiceWrapper<AssetCategoryLocalService>