Class AssetCategoryLocalServiceWrapper
- All Implemented Interfaces:
AssetCategoryLocalService,BaseLocalService,CTService<AssetCategory>,PersistedModelLocalService,ServiceWrapper<AssetCategoryLocalService>
AssetCategoryLocalService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionAssetCategoryLocalServiceWrapper(AssetCategoryLocalService assetCategoryLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddAssetCategory(AssetCategory assetCategory) Adds the asset category to the database.addCategory(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) addCategory(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) voidaddCategoryResources(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) voidaddCategoryResources(AssetCategory category, ModelPermissions modelPermissions) createAssetCategory(long categoryId) Creates a new asset category with the primary key.createPersistedModel(Serializable primaryKeyObj) deleteAssetCategory(long categoryId) Deletes the asset category with the primary key from the database.deleteAssetCategory(AssetCategory assetCategory) Deletes the asset category from the database.voiddeleteCategories(long[] categoryIds) voiddeleteCategories(List<AssetCategory> categories) deleteCategory(long categoryId) deleteCategory(AssetCategory category) deleteCategory(AssetCategory category, boolean skipRebuildTree) deletePersistedModel(PersistedModel persistedModel) voiddeleteVocabularyCategories(long vocabularyId) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <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.longdynamicQueryCount(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.fetchAssetCategory(long categoryId) fetchAssetCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) fetchAssetCategoryByUuidAndGroupId(String uuid, long groupId) Returns the asset category matching the UUID and group.fetchCategory(long categoryId) fetchCategory(long groupId, long parentCategoryId, String name, long vocabularyId) getAssetCategories(int start, int end) Returns a range of all the asset categories.getAssetCategoriesByUuidAndCompanyId(String uuid, long companyId) Returns all the asset categories matching the UUID and company.getAssetCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.intReturns the number of asset categories.getAssetCategory(long categoryId) Returns the asset category with the primary key.getAssetCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) getAssetCategoryByUuidAndGroupId(String uuid, long groupId) Returns the asset category matching the UUID and group.getCategories(long classNameId, long classPK) getCategories(long classNameId, long classPK, int start, int end) getCategories(Hits hits) getCategories(String className, long classPK) intgetCategoriesCount(long classNameId, long classPK) getCategory(long categoryId) getCategory(String uuid, long groupId) long[]getCategoryIds(String className, long classPK) String[]String[]getCategoryNames(long classNameId, long classPK) String[]getCategoryNames(String className, long classPK) getChildCategories(long parentCategoryId) getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) intgetChildCategoriesCount(long parentCategoryId) getDescendantCategories(AssetCategory category) getEntryCategories(long entryId) getExportActionableDynamicQuery(PortletDataContext portletDataContext) Returns the OSGi service identifier.getPersistedModel(Serializable primaryKeyObj) getSubcategoryIds(long parentCategoryId) long[]getViewableCategoryIds(String className, long classPK, long[] categoryIds) getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) intgetVocabularyCategoriesCount(long vocabularyId) getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) intgetVocabularyRootCategoriesCount(long vocabularyId) mergeCategories(long fromCategoryId, long toCategoryId) moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, int start, int end) searchCategories(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) searchCategories(long companyId, long groupIds, String title, long vocabularyId, int start, int end) voidsetWrappedService(AssetCategoryLocalService assetCategoryLocalService) updateAssetCategory(AssetCategory assetCategory) Updates the asset category in the database or adds it if it does not yet exist.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>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetCategory>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
AssetCategoryLocalServiceWrapper
public AssetCategoryLocalServiceWrapper() -
AssetCategoryLocalServiceWrapper
-
-
Method Details
-
addAssetCategory
Adds the asset category to the database. Also notifies the appropriate model listeners.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.
- Specified by:
addAssetCategoryin interfaceAssetCategoryLocalService- Parameters:
assetCategory- the asset category- Returns:
- the asset category that was added
-
addCategory
public AssetCategory addCategory(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) throws PortalException - Specified by:
addCategoryin interfaceAssetCategoryLocalService- Throws:
PortalException
-
addCategory
public AssetCategory addCategory(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, throws PortalExceptionString> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) - Specified by:
addCategoryin interfaceAssetCategoryLocalService- Throws:
PortalException
-
addCategoryResources
public void addCategoryResources(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException - Specified by:
addCategoryResourcesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
addCategoryResources
public void addCategoryResources(AssetCategory category, ModelPermissions modelPermissions) throws PortalException - Specified by:
addCategoryResourcesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
createAssetCategory
Creates a new asset category with the primary key. Does not add the asset category to the database.- Specified by:
createAssetCategoryin interfaceAssetCategoryLocalService- Parameters:
categoryId- the primary key for the new asset category- Returns:
- the new asset category
-
createPersistedModel
- Specified by:
createPersistedModelin interfaceAssetCategoryLocalService- Specified by:
createPersistedModelin interfacePersistedModelLocalService- Throws:
PortalExceptionPortalException
-
deleteAssetCategory
Deletes the asset category from the database. Also notifies the appropriate model listeners.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.
- Specified by:
deleteAssetCategoryin interfaceAssetCategoryLocalService- Parameters:
assetCategory- the asset category- Returns:
- the asset category that was removed
-
deleteAssetCategory
Deletes the asset category with the primary key from the database. Also notifies the appropriate model listeners.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.
- Specified by:
deleteAssetCategoryin interfaceAssetCategoryLocalService- Parameters:
categoryId- the primary key of the asset category- Returns:
- the asset category that was removed
- Throws:
PortalException- if a asset category with the primary key could not be foundPortalException
-
deleteCategories
- Specified by:
deleteCategoriesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
deleteCategories
- Specified by:
deleteCategoriesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
deleteCategory
- Specified by:
deleteCategoryin interfaceAssetCategoryLocalService- Throws:
PortalException
-
deleteCategory
public AssetCategory deleteCategory(AssetCategory category, boolean skipRebuildTree) throws PortalException - Specified by:
deleteCategoryin interfaceAssetCategoryLocalService- Throws:
PortalException
-
deleteCategory
- Specified by:
deleteCategoryin interfaceAssetCategoryLocalService- Throws:
PortalException
-
deletePersistedModel
- Specified by:
deletePersistedModelin interfaceAssetCategoryLocalService- Specified by:
deletePersistedModelin interfacePersistedModelLocalService- Throws:
PortalExceptionPortalException
-
deleteVocabularyCategories
- Specified by:
deleteVocabularyCategoriesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceAssetCategoryLocalService- Specified by:
dslQueryin interfacePersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceAssetCategoryLocalService- Specified by:
dslQueryCountin interfacePersistedModelLocalService
-
dynamicQuery
- Specified by:
dynamicQueryin interfaceAssetCategoryLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceAssetCategoryLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
Performs a dynamic query on the database and returns a range of the matching rows.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portlet.asset.model.impl.AssetCategoryModelImpl.- Specified by:
dynamicQueryin interfaceAssetCategoryLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portlet.asset.model.impl.AssetCategoryModelImpl.- Specified by:
dynamicQueryin interfaceAssetCategoryLocalService- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceAssetCategoryLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceAssetCategoryLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchAssetCategory
- Specified by:
fetchAssetCategoryin interfaceAssetCategoryLocalService
-
fetchAssetCategoryByExternalReferenceCode
public AssetCategory fetchAssetCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) - Specified by:
fetchAssetCategoryByExternalReferenceCodein interfaceAssetCategoryLocalService
-
fetchAssetCategoryByUuidAndGroupId
Returns the asset category matching the UUID and group.- Specified by:
fetchAssetCategoryByUuidAndGroupIdin interfaceAssetCategoryLocalService- Parameters:
uuid- the asset category's UUIDgroupId- the primary key of the group- Returns:
- the matching asset category, or
nullif a matching asset category could not be found
-
fetchCategory
- Specified by:
fetchCategoryin interfaceAssetCategoryLocalService
-
fetchCategory
public AssetCategory fetchCategory(long groupId, long parentCategoryId, String name, long vocabularyId) - Specified by:
fetchCategoryin interfaceAssetCategoryLocalService
-
getActionableDynamicQuery
- Specified by:
getActionableDynamicQueryin interfaceAssetCategoryLocalService
-
getAssetCategories
Returns a range of all the asset categories.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portlet.asset.model.impl.AssetCategoryModelImpl.- Specified by:
getAssetCategoriesin interfaceAssetCategoryLocalService- Parameters:
start- the lower bound of the range of asset categoriesend- the upper bound of the range of asset categories (not inclusive)- Returns:
- the range of asset categories
-
getAssetCategoriesByUuidAndCompanyId
Returns all the asset categories matching the UUID and company.- Specified by:
getAssetCategoriesByUuidAndCompanyIdin interfaceAssetCategoryLocalService- Parameters:
uuid- the UUID of the asset categoriescompanyId- the primary key of the company- Returns:
- the matching asset categories, or an empty list if no matches were found
-
getAssetCategoriesByUuidAndCompanyId
public 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.- Specified by:
getAssetCategoriesByUuidAndCompanyIdin interfaceAssetCategoryLocalService- Parameters:
uuid- 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 (optionallynull)- Returns:
- the range of matching asset categories, or an empty list if no matches were found
-
getAssetCategoriesCount
public int getAssetCategoriesCount()Returns the number of asset categories.- Specified by:
getAssetCategoriesCountin interfaceAssetCategoryLocalService- Returns:
- the number of asset categories
-
getAssetCategory
Returns the asset category with the primary key.- Specified by:
getAssetCategoryin interfaceAssetCategoryLocalService- Parameters:
categoryId- the primary key of the asset category- Returns:
- the asset category
- Throws:
PortalException- if a asset category with the primary key could not be foundPortalException
-
getAssetCategoryByExternalReferenceCode
public AssetCategory getAssetCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
getAssetCategoryByExternalReferenceCodein interfaceAssetCategoryLocalService- Throws:
PortalException
-
getAssetCategoryByUuidAndGroupId
public AssetCategory getAssetCategoryByUuidAndGroupId(String uuid, long groupId) throws PortalException Returns the asset category matching the UUID and group.- Specified by:
getAssetCategoryByUuidAndGroupIdin interfaceAssetCategoryLocalService- Parameters:
uuid- the asset category's UUIDgroupId- the primary key of the group- Returns:
- the matching asset category
- Throws:
PortalException- if a matching asset category could not be foundPortalException
-
getCategories
- Specified by:
getCategoriesin interfaceAssetCategoryLocalService
-
getCategories
- Specified by:
getCategoriesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
getCategories
- Specified by:
getCategoriesin interfaceAssetCategoryLocalService
-
getCategories
- Specified by:
getCategoriesin interfaceAssetCategoryLocalService
-
getCategories
- Specified by:
getCategoriesin interfaceAssetCategoryLocalService
-
getCategoriesCount
public int getCategoriesCount(long classNameId, long classPK) - Specified by:
getCategoriesCountin interfaceAssetCategoryLocalService
-
getCategory
- Specified by:
getCategoryin interfaceAssetCategoryLocalService- Throws:
PortalException
-
getCategory
- Specified by:
getCategoryin interfaceAssetCategoryLocalService- Throws:
PortalException
-
getCategoryIds
- Specified by:
getCategoryIdsin interfaceAssetCategoryLocalService
-
getCategoryNames
- Specified by:
getCategoryNamesin interfaceAssetCategoryLocalService
-
getCategoryNames
- Specified by:
getCategoryNamesin interfaceAssetCategoryLocalService
-
getCategoryNames
- Specified by:
getCategoryNamesin interfaceAssetCategoryLocalService
-
getChildCategories
- Specified by:
getChildCategoriesin interfaceAssetCategoryLocalService
-
getChildCategories
public List<AssetCategory> getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) - Specified by:
getChildCategoriesin interfaceAssetCategoryLocalService
-
getChildCategoriesCount
public int getChildCategoriesCount(long parentCategoryId) - Specified by:
getChildCategoriesCountin interfaceAssetCategoryLocalService
-
getDescendantCategories
- Specified by:
getDescendantCategoriesin interfaceAssetCategoryLocalService
-
getEntryCategories
- Specified by:
getEntryCategoriesin interfaceAssetCategoryLocalService
-
getExportActionableDynamicQuery
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceAssetCategoryLocalService
-
getIndexableActionableDynamicQuery
- Specified by:
getIndexableActionableDynamicQueryin interfaceAssetCategoryLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetCategoryLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
- Specified by:
getPersistedModelin interfaceAssetCategoryLocalService- Specified by:
getPersistedModelin interfacePersistedModelLocalService- Throws:
PortalExceptionPortalException
-
getSubcategoryIds
- Specified by:
getSubcategoryIdsin interfaceAssetCategoryLocalService
-
getViewableCategoryIds
public long[] getViewableCategoryIds(String className, long classPK, long[] categoryIds) throws PortalException - Specified by:
getViewableCategoryIdsin interfaceAssetCategoryLocalService- Throws:
PortalException
-
getVocabularyCategories
public List<AssetCategory> getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) - Specified by:
getVocabularyCategoriesin interfaceAssetCategoryLocalService
-
getVocabularyCategories
public List<AssetCategory> getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) - Specified by:
getVocabularyCategoriesin interfaceAssetCategoryLocalService
-
getVocabularyCategoriesCount
public int getVocabularyCategoriesCount(long vocabularyId) - Specified by:
getVocabularyCategoriesCountin interfaceAssetCategoryLocalService
-
getVocabularyRootCategories
public List<AssetCategory> getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) - Specified by:
getVocabularyRootCategoriesin interfaceAssetCategoryLocalService
-
getVocabularyRootCategoriesCount
public int getVocabularyRootCategoriesCount(long vocabularyId) - Specified by:
getVocabularyRootCategoriesCountin interfaceAssetCategoryLocalService
-
mergeCategories
- Specified by:
mergeCategoriesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
moveCategory
public AssetCategory moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) throws PortalException - Specified by:
moveCategoryin interfaceAssetCategoryLocalService- Throws:
PortalException
-
search
public List<AssetCategory> search(long groupId, String name, String[] categoryProperties, int start, int end) - Specified by:
searchin interfaceAssetCategoryLocalService
-
searchCategories
public BaseModelSearchResult<AssetCategory> searchCategories(long companyId, long groupIds, String title, long vocabularyId, int start, int end) throws PortalException - Specified by:
searchCategoriesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
searchCategories
public BaseModelSearchResult<AssetCategory> searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, int start, int end) throws PortalException - Specified by:
searchCategoriesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
searchCategories
public BaseModelSearchResult<AssetCategory> searchCategories(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) throws PortalException - Specified by:
searchCategoriesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
searchCategories
public BaseModelSearchResult<AssetCategory> searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) throws PortalException - Specified by:
searchCategoriesin interfaceAssetCategoryLocalService- Throws:
PortalException
-
updateAssetCategory
Updates the asset category in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.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.
- Specified by:
updateAssetCategoryin interfaceAssetCategoryLocalService- Parameters:
assetCategory- the asset category- Returns:
- the asset category that was updated
-
updateCategory
public AssetCategory updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, throws PortalExceptionString> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) - Specified by:
updateCategoryin interfaceAssetCategoryLocalService- Throws:
PortalException
-
getBasePersistence
- Specified by:
getBasePersistencein interfacePersistedModelLocalService
-
getCTPersistence
- Specified by:
getCTPersistencein interfaceAssetCategoryLocalService- Specified by:
getCTPersistencein interfaceCTService<AssetCategory>
-
getModelClass
- Specified by:
getModelClassin interfaceAssetCategoryLocalService- Specified by:
getModelClassin interfaceCTService<AssetCategory>
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetCategory>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfaceAssetCategoryLocalService- Specified by:
updateWithUnsafeFunctionin interfaceCTService<AssetCategory>- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<AssetCategoryLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<AssetCategoryLocalService>
-