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 ObjectMapping
ObjectMapping. toObjectMapping(ObjectMapping vo)
Creates a ObjectMapping value object based on a ObjectMapping object.static void
ObjectMapping. 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 ObjectMapping
ObjectMapping. 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 void
ObjectMapping. 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 ObjectMapping
DispatcherService. create(ObjectMapping om)
Operation createObjectMapping
DispatcherService. 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 ObjectMapping
DispatcherService. create(ObjectMapping om)
Operation createvoid
DispatcherService. delete(ObjectMapping om)
Operation deleteObjectMapping
DispatcherService. 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 ObjectMapping
DispatcherService. create(ObjectMapping om)
ObjectMapping
DispatcherService. 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 ObjectMapping
DispatcherService. create(ObjectMapping om)
void
DispatcherService. delete(ObjectMapping om)
ObjectMapping
DispatcherService. 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 class
ExtensibleObjectMapping
Constructors in es.caib.seycon.ng.sync.intf with parameters of type ObjectMapping Constructor Description ExtensibleObjectMapping(ObjectMapping otherBean)
-