Liferay 7.0-ce-b4

com.liferay.portlet.asset.service.impl
Class AssetCategoryPropertyServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl
          extended by com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, AssetCategoryPropertyService

public class AssetCategoryPropertyServiceImpl
extends AssetCategoryPropertyServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl
assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, counterLocalService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
AssetCategoryPropertyServiceImpl()
           
 
Method Summary
 AssetCategoryProperty addCategoryProperty(long entryId, String key, String value)
           
 void deleteCategoryProperty(long categoryPropertyId)
           
 List<AssetCategoryProperty> getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
           
 AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 
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.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
 

Constructor Detail

AssetCategoryPropertyServiceImpl

public AssetCategoryPropertyServiceImpl()
Method Detail

addCategoryProperty

public AssetCategoryProperty addCategoryProperty(long entryId,
                                                 String key,
                                                 String value)
                                          throws PortalException
Throws:
PortalException

deleteCategoryProperty

public void deleteCategoryProperty(long categoryPropertyId)
                            throws PortalException
Throws:
PortalException

getCategoryProperties

public List<AssetCategoryProperty> getCategoryProperties(long entryId)

getCategoryPropertyValues

public List<AssetCategoryProperty> getCategoryPropertyValues(long companyId,
                                                             String key)

updateCategoryProperty

public AssetCategoryProperty updateCategoryProperty(long userId,
                                                    long categoryPropertyId,
                                                    String key,
                                                    String value)
                                             throws PortalException
Throws:
PortalException

updateCategoryProperty

public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
                                                    String key,
                                                    String value)
                                             throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4