com.liferay.portlet.asset.service.impl
Class AssetCategoryPropertyServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl
- All Implemented Interfaces:
- com.liferay.asset.kernel.service.AssetCategoryPropertyService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
public class AssetCategoryPropertyServiceImpl
- extends AssetCategoryPropertyServiceBaseImpl
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Methods inherited from class com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl |
afterPropertiesSet, destroy, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setCounterLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryPropertyServiceImpl
public AssetCategoryPropertyServiceImpl()
addCategoryProperty
public com.liferay.asset.kernel.model.AssetCategoryProperty addCategoryProperty(long entryId,
String key,
String value)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getCategoryProperties
public List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryProperties(long entryId)
getCategoryPropertyValues
public List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryPropertyValues(long companyId,
String key)
updateCategoryProperty
public com.liferay.asset.kernel.model.AssetCategoryProperty updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
updateCategoryProperty
public com.liferay.asset.kernel.model.AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
String key,
String value)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException