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 ObjectMappingPropertyObjectMappingProperty. toObjectMappingProperty(ObjectMappingProperty vo)Creates a ObjectMappingProperty value object based on a ObjectMappingProperty object.static voidObjectMappingProperty. 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 ObjectMappingPropertyObjectMappingProperty. 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 voidObjectMappingProperty. 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 ObjectMappingPropertyDispatcherService. create(ObjectMappingProperty omp)Operation createObjectMappingPropertyDispatcherService. 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 ObjectMappingPropertyDispatcherService. create(ObjectMappingProperty omp)Operation createvoidDispatcherService. delete(ObjectMappingProperty omp)Operation deleteObjectMappingPropertyDispatcherService. 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 ObjectMappingPropertyDispatcherService. create(ObjectMappingProperty omp)ObjectMappingPropertyDispatcherService. 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 ObjectMappingPropertyDispatcherService. create(ObjectMappingProperty omp)voidDispatcherService. delete(ObjectMappingProperty omp)ObjectMappingPropertyDispatcherService. update(ObjectMappingProperty om)
-