Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.asset.service.AssetCategoryPropertyLocalService

Packages that use AssetCategoryPropertyLocalService
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
 

Uses of AssetCategoryPropertyLocalService in com.liferay.portlet.asset.service
 

Classes in com.liferay.portlet.asset.service that implement AssetCategoryPropertyLocalService
 class AssetCategoryPropertyLocalServiceWrapper
          Provides a wrapper for AssetCategoryPropertyLocalService.
 

Methods in com.liferay.portlet.asset.service that return AssetCategoryPropertyLocalService
static AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceUtil.getService()
           
 AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyLocalService
 void AssetCategoryPropertyLocalServiceWrapper.setWrappedService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyLocalService
AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 

Uses of AssetCategoryPropertyLocalService in com.liferay.portlet.asset.service.base
 

Classes in com.liferay.portlet.asset.service.base that implement AssetCategoryPropertyLocalService
 class AssetCategoryPropertyLocalServiceBaseImpl
          Provides the base implementation for the asset category property local service.
 

Fields in com.liferay.portlet.asset.service.base declared as AssetCategoryPropertyLocalService
protected  AssetCategoryPropertyLocalService AssetCategoryPropertyServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetCategoryLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetCategoryServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPropertyLocalService
 AssetCategoryPropertyLocalService AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPropertyLocalService()
          Returns the asset category property local service.
 AssetCategoryPropertyLocalService AssetCategoryLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
          Returns the asset category property local service.
 AssetCategoryPropertyLocalService AssetCategoryServiceBaseImpl.getAssetCategoryPropertyLocalService()
          Returns the asset category property local service.
 AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
          Returns the asset category property local service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPropertyLocalService
 void AssetCategoryPropertyServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
          Sets the asset category property local service.
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
          Sets the asset category property local service.
 void AssetCategoryServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
          Sets the asset category property local service.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
          Sets the asset category property local service.
 

Uses of AssetCategoryPropertyLocalService in com.liferay.portlet.asset.service.impl
 

Classes in com.liferay.portlet.asset.service.impl that implement AssetCategoryPropertyLocalService
 class AssetCategoryPropertyLocalServiceImpl
           
 


Liferay 7.0-ce-b4