public class AssetVocabularyLocalServiceWrapper extends Object implements AssetVocabularyLocalService, ServiceWrapper<AssetVocabularyLocalService>
AssetVocabularyLocalService.AssetVocabularyLocalService| Constructor and Description |
|---|
AssetVocabularyLocalServiceWrapper() |
AssetVocabularyLocalServiceWrapper(AssetVocabularyLocalService assetVocabularyLocalService) |
| Modifier and Type | Method and Description |
|---|---|
AssetVocabulary |
addAssetVocabulary(AssetVocabulary assetVocabulary)
Adds the asset vocabulary to the database.
|
AssetVocabulary |
addDefaultVocabulary(long groupId) |
AssetVocabulary |
addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
AssetVocabulary |
addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
addVocabulary(long userId,
long groupId,
String title,
ServiceContext serviceContext) |
AssetVocabulary |
addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
addVocabulary(String, long, long, String, String, Map, Map, String, int, ServiceContext) |
AssetVocabulary |
addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
addVocabulary(String externalReferenceCode,
long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
void |
addVocabularyResources(AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addVocabularyResources(AssetVocabulary vocabulary,
ModelPermissions modelPermissions) |
AssetVocabulary |
createAssetVocabulary(long vocabularyId)
Creates a new asset vocabulary with the primary key.
|
PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
AssetVocabulary |
deleteAssetVocabulary(AssetVocabulary assetVocabulary)
Deletes the asset vocabulary from the database.
|
AssetVocabulary |
deleteAssetVocabulary(long vocabularyId)
Deletes the asset vocabulary with the primary key from the database.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
void |
deleteVocabularies(long groupId) |
AssetVocabulary |
deleteVocabulary(AssetVocabulary vocabulary) |
void |
deleteVocabulary(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.
|
AssetVocabulary |
fetchAssetVocabulary(long vocabularyId) |
AssetVocabulary |
fetchAssetVocabularyByExternalReferenceCode(long groupId,
String externalReferenceCode)
Returns the asset vocabulary with the matching external reference code and group.
|
AssetVocabulary |
fetchAssetVocabularyByReferenceCode(long groupId,
String externalReferenceCode)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
fetchAssetVocabularyByExternalReferenceCode(long, String) |
AssetVocabulary |
fetchAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary matching the UUID and group.
|
AssetVocabulary |
fetchGroupVocabulary(long groupId,
String name) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
List<AssetVocabulary> |
getAssetVocabularies(int start,
int end)
Returns a range of all the asset vocabularies.
|
List<AssetVocabulary> |
getAssetVocabulariesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset vocabularies matching the UUID and company.
|
List<AssetVocabulary> |
getAssetVocabulariesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns a range of asset vocabularies matching the UUID and company.
|
int |
getAssetVocabulariesCount()
Returns the number of asset vocabularies.
|
AssetVocabulary |
getAssetVocabulary(long vocabularyId)
Returns the asset vocabulary with the primary key.
|
AssetVocabulary |
getAssetVocabularyByExternalReferenceCode(long groupId,
String externalReferenceCode)
Returns the asset vocabulary with the matching external reference code and group.
|
AssetVocabulary |
getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary matching the UUID and group.
|
List<AssetVocabulary> |
getCompanyVocabularies(long companyId) |
CTPersistence<AssetVocabulary> |
getCTPersistence() |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds) |
List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
String className) |
List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
String className,
long classTypePK) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId) |
List<AssetVocabulary> |
getGroupVocabularies(long[] groupIds) |
List<AssetVocabulary> |
getGroupVocabularies(long[] groupIds,
int[] visibilityTypes) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean addDefaultVocabulary) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int visibilityType) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
int |
getGroupVocabulariesCount(long[] groupIds) |
AssetVocabulary |
getGroupVocabulary(long groupId,
String name) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
Class<AssetVocabulary> |
getModelClass() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
List<AssetVocabulary> |
getVocabularies(Hits hits) |
List<AssetVocabulary> |
getVocabularies(long[] vocabularyIds) |
AssetVocabulary |
getVocabulary(long vocabularyId) |
AssetVocabularyLocalService |
getWrappedService() |
BaseModelSearchResult<AssetVocabulary> |
searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end) |
BaseModelSearchResult<AssetVocabulary> |
searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end,
Sort sort) |
void |
setWrappedService(AssetVocabularyLocalService assetVocabularyLocalService) |
AssetVocabulary |
updateAssetVocabulary(AssetVocabulary assetVocabulary)
Updates the asset vocabulary in the database or adds it if it does not yet exist.
|
AssetVocabulary |
updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings) |
AssetVocabulary |
updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType) |
AssetVocabulary |
updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
updateVocabulary(long vocabularyId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
<R,E extends Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetVocabulary>,R,E> updateUnsafeFunction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic AssetVocabularyLocalServiceWrapper()
public AssetVocabularyLocalServiceWrapper(AssetVocabularyLocalService assetVocabularyLocalService)
public AssetVocabulary addAssetVocabulary(AssetVocabulary assetVocabulary)
Important: Inspect AssetVocabularyLocalServiceImpl 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.
addAssetVocabulary in interface AssetVocabularyLocalServiceassetVocabulary - the asset vocabularypublic AssetVocabulary addDefaultVocabulary(long groupId) throws PortalException
addDefaultVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary addVocabulary(long userId, long groupId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary addVocabulary(long userId, long groupId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary addVocabulary(long userId, long groupId, String title, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyLocalServicePortalException@Deprecated public AssetVocabulary addVocabulary(long userId, long groupId, String name, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) throws PortalException
addVocabulary(String, long, long, String, String, Map, Map, String, int, ServiceContext)addVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary addVocabulary(long userId, long groupId, String name, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary addVocabulary(String externalReferenceCode, long userId, long groupId, String name, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic void addVocabularyResources(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException
addVocabularyResources in interface AssetVocabularyLocalServicePortalExceptionpublic void addVocabularyResources(AssetVocabulary vocabulary, ModelPermissions modelPermissions) throws PortalException
addVocabularyResources in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary createAssetVocabulary(long vocabularyId)
createAssetVocabulary in interface AssetVocabularyLocalServicevocabularyId - the primary key for the new asset vocabularypublic PersistedModel createPersistedModel(Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface AssetVocabularyLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic AssetVocabulary deleteAssetVocabulary(AssetVocabulary assetVocabulary)
Important: Inspect AssetVocabularyLocalServiceImpl 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.
deleteAssetVocabulary in interface AssetVocabularyLocalServiceassetVocabulary - the asset vocabularypublic AssetVocabulary deleteAssetVocabulary(long vocabularyId) throws PortalException
Important: Inspect AssetVocabularyLocalServiceImpl 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.
deleteAssetVocabulary in interface AssetVocabularyLocalServicevocabularyId - the primary key of the asset vocabularyPortalException - if a asset vocabulary with the primary key could not be foundpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface AssetVocabularyLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic void deleteVocabularies(long groupId)
throws PortalException
deleteVocabularies in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary deleteVocabulary(AssetVocabulary vocabulary) throws PortalException
deleteVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic void deleteVocabulary(long vocabularyId)
throws PortalException
deleteVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface AssetVocabularyLocalServicedslQuery in interface PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface AssetVocabularyLocalServicedslQueryCount in interface PersistedModelLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface AssetVocabularyLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface AssetVocabularyLocalServicedynamicQuery - 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.AssetVocabularyModelImpl.
dynamicQuery in interface AssetVocabularyLocalServicedynamicQuery - 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.AssetVocabularyModelImpl.
dynamicQuery in interface AssetVocabularyLocalServicedynamicQuery - 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 AssetVocabularyLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface AssetVocabularyLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic AssetVocabulary fetchAssetVocabulary(long vocabularyId)
fetchAssetVocabulary in interface AssetVocabularyLocalServicepublic AssetVocabulary fetchAssetVocabularyByExternalReferenceCode(long groupId, String externalReferenceCode)
fetchAssetVocabularyByExternalReferenceCode in interface AssetVocabularyLocalServicegroupId - the primary key of the groupexternalReferenceCode - the asset vocabulary's external reference codenull if a matching asset vocabulary could not be found@Deprecated public AssetVocabulary fetchAssetVocabularyByReferenceCode(long groupId, String externalReferenceCode)
fetchAssetVocabularyByExternalReferenceCode(long, String)fetchAssetVocabularyByReferenceCode in interface AssetVocabularyLocalServicepublic AssetVocabulary fetchAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
fetchAssetVocabularyByUuidAndGroupId in interface AssetVocabularyLocalServiceuuid - the asset vocabulary's UUIDgroupId - the primary key of the groupnull if a matching asset vocabulary could not be foundpublic AssetVocabulary fetchGroupVocabulary(long groupId, String name)
fetchGroupVocabulary in interface AssetVocabularyLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetVocabularyLocalServicepublic List<AssetVocabulary> getAssetVocabularies(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.AssetVocabularyModelImpl.
getAssetVocabularies in interface AssetVocabularyLocalServicestart - the lower bound of the range of asset vocabulariesend - the upper bound of the range of asset vocabularies (not inclusive)public List<AssetVocabulary> getAssetVocabulariesByUuidAndCompanyId(String uuid, long companyId)
getAssetVocabulariesByUuidAndCompanyId in interface AssetVocabularyLocalServiceuuid - the UUID of the asset vocabulariescompanyId - the primary key of the companypublic List<AssetVocabulary> getAssetVocabulariesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
getAssetVocabulariesByUuidAndCompanyId in interface AssetVocabularyLocalServiceuuid - the UUID of the asset vocabulariescompanyId - the primary key of the companystart - the lower bound of the range of asset vocabulariesend - the upper bound of the range of asset vocabularies (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getAssetVocabulariesCount()
getAssetVocabulariesCount in interface AssetVocabularyLocalServicepublic AssetVocabulary getAssetVocabulary(long vocabularyId) throws PortalException
getAssetVocabulary in interface AssetVocabularyLocalServicevocabularyId - the primary key of the asset vocabularyPortalException - if a asset vocabulary with the primary key could not be foundpublic AssetVocabulary getAssetVocabularyByExternalReferenceCode(long groupId, String externalReferenceCode) throws PortalException
getAssetVocabularyByExternalReferenceCode in interface AssetVocabularyLocalServicegroupId - the primary key of the groupexternalReferenceCode - the asset vocabulary's external reference codePortalException - if a matching asset vocabulary could not be foundpublic AssetVocabulary getAssetVocabularyByUuidAndGroupId(String uuid, long groupId) throws PortalException
getAssetVocabularyByUuidAndGroupId in interface AssetVocabularyLocalServiceuuid - the asset vocabulary's UUIDgroupId - the primary key of the groupPortalException - if a matching asset vocabulary could not be foundpublic List<AssetVocabulary> getCompanyVocabularies(long companyId)
getCompanyVocabularies in interface AssetVocabularyLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AssetVocabularyLocalServicepublic List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
getGroupsVocabularies in interface AssetVocabularyLocalServicepublic List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className)
getGroupsVocabularies in interface AssetVocabularyLocalServicepublic List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className, long classTypePK)
getGroupsVocabularies in interface AssetVocabularyLocalServicepublic List<AssetVocabulary> getGroupVocabularies(long groupId) throws PortalException
getGroupVocabularies in interface AssetVocabularyLocalServicePortalExceptionpublic List<AssetVocabulary> getGroupVocabularies(long groupId, boolean addDefaultVocabulary) throws PortalException
getGroupVocabularies in interface AssetVocabularyLocalServicePortalExceptionpublic List<AssetVocabulary> getGroupVocabularies(long groupId, int visibilityType)
getGroupVocabularies in interface AssetVocabularyLocalServicepublic List<AssetVocabulary> getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
getGroupVocabularies in interface AssetVocabularyLocalServicepublic List<AssetVocabulary> getGroupVocabularies(long[] groupIds)
getGroupVocabularies in interface AssetVocabularyLocalServicepublic List<AssetVocabulary> getGroupVocabularies(long[] groupIds, int[] visibilityTypes)
getGroupVocabularies in interface AssetVocabularyLocalServicepublic int getGroupVocabulariesCount(long[] groupIds)
getGroupVocabulariesCount in interface AssetVocabularyLocalServicepublic AssetVocabulary getGroupVocabulary(long groupId, String name) throws PortalException
getGroupVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AssetVocabularyLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetVocabularyLocalServicepublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface AssetVocabularyLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic List<AssetVocabulary> getVocabularies(Hits hits) throws PortalException
getVocabularies in interface AssetVocabularyLocalServicePortalExceptionpublic List<AssetVocabulary> getVocabularies(long[] vocabularyIds) throws PortalException
getVocabularies in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary getVocabulary(long vocabularyId) throws PortalException
getVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic BaseModelSearchResult<AssetVocabulary> searchVocabularies(long companyId, long groupId, String title, int start, int end) throws PortalException
searchVocabularies in interface AssetVocabularyLocalServicePortalExceptionpublic BaseModelSearchResult<AssetVocabulary> searchVocabularies(long companyId, long groupId, String title, int start, int end, Sort sort) throws PortalException
searchVocabularies in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary updateAssetVocabulary(AssetVocabulary assetVocabulary)
Important: Inspect AssetVocabularyLocalServiceImpl 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.
updateAssetVocabulary in interface AssetVocabularyLocalServiceassetVocabulary - the asset vocabularypublic AssetVocabulary updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings) throws PortalException
updateVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, int visibilityType) throws PortalException
updateVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
updateVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic AssetVocabulary updateVocabulary(long vocabularyId, String name, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
updateVocabulary in interface AssetVocabularyLocalServicePortalExceptionpublic CTPersistence<AssetVocabulary> getCTPersistence()
getCTPersistence in interface AssetVocabularyLocalServicegetCTPersistence in interface CTService<AssetVocabulary>public Class<AssetVocabulary> getModelClass()
getModelClass in interface AssetVocabularyLocalServicegetModelClass in interface CTService<AssetVocabulary>public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetVocabulary>,R,E> updateUnsafeFunction) throws E extends Throwable
updateWithUnsafeFunction in interface AssetVocabularyLocalServiceupdateWithUnsafeFunction in interface CTService<AssetVocabulary>E extends Throwablepublic AssetVocabularyLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetVocabularyLocalService>public void setWrappedService(AssetVocabularyLocalService assetVocabularyLocalService)
setWrappedService in interface ServiceWrapper<AssetVocabularyLocalService>