Uses of Class
com.soffid.iam.api.ObjectMappingProperty
-
Packages that use ObjectMappingProperty Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of ObjectMappingProperty in com.soffid.iam.api
Methods in com.soffid.iam.api 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 com.soffid.iam.api 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 com.soffid.iam.api 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 com.soffid.iam.api with parameters of type ObjectMappingProperty Constructor Description ObjectMappingProperty(ObjectMappingProperty otherBean) -
Uses of ObjectMappingProperty in com.soffid.iam.service
Methods in com.soffid.iam.service that return ObjectMappingProperty Modifier and Type Method Description ObjectMappingPropertyDispatcherService. create(ObjectMappingProperty omp)Operation createObjectMappingPropertyDispatcherService. update(ObjectMappingProperty om)Operation updateMethods in com.soffid.iam.service that return types with arguments of type ObjectMappingProperty Modifier and Type Method Description Collection<ObjectMappingProperty>DispatcherService. findObjectMappingPropertiesByObject(Long objectId)Operation findObjectMappingPropertiesByObjectMethods in com.soffid.iam.service 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 com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return ObjectMappingProperty Modifier and Type Method Description ObjectMappingPropertyDispatcherService. create(ObjectMappingProperty omp)ObjectMappingPropertyDispatcherService. update(ObjectMappingProperty om)Methods in com.soffid.iam.service.ejb that return types with arguments of type ObjectMappingProperty Modifier and Type Method Description Collection<ObjectMappingProperty>DispatcherService. findObjectMappingPropertiesByObject(Long objectId)Methods in com.soffid.iam.service.ejb with parameters of type ObjectMappingProperty Modifier and Type Method Description ObjectMappingPropertyDispatcherService. create(ObjectMappingProperty omp)voidDispatcherService. delete(ObjectMappingProperty omp)ObjectMappingPropertyDispatcherService. update(ObjectMappingProperty om) -
Uses of ObjectMappingProperty in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu 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.
-