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 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 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 void
ObjectMappingProperty. 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 ObjectMappingProperty
DispatcherService. create(ObjectMappingProperty omp)
Operation createObjectMappingProperty
DispatcherService. 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 ObjectMappingProperty
DispatcherService. create(ObjectMappingProperty omp)
Operation createvoid
DispatcherService. delete(ObjectMappingProperty omp)
Operation deleteObjectMappingProperty
DispatcherService. 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 ObjectMappingProperty
DispatcherService. create(ObjectMappingProperty omp)
ObjectMappingProperty
DispatcherService. 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 ObjectMappingProperty
DispatcherService. create(ObjectMappingProperty omp)
void
DispatcherService. delete(ObjectMappingProperty omp)
ObjectMappingProperty
DispatcherService. 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 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 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.
-