public class AssetCategoryLocalServiceWrapper extends Object implements AssetCategoryLocalService, ServiceWrapper<AssetCategoryLocalService>
AssetCategoryLocalService.AssetCategoryLocalService| Constructor and Description |
|---|
AssetCategoryLocalServiceWrapper() |
AssetCategoryLocalServiceWrapper(AssetCategoryLocalService assetCategoryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
AssetCategory |
addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database.
|
AssetCategory |
addCategory(long userId,
long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
addCategory(String, long, long, long, Map, Map, long, String[], ServiceContext) |
AssetCategory |
addCategory(long userId,
long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext) |
AssetCategory |
addCategory(String externalReferenceCode,
long userId,
long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
void |
addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addCategoryResources(AssetCategory category,
ModelPermissions modelPermissions) |
AssetCategory |
createAssetCategory(long categoryId)
Creates a new asset category with the primary key.
|
PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
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 |
deleteCategories(List<AssetCategory> categories) |
void |
deleteCategories(long[] categoryIds) |
AssetCategory |
deleteCategory(AssetCategory category) |
AssetCategory |
deleteCategory(AssetCategory category,
boolean skipRebuildTree) |
AssetCategory |
deleteCategory(long categoryId) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
void |
deleteVocabularyCategories(long vocabularyId) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> 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 matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
AssetCategory |
fetchAssetCategory(long categoryId) |
AssetCategory |
fetchAssetCategoryByExternalReferenceCode(long groupId,
String externalReferenceCode)
Returns the asset category with the matching external reference code and group.
|
AssetCategory |
fetchAssetCategoryByReferenceCode(long groupId,
String externalReferenceCode)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
fetchAssetCategoryByExternalReferenceCode(long, String) |
AssetCategory |
fetchAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group.
|
AssetCategory |
fetchCategory(long categoryId) |
AssetCategory |
fetchCategory(long groupId,
long parentCategoryId,
String name,
long vocabularyId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
List<AssetCategory> |
getAssetCategories(int start,
int end)
Returns a range of all the asset categories.
|
List<AssetCategory> |
getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset categories matching the UUID and company.
|
List<AssetCategory> |
getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns a range of asset categories matching the UUID and company.
|
int |
getAssetCategoriesCount()
Returns the number of asset categories.
|
AssetCategory |
getAssetCategory(long categoryId)
Returns the asset category with the primary key.
|
AssetCategory |
getAssetCategoryByExternalReferenceCode(long groupId,
String externalReferenceCode)
Returns the asset category with the matching external reference code and group.
|
AssetCategory |
getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group.
|
List<AssetCategory> |
getCategories() |
List<AssetCategory> |
getCategories(Hits hits) |
List<AssetCategory> |
getCategories(long classNameId,
long classPK) |
List<AssetCategory> |
getCategories(String className,
long classPK) |
AssetCategory |
getCategory(long categoryId) |
AssetCategory |
getCategory(String uuid,
long groupId) |
long[] |
getCategoryIds(String className,
long classPK) |
String[] |
getCategoryNames() |
String[] |
getCategoryNames(long classNameId,
long classPK) |
String[] |
getCategoryNames(String className,
long classPK) |
List<AssetCategory> |
getChildCategories(long parentCategoryId) |
List<AssetCategory> |
getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
int |
getChildCategoriesCount(long parentCategoryId) |
CTPersistence<AssetCategory> |
getCTPersistence() |
List<AssetCategory> |
getDescendantCategories(AssetCategory category) |
List<AssetCategory> |
getEntryCategories(long entryId) |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
Class<AssetCategory> |
getModelClass() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
List<Long> |
getSubcategoryIds(long parentCategoryId) |
long[] |
getViewableCategoryIds(String className,
long classPK,
long[] categoryIds) |
List<AssetCategory> |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
List<AssetCategory> |
getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
int |
getVocabularyCategoriesCount(long vocabularyId) |
List<AssetCategory> |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
int |
getVocabularyRootCategoriesCount(long vocabularyId) |
AssetCategoryLocalService |
getWrappedService() |
AssetCategory |
mergeCategories(long fromCategoryId,
long toCategoryId) |
AssetCategory |
moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
List<AssetCategory> |
search(long groupId,
String name,
String[] categoryProperties,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
searchCategories(long companyId,
long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort) |
BaseModelSearchResult<AssetCategory> |
searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end) |
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,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
<R,E extends Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetCategory>,R,E> updateUnsafeFunction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic AssetCategoryLocalServiceWrapper()
public AssetCategoryLocalServiceWrapper(AssetCategoryLocalService assetCategoryLocalService)
public AssetCategory addAssetCategory(AssetCategory assetCategory)
Important: Inspect AssetCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset category@Deprecated public AssetCategory addCategory(long userId, long groupId, long parentCategoryId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) throws PortalException
addCategory(String, long, long, long, Map, Map, long, String[], ServiceContext)addCategory in interface AssetCategoryLocalServicePortalExceptionpublic AssetCategory addCategory(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) throws PortalException
addCategory in interface AssetCategoryLocalServicePortalExceptionpublic AssetCategory addCategory(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) throws PortalException
addCategory in interface AssetCategoryLocalServicePortalExceptionpublic void addCategoryResources(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException
addCategoryResources in interface AssetCategoryLocalServicePortalExceptionpublic void addCategoryResources(AssetCategory category, ModelPermissions modelPermissions) throws PortalException
addCategoryResources in interface AssetCategoryLocalServicePortalExceptionpublic AssetCategory createAssetCategory(long categoryId)
createAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key for the new asset categorypublic PersistedModel createPersistedModel(Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface AssetCategoryLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic AssetCategory deleteAssetCategory(AssetCategory assetCategory)
Important: Inspect AssetCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset categorypublic AssetCategory deleteAssetCategory(long categoryId) throws PortalException
Important: Inspect AssetCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key of the asset categoryPortalException - if a asset category with the primary key could not be foundpublic void deleteCategories(List<AssetCategory> categories) throws PortalException
deleteCategories in interface AssetCategoryLocalServicePortalExceptionpublic void deleteCategories(long[] categoryIds)
throws PortalException
deleteCategories in interface AssetCategoryLocalServicePortalExceptionpublic AssetCategory deleteCategory(AssetCategory category) throws PortalException
deleteCategory in interface AssetCategoryLocalServicePortalExceptionpublic AssetCategory deleteCategory(AssetCategory category, boolean skipRebuildTree) throws PortalException
deleteCategory in interface AssetCategoryLocalServicePortalExceptionpublic AssetCategory deleteCategory(long categoryId) throws PortalException
deleteCategory in interface AssetCategoryLocalServicePortalExceptionpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface AssetCategoryLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic void deleteVocabularyCategories(long vocabularyId)
throws PortalException
deleteVocabularyCategories in interface AssetCategoryLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface AssetCategoryLocalServicedslQuery in interface PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface AssetCategoryLocalServicedslQueryCount in interface PersistedModelLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface AssetCategoryLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface AssetCategoryLocalServicedynamicQuery - the dynamic querypublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl.
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)public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl.
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)public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface AssetCategoryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface AssetCategoryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic AssetCategory fetchAssetCategory(long categoryId)
fetchAssetCategory in interface AssetCategoryLocalServicepublic AssetCategory fetchAssetCategoryByExternalReferenceCode(long groupId, String externalReferenceCode)
fetchAssetCategoryByExternalReferenceCode in interface AssetCategoryLocalServicegroupId - the primary key of the groupexternalReferenceCode - the asset category's external reference codenull if a matching asset category could not be found@Deprecated public AssetCategory fetchAssetCategoryByReferenceCode(long groupId, String externalReferenceCode)
fetchAssetCategoryByExternalReferenceCode(long, String)fetchAssetCategoryByReferenceCode in interface AssetCategoryLocalServicepublic AssetCategory fetchAssetCategoryByUuidAndGroupId(String uuid, long groupId)
fetchAssetCategoryByUuidAndGroupId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDgroupId - the primary key of the groupnull if a matching asset category could not be foundpublic AssetCategory fetchCategory(long categoryId)
fetchCategory in interface AssetCategoryLocalServicepublic AssetCategory fetchCategory(long groupId, long parentCategoryId, String name, long vocabularyId)
fetchCategory in interface AssetCategoryLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetCategoryLocalServicepublic List<AssetCategory> getAssetCategories(int start, int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl.
getAssetCategories in interface AssetCategoryLocalServicestart - the lower bound of the range of asset categoriesend - the upper bound of the range of asset categories (not inclusive)public List<AssetCategory> getAssetCategoriesByUuidAndCompanyId(String uuid, long companyId)
getAssetCategoriesByUuidAndCompanyId in interface AssetCategoryLocalServiceuuid - the UUID of the asset categoriescompanyId - the primary key of the companypublic List<AssetCategory> getAssetCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
getAssetCategoriesByUuidAndCompanyId in interface AssetCategoryLocalServiceuuid - the UUID of the asset categoriescompanyId - the primary key of the companystart - the lower bound of the range of asset categoriesend - the upper bound of the range of asset categories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getAssetCategoriesCount()
getAssetCategoriesCount in interface AssetCategoryLocalServicepublic AssetCategory getAssetCategory(long categoryId) throws PortalException
getAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key of the asset categoryPortalException - if a asset category with the primary key could not be foundpublic AssetCategory getAssetCategoryByExternalReferenceCode(long groupId, String externalReferenceCode) throws PortalException
getAssetCategoryByExternalReferenceCode in interface AssetCategoryLocalServicegroupId - the primary key of the groupexternalReferenceCode - the asset category's external reference codePortalException - if a matching asset category could not be foundpublic AssetCategory getAssetCategoryByUuidAndGroupId(String uuid, long groupId) throws PortalException
getAssetCategoryByUuidAndGroupId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDgroupId - the primary key of the groupPortalException - if a matching asset category could not be foundpublic List<AssetCategory> getCategories()
getCategories in interface AssetCategoryLocalServicepublic List<AssetCategory> getCategories(Hits hits) throws PortalException
getCategories in interface AssetCategoryLocalServicePortalExceptionpublic List<AssetCategory> getCategories(long classNameId, long classPK)
getCategories in interface AssetCategoryLocalServicepublic List<AssetCategory> getCategories(String className, long classPK)
getCategories in interface AssetCategoryLocalServicepublic AssetCategory getCategory(long categoryId) throws PortalException
getCategory in interface AssetCategoryLocalServicePortalExceptionpublic AssetCategory getCategory(String uuid, long groupId) throws PortalException
getCategory in interface AssetCategoryLocalServicePortalExceptionpublic long[] getCategoryIds(String className,
long classPK)
getCategoryIds in interface AssetCategoryLocalServicepublic String[] getCategoryNames()
getCategoryNames in interface AssetCategoryLocalServicepublic String[] getCategoryNames(long classNameId,
long classPK)
getCategoryNames in interface AssetCategoryLocalServicepublic String[] getCategoryNames(String className,
long classPK)
getCategoryNames in interface AssetCategoryLocalServicepublic List<AssetCategory> getChildCategories(long parentCategoryId)
getChildCategories in interface AssetCategoryLocalServicepublic List<AssetCategory> getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
getChildCategories in interface AssetCategoryLocalServicepublic int getChildCategoriesCount(long parentCategoryId)
getChildCategoriesCount in interface AssetCategoryLocalServicepublic List<AssetCategory> getDescendantCategories(AssetCategory category)
getDescendantCategories in interface AssetCategoryLocalServicepublic List<AssetCategory> getEntryCategories(long entryId)
getEntryCategories in interface AssetCategoryLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AssetCategoryLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AssetCategoryLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetCategoryLocalServicepublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface AssetCategoryLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic List<Long> getSubcategoryIds(long parentCategoryId)
getSubcategoryIds in interface AssetCategoryLocalServicepublic long[] getViewableCategoryIds(String className,
long classPK,
long[] categoryIds)
throws PortalException
getViewableCategoryIds in interface AssetCategoryLocalServicePortalExceptionpublic List<AssetCategory> getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
getVocabularyCategories in interface AssetCategoryLocalServicepublic List<AssetCategory> getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
getVocabularyCategories in interface AssetCategoryLocalServicepublic int getVocabularyCategoriesCount(long vocabularyId)
getVocabularyCategoriesCount in interface AssetCategoryLocalServicepublic List<AssetCategory> getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator)
getVocabularyRootCategories in interface AssetCategoryLocalServicepublic int getVocabularyRootCategoriesCount(long vocabularyId)
getVocabularyRootCategoriesCount in interface AssetCategoryLocalServicepublic AssetCategory mergeCategories(long fromCategoryId, long toCategoryId) throws PortalException
mergeCategories in interface AssetCategoryLocalServicePortalExceptionpublic AssetCategory moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) throws PortalException
moveCategory in interface AssetCategoryLocalServicePortalExceptionpublic List<AssetCategory> search(long groupId, String name, String[] categoryProperties, int start, int end)
search in interface AssetCategoryLocalServicepublic BaseModelSearchResult<AssetCategory> searchCategories(long companyId, long groupIds, String title, long vocabularyId, int start, int end) throws PortalException
searchCategories in interface AssetCategoryLocalServicePortalExceptionpublic BaseModelSearchResult<AssetCategory> searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, int start, int end) throws PortalException
searchCategories in interface AssetCategoryLocalServicePortalExceptionpublic BaseModelSearchResult<AssetCategory> searchCategories(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) throws PortalException
searchCategories in interface AssetCategoryLocalServicePortalExceptionpublic BaseModelSearchResult<AssetCategory> searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) throws PortalException
searchCategories in interface AssetCategoryLocalServicePortalExceptionpublic AssetCategory updateAssetCategory(AssetCategory assetCategory)
Important: Inspect AssetCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset categorypublic AssetCategory updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) throws PortalException
updateCategory in interface AssetCategoryLocalServicePortalExceptionpublic CTPersistence<AssetCategory> getCTPersistence()
getCTPersistence in interface AssetCategoryLocalServicegetCTPersistence in interface CTService<AssetCategory>public Class<AssetCategory> getModelClass()
getModelClass in interface AssetCategoryLocalServicegetModelClass in interface CTService<AssetCategory>public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetCategory>,R,E> updateUnsafeFunction) throws E extends Throwable
updateWithUnsafeFunction in interface AssetCategoryLocalServiceupdateWithUnsafeFunction in interface CTService<AssetCategory>E extends Throwablepublic AssetCategoryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetCategoryLocalService>public void setWrappedService(AssetCategoryLocalService assetCategoryLocalService)
setWrappedService in interface ServiceWrapper<AssetCategoryLocalService>