Uses of Class
es.caib.seycon.ng.comu.ObjectMappingProperty
-
Packages that use ObjectMappingProperty Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of ObjectMappingProperty in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type ObjectMappingProperty Modifier and Type Method Description static ObjectMappingProperty
ObjectMappingProperty. toObjectMappingProperty(ObjectMappingProperty vo)
Creates a ObjectMappingProperty value object based on a ObjectMappingProperty object.static void
ObjectMappingProperty. toObjectMappingProperty(ObjectMappingProperty source, ObjectMappingProperty target)
Updates a ObjectMappingProperty value object based on a ObjectMappingProperty object.static ObjectMappingProperty[]
ObjectMappingProperty. toObjectMappingPropertyArray(ObjectMappingProperty[] source)
Creates a ObjectMappingProperty array on a ObjectMappingProperty array.Method parameters in com.soffid.iam.api with type arguments of type ObjectMappingProperty Modifier and Type Method Description static AsyncList<ObjectMappingProperty>
ObjectMappingProperty. toObjectMappingPropertyAsyncList(AsyncList<ObjectMappingProperty> source)
Creates a ObjectMappingProperty asynclist on a ObjectMappingProperty collection.static PagedResult<ObjectMappingProperty>
ObjectMappingProperty. toObjectMappingPropertyList(PagedResult<ObjectMappingProperty> source)
Creates a ObjectMappingProperty pagedResult on a ObjectMappingProperty collection.static List<ObjectMappingProperty>
ObjectMappingProperty. toObjectMappingPropertyList(Collection<ObjectMappingProperty> source)
Creates a ObjectMappingProperty list on a ObjectMappingProperty collection. -
Uses of ObjectMappingProperty in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return ObjectMappingProperty Modifier and Type Method Description static ObjectMappingProperty
ObjectMappingProperty. toObjectMappingProperty(ObjectMappingProperty vo)
Creates a ObjectMappingProperty value object based on a ObjectMappingProperty object.static ObjectMappingProperty[]
ObjectMappingProperty. toObjectMappingPropertyArray(ObjectMappingProperty[] source)
Creates a ObjectMappingProperty array on a ObjectMappingProperty array.Methods in es.caib.seycon.ng.comu that return types with arguments of type ObjectMappingProperty Modifier and Type Method Description static AsyncList<ObjectMappingProperty>
ObjectMappingProperty. toObjectMappingPropertyAsyncList(AsyncList<ObjectMappingProperty> source)
Creates a ObjectMappingProperty asynclist on a ObjectMappingProperty collection.static PagedResult<ObjectMappingProperty>
ObjectMappingProperty. toObjectMappingPropertyList(PagedResult<ObjectMappingProperty> source)
Creates a ObjectMappingProperty pagedResult on a ObjectMappingProperty collection.static List<ObjectMappingProperty>
ObjectMappingProperty. toObjectMappingPropertyList(Collection<ObjectMappingProperty> source)
Creates a ObjectMappingProperty list on a ObjectMappingProperty collection.Methods in es.caib.seycon.ng.comu with parameters of type ObjectMappingProperty Modifier and Type Method Description static void
ObjectMappingProperty. toObjectMappingProperty(ObjectMappingProperty source, ObjectMappingProperty target)
Updates a ObjectMappingProperty value object based on a ObjectMappingProperty object.Constructors in es.caib.seycon.ng.comu with parameters of type ObjectMappingProperty Constructor Description ObjectMappingProperty(ObjectMappingProperty otherBean)
-
Uses of ObjectMappingProperty in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return ObjectMappingProperty Modifier and Type Method Description ObjectMappingProperty
DispatcherService. create(ObjectMappingProperty omp)
Operation createObjectMappingProperty
DispatcherService. update(ObjectMappingProperty om)
Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type ObjectMappingProperty Modifier and Type Method Description Collection<ObjectMappingProperty>
DispatcherService. findObjectMappingPropertiesByObject(Long objectId)
Operation findObjectMappingPropertiesByObjectMethods in es.caib.seycon.ng.servei with parameters of type ObjectMappingProperty Modifier and Type Method Description ObjectMappingProperty
DispatcherService. create(ObjectMappingProperty omp)
Operation createvoid
DispatcherService. delete(ObjectMappingProperty omp)
Operation deleteObjectMappingProperty
DispatcherService. update(ObjectMappingProperty om)
Operation update -
Uses of ObjectMappingProperty in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return ObjectMappingProperty Modifier and Type Method Description ObjectMappingProperty
DispatcherService. create(ObjectMappingProperty omp)
ObjectMappingProperty
DispatcherService. update(ObjectMappingProperty om)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type ObjectMappingProperty Modifier and Type Method Description Collection<ObjectMappingProperty>
DispatcherService. findObjectMappingPropertiesByObject(Long objectId)
Methods in es.caib.seycon.ng.servei.ejb with parameters of type ObjectMappingProperty Modifier and Type Method Description ObjectMappingProperty
DispatcherService. create(ObjectMappingProperty omp)
void
DispatcherService. delete(ObjectMappingProperty omp)
ObjectMappingProperty
DispatcherService. update(ObjectMappingProperty om)
-