Uses of Class
es.caib.bpm.vo.ConfigParameterVO
-
Packages that use ConfigParameterVO Package Description com.soffid.iam.bpm.api es.caib.bpm.servei es.caib.bpm.servei.ejb es.caib.bpm.vo -
-
Uses of ConfigParameterVO in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api with parameters of type ConfigParameterVO Modifier and Type Method Description static ConfigParameterVO
ConfigParameterVO. toConfigParameterVO(ConfigParameterVO vo)
Creates a ConfigParameterVO value object based on a ConfigParameterVO object.static void
ConfigParameterVO. toConfigParameterVO(ConfigParameterVO source, ConfigParameterVO target)
Updates a ConfigParameterVO value object based on a ConfigParameterVO object.static ConfigParameterVO[]
ConfigParameterVO. toConfigParameterVOArray(ConfigParameterVO[] source)
Creates a ConfigParameterVO array on a ConfigParameterVO array.Method parameters in com.soffid.iam.bpm.api with type arguments of type ConfigParameterVO Modifier and Type Method Description static AsyncList<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOAsyncList(AsyncList<ConfigParameterVO> source)
Creates a ConfigParameterVO asynclist on a ConfigParameterVO collection.static PagedResult<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOList(PagedResult<ConfigParameterVO> source)
Creates a ConfigParameterVO pagedResult on a ConfigParameterVO collection.static List<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOList(Collection<ConfigParameterVO> source)
Creates a ConfigParameterVO list on a ConfigParameterVO collection. -
Uses of ConfigParameterVO in es.caib.bpm.servei
Methods in es.caib.bpm.servei that return ConfigParameterVO Modifier and Type Method Description ConfigParameterVO
BpmConfigService. findFirstByAppKey(String app, String key)
Operation findFirstByAppKeyMethods in es.caib.bpm.servei that return types with arguments of type ConfigParameterVO Modifier and Type Method Description Collection<ConfigParameterVO>
BpmConfigService. findAll()
Operation findAllCollection<ConfigParameterVO>
BpmConfigService. findByAppKey(String app, String key)
Operation findByAppKeyCollection<ConfigParameterVO>
BpmConfigService. findById(long id)
Operation findByIdMethods in es.caib.bpm.servei with parameters of type ConfigParameterVO Modifier and Type Method Description void
BpmConfigService. create(ConfigParameterVO config)
Operation createvoid
BpmConfigService. delete(ConfigParameterVO config)
Operation deletevoid
BpmConfigService. update(ConfigParameterVO config)
Operation updateMethod parameters in es.caib.bpm.servei with type arguments of type ConfigParameterVO Modifier and Type Method Description void
BpmConfigService. updateAll(Collection<ConfigParameterVO> config)
Operation updateAll -
Uses of ConfigParameterVO in es.caib.bpm.servei.ejb
Methods in es.caib.bpm.servei.ejb that return ConfigParameterVO Modifier and Type Method Description ConfigParameterVO
BpmConfigService. findFirstByAppKey(String app, String key)
Methods in es.caib.bpm.servei.ejb that return types with arguments of type ConfigParameterVO Modifier and Type Method Description Collection<ConfigParameterVO>
BpmConfigService. findAll()
Collection<ConfigParameterVO>
BpmConfigService. findByAppKey(String app, String key)
Collection<ConfigParameterVO>
BpmConfigService. findById(long id)
Methods in es.caib.bpm.servei.ejb with parameters of type ConfigParameterVO Modifier and Type Method Description void
BpmConfigService. create(ConfigParameterVO config)
void
BpmConfigService. delete(ConfigParameterVO config)
void
BpmConfigService. update(ConfigParameterVO config)
Method parameters in es.caib.bpm.servei.ejb with type arguments of type ConfigParameterVO Modifier and Type Method Description void
BpmConfigService. updateAll(Collection<ConfigParameterVO> config)
-
Uses of ConfigParameterVO in es.caib.bpm.vo
Methods in es.caib.bpm.vo that return ConfigParameterVO Modifier and Type Method Description static ConfigParameterVO
ConfigParameterVO. toConfigParameterVO(ConfigParameterVO vo)
Creates a ConfigParameterVO value object based on a ConfigParameterVO object.static ConfigParameterVO[]
ConfigParameterVO. toConfigParameterVOArray(ConfigParameterVO[] source)
Creates a ConfigParameterVO array on a ConfigParameterVO array.Methods in es.caib.bpm.vo that return types with arguments of type ConfigParameterVO Modifier and Type Method Description static AsyncList<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOAsyncList(AsyncList<ConfigParameterVO> source)
Creates a ConfigParameterVO asynclist on a ConfigParameterVO collection.static PagedResult<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOList(PagedResult<ConfigParameterVO> source)
Creates a ConfigParameterVO pagedResult on a ConfigParameterVO collection.static List<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOList(Collection<ConfigParameterVO> source)
Creates a ConfigParameterVO list on a ConfigParameterVO collection.Methods in es.caib.bpm.vo with parameters of type ConfigParameterVO Modifier and Type Method Description static void
ConfigParameterVO. toConfigParameterVO(ConfigParameterVO source, ConfigParameterVO target)
Updates a ConfigParameterVO value object based on a ConfigParameterVO object.Constructors in es.caib.bpm.vo with parameters of type ConfigParameterVO Constructor Description ConfigParameterVO(ConfigParameterVO otherBean)
-