|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetCategoryLocalServiceWrapper
@ProviderType public class AssetCategoryLocalServiceWrapper
Provides a wrapper for AssetCategoryLocalService.
AssetCategoryLocalService| Constructor Summary | |
|---|---|
AssetCategoryLocalServiceWrapper(AssetCategoryLocalService assetCategoryLocalService)
|
|
| Method Summary | ||
|---|---|---|
AssetCategory |
addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
|
void |
addAssetEntryAssetCategories(long entryId,
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 groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
|
AssetCategory |
addCategory(long userId,
long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext)
|
|
void |
addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
|
void |
addCategoryResources(AssetCategory category,
ModelPermissions modelPermissions)
|
|
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,
List<AssetCategory> AssetCategories)
|
|
void |
deleteAssetEntryAssetCategories(long entryId,
long[] categoryIds)
|
|
void |
deleteAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory)
|
|
void |
deleteAssetEntryAssetCategory(long entryId,
long categoryId)
|
|
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)
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
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 |
fetchAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group. |
|
AssetCategory |
fetchCategory(long categoryId)
|
|
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 |
getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group. |
|
List<AssetCategory> |
getAssetEntryAssetCategories(long entryId)
|
|
List<AssetCategory> |
getAssetEntryAssetCategories(long entryId,
int start,
int end)
|
|
List<AssetCategory> |
getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
|
|
int |
getAssetEntryAssetCategoriesCount(long entryId)
|
|
long[] |
getAssetEntryPrimaryKeys(long categoryId)
Returns the entryIds of the asset entries associated with the asset category. |
|
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> obc)
|
|
int |
getChildCategoriesCount(long parentCategoryId)
|
|
List<AssetCategory> |
getEntryCategories(long entryId)
|
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
List<Long> |
getSubcategoryIds(long parentCategoryId)
|
|
List<AssetCategory> |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
int |
getVocabularyCategoriesCount(long vocabularyId)
|
|
List<AssetCategory> |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
int |
getVocabularyRootCategoriesCount(long vocabularyId)
|
|
AssetCategoryLocalService |
getWrappedService()
|
|
boolean |
hasAssetEntryAssetCategories(long entryId)
|
|
boolean |
hasAssetEntryAssetCategory(long entryId,
long categoryId)
|
|
AssetCategory |
mergeCategories(long fromCategoryId,
long toCategoryId)
|
|
AssetCategory |
moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
|
void |
rebuildTree(long groupId,
boolean force)
|
|
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 |
setAssetEntryAssetCategories(long entryId,
long[] categoryIds)
|
|
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)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetCategoryLocalServiceWrapper(AssetCategoryLocalService assetCategoryLocalService)
| Method Detail |
|---|
public AssetCategory addAssetCategory(AssetCategory assetCategory)
addAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset category
public void addAssetEntryAssetCategories(long entryId,
List<AssetCategory> AssetCategories)
addAssetEntryAssetCategories in interface AssetCategoryLocalService
public void addAssetEntryAssetCategories(long entryId,
long[] categoryIds)
addAssetEntryAssetCategories in interface AssetCategoryLocalService
public void addAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory)
addAssetEntryAssetCategory in interface AssetCategoryLocalService
public void addAssetEntryAssetCategory(long entryId,
long categoryId)
addAssetEntryAssetCategory in interface AssetCategoryLocalService
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 in interface AssetCategoryLocalServicePortalException
public AssetCategory addCategory(long userId,
long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext)
throws PortalException
addCategory in interface AssetCategoryLocalServicePortalException
public void addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
addCategoryResources in interface AssetCategoryLocalServicePortalException
public void addCategoryResources(AssetCategory category,
ModelPermissions modelPermissions)
throws PortalException
addCategoryResources in interface AssetCategoryLocalServicePortalExceptionpublic void clearAssetEntryAssetCategories(long entryId)
clearAssetEntryAssetCategories in interface AssetCategoryLocalServicepublic AssetCategory createAssetCategory(long categoryId)
createAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key for the new asset category
public AssetCategory deleteAssetCategory(AssetCategory assetCategory)
deleteAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset category
public AssetCategory deleteAssetCategory(long categoryId)
throws PortalException
deleteAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key of the asset category
PortalException - if a asset category with the primary key could not be found
public void deleteAssetEntryAssetCategories(long entryId,
List<AssetCategory> AssetCategories)
deleteAssetEntryAssetCategories in interface AssetCategoryLocalService
public void deleteAssetEntryAssetCategories(long entryId,
long[] categoryIds)
deleteAssetEntryAssetCategories in interface AssetCategoryLocalService
public void deleteAssetEntryAssetCategory(long entryId,
AssetCategory assetCategory)
deleteAssetEntryAssetCategory in interface AssetCategoryLocalService
public void deleteAssetEntryAssetCategory(long entryId,
long categoryId)
deleteAssetEntryAssetCategory in interface AssetCategoryLocalService
public void deleteCategories(List<AssetCategory> categories)
throws PortalException
deleteCategories in interface AssetCategoryLocalServicePortalException
public void deleteCategories(long[] categoryIds)
throws PortalException
deleteCategories in interface AssetCategoryLocalServicePortalException
public AssetCategory deleteCategory(AssetCategory category)
throws PortalException
deleteCategory in interface AssetCategoryLocalServicePortalException
public AssetCategory deleteCategory(AssetCategory category,
boolean skipRebuildTree)
throws PortalException
deleteCategory in interface AssetCategoryLocalServicePortalException
public AssetCategory deleteCategory(long categoryId)
throws PortalException
deleteCategory in interface AssetCategoryLocalServicePortalException
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface AssetCategoryLocalServicePortalException
public void deleteVocabularyCategories(long vocabularyId)
throws PortalException
deleteVocabularyCategories in interface AssetCategoryLocalServicePortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface AssetCategoryLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface AssetCategoryLocalServicedynamicQuery - the dynamic query
public <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 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 com.liferay.portlet.asset.model.impl.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)
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 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 com.liferay.portlet.asset.model.impl.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)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface AssetCategoryLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface AssetCategoryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public AssetCategory fetchAssetCategory(long categoryId)
fetchAssetCategory in interface AssetCategoryLocalService
public AssetCategory fetchAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
fetchAssetCategoryByUuidAndGroupId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDgroupId - the primary key of the group
null if a matching asset category could not be foundpublic AssetCategory fetchCategory(long categoryId)
fetchCategory in interface AssetCategoryLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetCategoryLocalService
public 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 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 com.liferay.portlet.asset.model.impl.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)
public List<AssetCategory> getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId)
getAssetCategoriesByUuidAndCompanyId in interface AssetCategoryLocalServiceuuid - the UUID of the asset categoriescompanyId - the primary key of the company
public 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 AssetCategoryLocalService
public AssetCategory getAssetCategory(long categoryId)
throws PortalException
getAssetCategory in interface AssetCategoryLocalServicecategoryId - the primary key of the asset category
PortalException - if a asset category with the primary key could not be found
public AssetCategory getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
getAssetCategoryByUuidAndGroupId in interface AssetCategoryLocalServiceuuid - the asset category's UUIDgroupId - the primary key of the group
PortalException - if a matching asset category could not be foundpublic List<AssetCategory> getAssetEntryAssetCategories(long entryId)
getAssetEntryAssetCategories in interface AssetCategoryLocalService
public List<AssetCategory> getAssetEntryAssetCategories(long entryId,
int start,
int end)
getAssetEntryAssetCategories in interface AssetCategoryLocalService
public List<AssetCategory> getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
getAssetEntryAssetCategories in interface AssetCategoryLocalServicepublic int getAssetEntryAssetCategoriesCount(long entryId)
getAssetEntryAssetCategoriesCount in interface AssetCategoryLocalServicepublic long[] getAssetEntryPrimaryKeys(long categoryId)
getAssetEntryPrimaryKeys in interface AssetCategoryLocalServicecategoryId - the categoryId of the asset category
public List<AssetCategory> getCategories()
getCategories in interface AssetCategoryLocalService
public List<AssetCategory> getCategories(String className,
long classPK)
getCategories in interface AssetCategoryLocalService
public List<AssetCategory> getCategories(long classNameId,
long classPK)
getCategories in interface AssetCategoryLocalService
public List<AssetCategory> getCategories(Hits hits)
throws PortalException
getCategories in interface AssetCategoryLocalServicePortalException
public AssetCategory getCategory(long categoryId)
throws PortalException
getCategory in interface AssetCategoryLocalServicePortalException
public AssetCategory getCategory(String uuid,
long groupId)
throws PortalException
getCategory in interface AssetCategoryLocalServicePortalException
public long[] getCategoryIds(String className,
long classPK)
getCategoryIds in interface AssetCategoryLocalServicepublic String[] getCategoryNames()
getCategoryNames in interface AssetCategoryLocalService
public String[] getCategoryNames(String className,
long classPK)
getCategoryNames in interface AssetCategoryLocalService
public String[] getCategoryNames(long classNameId,
long classPK)
getCategoryNames in interface AssetCategoryLocalServicepublic List<AssetCategory> getChildCategories(long parentCategoryId)
getChildCategories in interface AssetCategoryLocalService
public List<AssetCategory> getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
getChildCategories in interface AssetCategoryLocalServicepublic int getChildCategoriesCount(long parentCategoryId)
getChildCategoriesCount 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 AssetCategoryLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface AssetCategoryLocalServicePortalExceptionpublic List<Long> getSubcategoryIds(long parentCategoryId)
getSubcategoryIds in interface AssetCategoryLocalService
public List<AssetCategory> getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
getVocabularyCategories in interface AssetCategoryLocalService
public List<AssetCategory> getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
getVocabularyCategories in interface AssetCategoryLocalServicepublic int getVocabularyCategoriesCount(long vocabularyId)
getVocabularyCategoriesCount in interface AssetCategoryLocalService
public List<AssetCategory> getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
getVocabularyRootCategories in interface AssetCategoryLocalServicepublic int getVocabularyRootCategoriesCount(long vocabularyId)
getVocabularyRootCategoriesCount in interface AssetCategoryLocalServicepublic boolean hasAssetEntryAssetCategories(long entryId)
hasAssetEntryAssetCategories in interface AssetCategoryLocalService
public boolean hasAssetEntryAssetCategory(long entryId,
long categoryId)
hasAssetEntryAssetCategory in interface AssetCategoryLocalService
public AssetCategory mergeCategories(long fromCategoryId,
long toCategoryId)
throws PortalException
mergeCategories in interface AssetCategoryLocalServicePortalException
public AssetCategory moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
throws PortalException
moveCategory in interface AssetCategoryLocalServicePortalException
public void rebuildTree(long groupId,
boolean force)
rebuildTree in interface AssetCategoryLocalService
public List<AssetCategory> search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
search in interface AssetCategoryLocalService
public BaseModelSearchResult<AssetCategory> searchCategories(long companyId,
long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
throws PortalException
searchCategories in interface AssetCategoryLocalServicePortalException
public BaseModelSearchResult<AssetCategory> searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end)
throws PortalException
searchCategories in interface AssetCategoryLocalServicePortalException
public BaseModelSearchResult<AssetCategory> searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort)
throws PortalException
searchCategories in interface AssetCategoryLocalServicePortalException
public BaseModelSearchResult<AssetCategory> searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
throws PortalException
searchCategories in interface AssetCategoryLocalServicePortalException
public void setAssetEntryAssetCategories(long entryId,
long[] categoryIds)
setAssetEntryAssetCategories in interface AssetCategoryLocalServicepublic AssetCategory updateAssetCategory(AssetCategory assetCategory)
updateAssetCategory in interface AssetCategoryLocalServiceassetCategory - the asset category
public 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 AssetCategoryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetCategoryLocalService>public void setWrappedService(AssetCategoryLocalService assetCategoryLocalService)
setWrappedService in interface ServiceWrapper<AssetCategoryLocalService>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||