public interface OrganizationEntityAttributeMapping
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getBackEndNames()
This method will return a list of DB Column name for the Organization Attributes
|
java.util.Map |
getMappedColumnCodeFromEntityAttr()
Returns OIM 9.2 attributes mapped to OIM 9.1 attributes (the reverse
of @see getMappingEntityAttrAndColumnCode).
|
java.util.Map |
getMappingEntityAttrAndColumnCode()
Returns OIM 9.1 attributes mapped to OIM 9.2 attributes.
|
java.util.Map getMappingEntityAttrAndColumnCode() throws java.lang.Exception
map
containing the mapping.java.lang.Exception
java.util.Map getMappedColumnCodeFromEntityAttr() throws java.lang.Exception
map
containing the mapping.java.lang.Exception
java.util.Map getBackEndNames() throws java.lang.Exception
java.lang.Exception