public class AssetVocabularyLocalServiceUtil
extends Object
com.liferay.portlet.asset.service.impl.AssetVocabularyLocalServiceImpl
and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.AssetVocabularyLocalService
Constructor and Description |
---|
AssetVocabularyLocalServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static AssetVocabulary |
addAssetVocabulary(AssetVocabulary assetVocabulary)
Adds the asset vocabulary to the database.
|
static AssetVocabulary |
addDefaultVocabulary(long groupId) |
static AssetVocabulary |
addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
static AssetVocabulary |
addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
addVocabulary(long userId,
long groupId,
String title,
ServiceContext serviceContext) |
static AssetVocabulary |
addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
static AssetVocabulary |
addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static void |
addVocabularyResources(AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions) |
static void |
addVocabularyResources(AssetVocabulary vocabulary,
ModelPermissions modelPermissions) |
static AssetVocabulary |
createAssetVocabulary(long vocabularyId)
Creates a new asset vocabulary with the primary key.
|
static PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
static AssetVocabulary |
deleteAssetVocabulary(AssetVocabulary assetVocabulary)
Deletes the asset vocabulary from the database.
|
static AssetVocabulary |
deleteAssetVocabulary(long vocabularyId)
Deletes the asset vocabulary with the primary key from the database.
|
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
static void |
deleteVocabularies(long groupId) |
static AssetVocabulary |
deleteVocabulary(AssetVocabulary vocabulary) |
static void |
deleteVocabulary(long vocabularyId) |
static <T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
static DynamicQuery |
dynamicQuery() |
static <T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <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.
|
static <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.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
static AssetVocabulary |
fetchAssetVocabulary(long vocabularyId) |
static AssetVocabulary |
fetchAssetVocabularyByReferenceCode(long companyId,
String externalReferenceCode)
Returns the asset vocabulary with the matching external reference code and company.
|
static AssetVocabulary |
fetchAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary matching the UUID and group.
|
static AssetVocabulary |
fetchGroupVocabulary(long groupId,
String name) |
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static List<AssetVocabulary> |
getAssetVocabularies(int start,
int end)
Returns a range of all the asset vocabularies.
|
static List<AssetVocabulary> |
getAssetVocabulariesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset vocabularies matching the UUID and company.
|
static 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.
|
static int |
getAssetVocabulariesCount()
Returns the number of asset vocabularies.
|
static AssetVocabulary |
getAssetVocabulary(long vocabularyId)
Returns the asset vocabulary with the primary key.
|
static AssetVocabulary |
getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary matching the UUID and group.
|
static List<AssetVocabulary> |
getCompanyVocabularies(long companyId) |
static ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
static List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds) |
static List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
String className) |
static List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
String className,
long classTypePK) |
static List<AssetVocabulary> |
getGroupVocabularies(long groupId) |
static List<AssetVocabulary> |
getGroupVocabularies(long[] groupIds) |
static List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean addDefaultVocabulary) |
static List<AssetVocabulary> |
getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
static int |
getGroupVocabulariesCount(long[] groupIds) |
static AssetVocabulary |
getGroupVocabulary(long groupId,
String name) |
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
static AssetVocabularyLocalService |
getService() |
static List<AssetVocabulary> |
getVocabularies(Hits hits) |
static List<AssetVocabulary> |
getVocabularies(long[] vocabularyIds) |
static AssetVocabulary |
getVocabulary(long vocabularyId) |
static BaseModelSearchResult<AssetVocabulary> |
searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end) |
static BaseModelSearchResult<AssetVocabulary> |
searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end,
Sort sort) |
static AssetVocabulary |
updateAssetVocabulary(AssetVocabulary assetVocabulary)
Updates the asset vocabulary in the database or adds it if it does not yet exist.
|
static AssetVocabulary |
updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings) |
static AssetVocabulary |
updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType) |
static AssetVocabulary |
updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
updateVocabulary(long vocabularyId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
public static 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.
assetVocabulary
- the asset vocabularypublic static AssetVocabulary addDefaultVocabulary(long groupId) throws PortalException
PortalException
public static AssetVocabulary addVocabulary(long userId, long groupId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) throws PortalException
PortalException
public static AssetVocabulary addVocabulary(long userId, long groupId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
PortalException
public static AssetVocabulary addVocabulary(long userId, long groupId, String title, ServiceContext serviceContext) throws PortalException
PortalException
public static 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
PortalException
public static AssetVocabulary addVocabulary(long userId, long groupId, String name, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
PortalException
public static void addVocabularyResources(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException
PortalException
public static void addVocabularyResources(AssetVocabulary vocabulary, ModelPermissions modelPermissions) throws PortalException
PortalException
public static AssetVocabulary createAssetVocabulary(long vocabularyId)
vocabularyId
- the primary key for the new asset vocabularypublic static PersistedModel createPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalException
public static 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.
assetVocabulary
- the asset vocabularypublic static 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.
vocabularyId
- the primary key of the asset vocabularyPortalException
- if a asset vocabulary with the primary key could not be foundpublic static PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalException
public static void deleteVocabularies(long groupId) throws PortalException
PortalException
public static AssetVocabulary deleteVocabulary(AssetVocabulary vocabulary) throws PortalException
PortalException
public static void deleteVocabulary(long vocabularyId) throws PortalException
PortalException
public static <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
public static DynamicQuery dynamicQuery()
public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static <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
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)public static <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
- 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 static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic static AssetVocabulary fetchAssetVocabulary(long vocabularyId)
public static AssetVocabulary fetchAssetVocabularyByReferenceCode(long companyId, String externalReferenceCode)
companyId
- the primary key of the companyexternalReferenceCode
- the asset vocabulary's external reference codenull
if a matching asset vocabulary could not be foundpublic static AssetVocabulary fetchAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
uuid
- the asset vocabulary's UUIDgroupId
- the primary key of the groupnull
if a matching asset vocabulary could not be foundpublic static AssetVocabulary fetchGroupVocabulary(long groupId, String name)
public static ActionableDynamicQuery getActionableDynamicQuery()
public static 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
.
start
- the lower bound of the range of asset vocabulariesend
- the upper bound of the range of asset vocabularies (not inclusive)public static List<AssetVocabulary> getAssetVocabulariesByUuidAndCompanyId(String uuid, long companyId)
uuid
- the UUID of the asset vocabulariescompanyId
- the primary key of the companypublic static List<AssetVocabulary> getAssetVocabulariesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
uuid
- 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 static int getAssetVocabulariesCount()
public static AssetVocabulary getAssetVocabulary(long vocabularyId) throws PortalException
vocabularyId
- the primary key of the asset vocabularyPortalException
- if a asset vocabulary with the primary key could not be foundpublic static AssetVocabulary getAssetVocabularyByUuidAndGroupId(String uuid, long groupId) throws PortalException
uuid
- the asset vocabulary's UUIDgroupId
- the primary key of the groupPortalException
- if a matching asset vocabulary could not be foundpublic static List<AssetVocabulary> getCompanyVocabularies(long companyId)
public static ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
public static List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
public static List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className)
public static List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className, long classTypePK)
public static List<AssetVocabulary> getGroupVocabularies(long groupId) throws PortalException
PortalException
public static List<AssetVocabulary> getGroupVocabularies(long groupId, boolean addDefaultVocabulary) throws PortalException
PortalException
public static List<AssetVocabulary> getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
public static List<AssetVocabulary> getGroupVocabularies(long[] groupIds)
public static int getGroupVocabulariesCount(long[] groupIds)
public static AssetVocabulary getGroupVocabulary(long groupId, String name) throws PortalException
PortalException
public static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalException
public static List<AssetVocabulary> getVocabularies(Hits hits) throws PortalException
PortalException
public static List<AssetVocabulary> getVocabularies(long[] vocabularyIds) throws PortalException
PortalException
public static AssetVocabulary getVocabulary(long vocabularyId) throws PortalException
PortalException
public static BaseModelSearchResult<AssetVocabulary> searchVocabularies(long companyId, long groupId, String title, int start, int end) throws PortalException
PortalException
public static BaseModelSearchResult<AssetVocabulary> searchVocabularies(long companyId, long groupId, String title, int start, int end, Sort sort) throws PortalException
PortalException
public static 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.
assetVocabulary
- the asset vocabularypublic static AssetVocabulary updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings) throws PortalException
PortalException
public static AssetVocabulary updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, int visibilityType) throws PortalException
PortalException
public static AssetVocabulary updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
PortalException
public static AssetVocabulary updateVocabulary(long vocabularyId, String name, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
PortalException
public static AssetVocabularyLocalService getService()