Liferay 7.0-ga1 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portlet.asset.service.base.AssetCategoryPropertyServiceBaseImpl
          extended by 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


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.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
AssetCategoryPropertyServiceImpl()
           
 
Method Summary
 com.liferay.asset.kernel.model.AssetCategoryProperty addCategoryProperty(long entryId, String key, String value)
           
 void deleteCategoryProperty(long categoryPropertyId)
           
protected  List<com.liferay.asset.kernel.model.AssetCategoryProperty> filterAssetCategoryProperties(List<com.liferay.asset.kernel.model.AssetCategoryProperty> assetCategoryProperties)
           
 List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryProperties(long entryId)
           
 List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryPropertyValues(long companyId, String key)
           
 com.liferay.asset.kernel.model.AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value)
           
 com.liferay.asset.kernel.model.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.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
 

Constructor Detail

AssetCategoryPropertyServiceImpl

public AssetCategoryPropertyServiceImpl()
Method Detail

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

filterAssetCategoryProperties

protected List<com.liferay.asset.kernel.model.AssetCategoryProperty> filterAssetCategoryProperties(List<com.liferay.asset.kernel.model.AssetCategoryProperty> assetCategoryProperties)

Liferay 7.0-ga1 portal-impl