Uses of Class
es.caib.seycon.ng.comu.AttributeMapping
-
Packages that use AttributeMapping 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 AttributeMapping in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type AttributeMapping Modifier and Type Method Description static AttributeMapping
AttributeMapping. toAttributeMapping(AttributeMapping vo)
Creates a AttributeMapping value object based on a AttributeMapping object.static void
AttributeMapping. toAttributeMapping(AttributeMapping source, AttributeMapping target)
Updates a AttributeMapping value object based on a AttributeMapping object.static AttributeMapping[]
AttributeMapping. toAttributeMappingArray(AttributeMapping[] source)
Creates a AttributeMapping array on a AttributeMapping array.Method parameters in com.soffid.iam.api with type arguments of type AttributeMapping Modifier and Type Method Description static AsyncList<AttributeMapping>
AttributeMapping. toAttributeMappingAsyncList(AsyncList<AttributeMapping> source)
Creates a AttributeMapping asynclist on a AttributeMapping collection.static PagedResult<AttributeMapping>
AttributeMapping. toAttributeMappingList(PagedResult<AttributeMapping> source)
Creates a AttributeMapping pagedResult on a AttributeMapping collection.static List<AttributeMapping>
AttributeMapping. toAttributeMappingList(Collection<AttributeMapping> source)
Creates a AttributeMapping list on a AttributeMapping collection. -
Uses of AttributeMapping in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return AttributeMapping Modifier and Type Method Description static AttributeMapping
AttributeMapping. toAttributeMapping(AttributeMapping vo)
Creates a AttributeMapping value object based on a AttributeMapping object.static AttributeMapping[]
AttributeMapping. toAttributeMappingArray(AttributeMapping[] source)
Creates a AttributeMapping array on a AttributeMapping array.Methods in es.caib.seycon.ng.comu that return types with arguments of type AttributeMapping Modifier and Type Method Description static AsyncList<AttributeMapping>
AttributeMapping. toAttributeMappingAsyncList(AsyncList<AttributeMapping> source)
Creates a AttributeMapping asynclist on a AttributeMapping collection.static PagedResult<AttributeMapping>
AttributeMapping. toAttributeMappingList(PagedResult<AttributeMapping> source)
Creates a AttributeMapping pagedResult on a AttributeMapping collection.static List<AttributeMapping>
AttributeMapping. toAttributeMappingList(Collection<AttributeMapping> source)
Creates a AttributeMapping list on a AttributeMapping collection.Methods in es.caib.seycon.ng.comu with parameters of type AttributeMapping Modifier and Type Method Description static void
AttributeMapping. toAttributeMapping(AttributeMapping source, AttributeMapping target)
Updates a AttributeMapping value object based on a AttributeMapping object.Constructors in es.caib.seycon.ng.comu with parameters of type AttributeMapping Constructor Description AttributeMapping(AttributeMapping otherBean)
-
Uses of AttributeMapping in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return AttributeMapping Modifier and Type Method Description AttributeMapping
DispatcherService. create(AttributeMapping mapping)
Operation createAttributeMapping
DispatcherService. update(AttributeMapping mapping)
Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type AttributeMapping Modifier and Type Method Description Collection<AttributeMapping>
DispatcherService. findAttributeMappingsByObject(Long objectId)
Operation findAttributeMappingsByObjectMethods in es.caib.seycon.ng.servei with parameters of type AttributeMapping Modifier and Type Method Description AttributeMapping
DispatcherService. create(AttributeMapping mapping)
Operation createvoid
DispatcherService. delete(AttributeMapping mapping)
Operation deleteAttributeMapping
DispatcherService. update(AttributeMapping mapping)
Operation update -
Uses of AttributeMapping in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return AttributeMapping Modifier and Type Method Description AttributeMapping
DispatcherService. create(AttributeMapping mapping)
AttributeMapping
DispatcherService. update(AttributeMapping mapping)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type AttributeMapping Modifier and Type Method Description Collection<AttributeMapping>
DispatcherService. findAttributeMappingsByObject(Long objectId)
Methods in es.caib.seycon.ng.servei.ejb with parameters of type AttributeMapping Modifier and Type Method Description AttributeMapping
DispatcherService. create(AttributeMapping mapping)
void
DispatcherService. delete(AttributeMapping mapping)
AttributeMapping
DispatcherService. update(AttributeMapping mapping)
-
Uses of AttributeMapping in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf that return types with arguments of type AttributeMapping Modifier and Type Method Description Collection<AttributeMapping>
ExtensibleObjectMapping. getAttributes()
Method parameters in es.caib.seycon.ng.sync.intf with type arguments of type AttributeMapping Modifier and Type Method Description void
ExtensibleObjectMapping. setAttributes(Collection<AttributeMapping> attributes)
-