Uses of Class
es.caib.seycon.ng.comu.ObjectMapping
-
Packages that use ObjectMapping Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.intf -
-
Uses of ObjectMapping in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type ObjectMapping Modifier and Type Method Description static ObjectMappingObjectMapping. toObjectMapping(ObjectMapping vo)Creates a ObjectMapping value object based on a ObjectMapping object.static voidObjectMapping. toObjectMapping(ObjectMapping source, ObjectMapping target)Updates a ObjectMapping value object based on a ObjectMapping object.static ObjectMapping[]ObjectMapping. toObjectMappingArray(ObjectMapping[] source)Creates a ObjectMapping array on a ObjectMapping array.Method parameters in com.soffid.iam.api with type arguments of type ObjectMapping Modifier and Type Method Description static AsyncList<ObjectMapping>ObjectMapping. toObjectMappingAsyncList(AsyncList<ObjectMapping> source)Creates a ObjectMapping asynclist on a ObjectMapping collection.static PagedResult<ObjectMapping>ObjectMapping. toObjectMappingList(PagedResult<ObjectMapping> source)Creates a ObjectMapping pagedResult on a ObjectMapping collection.static List<ObjectMapping>ObjectMapping. toObjectMappingList(Collection<ObjectMapping> source)Creates a ObjectMapping list on a ObjectMapping collection. -
Uses of ObjectMapping in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return ObjectMapping Modifier and Type Method Description static ObjectMappingObjectMapping. toObjectMapping(ObjectMapping vo)Creates a ObjectMapping value object based on a ObjectMapping object.static ObjectMapping[]ObjectMapping. toObjectMappingArray(ObjectMapping[] source)Creates a ObjectMapping array on a ObjectMapping array.Methods in es.caib.seycon.ng.comu that return types with arguments of type ObjectMapping Modifier and Type Method Description static AsyncList<ObjectMapping>ObjectMapping. toObjectMappingAsyncList(AsyncList<ObjectMapping> source)Creates a ObjectMapping asynclist on a ObjectMapping collection.static PagedResult<ObjectMapping>ObjectMapping. toObjectMappingList(PagedResult<ObjectMapping> source)Creates a ObjectMapping pagedResult on a ObjectMapping collection.static List<ObjectMapping>ObjectMapping. toObjectMappingList(Collection<ObjectMapping> source)Creates a ObjectMapping list on a ObjectMapping collection.Methods in es.caib.seycon.ng.comu with parameters of type ObjectMapping Modifier and Type Method Description static voidObjectMapping. toObjectMapping(ObjectMapping source, ObjectMapping target)Updates a ObjectMapping value object based on a ObjectMapping object.Constructors in es.caib.seycon.ng.comu with parameters of type ObjectMapping Constructor Description ObjectMapping(ObjectMapping otherBean) -
Uses of ObjectMapping in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return ObjectMapping Modifier and Type Method Description ObjectMappingDispatcherService. create(ObjectMapping om)Operation createObjectMappingDispatcherService. update(ObjectMapping om)Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type ObjectMapping Modifier and Type Method Description Collection<ObjectMapping>DispatcherService. findObjectMappingsByDispatcher(Long dispatcherId)Operation findObjectMappingsByDispatcherMethods in es.caib.seycon.ng.servei with parameters of type ObjectMapping Modifier and Type Method Description ObjectMappingDispatcherService. create(ObjectMapping om)Operation createvoidDispatcherService. delete(ObjectMapping om)Operation deleteObjectMappingDispatcherService. update(ObjectMapping om)Operation update -
Uses of ObjectMapping in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return ObjectMapping Modifier and Type Method Description ObjectMappingDispatcherService. create(ObjectMapping om)ObjectMappingDispatcherService. update(ObjectMapping om)Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type ObjectMapping Modifier and Type Method Description Collection<ObjectMapping>DispatcherService. findObjectMappingsByDispatcher(Long dispatcherId)Methods in es.caib.seycon.ng.servei.ejb with parameters of type ObjectMapping Modifier and Type Method Description ObjectMappingDispatcherService. create(ObjectMapping om)voidDispatcherService. delete(ObjectMapping om)ObjectMappingDispatcherService. update(ObjectMapping om) -
Uses of ObjectMapping in es.caib.seycon.ng.sync.intf
Subclasses of ObjectMapping in es.caib.seycon.ng.sync.intf Modifier and Type Class Description classExtensibleObjectMappingConstructors in es.caib.seycon.ng.sync.intf with parameters of type ObjectMapping Constructor Description ExtensibleObjectMapping(ObjectMapping otherBean)
-