Uses of Class
com.soffid.iam.model.ObjectMappingEntity
-
Packages that use ObjectMappingEntity Package Description com.soffid.iam.model -
-
Uses of ObjectMappingEntity in com.soffid.iam.model
Subclasses of ObjectMappingEntity in com.soffid.iam.model Modifier and Type Class Description class
ObjectMappingEntityImpl
Entity ObjectMappingEntity implementationMethods in com.soffid.iam.model that return ObjectMappingEntity Modifier and Type Method Description ObjectMappingEntity
AttributeMappingEntity. getObject()
Gets value for attribute objectObjectMappingEntity
ObjectMappingPropertyEntity. getObject()
Gets value for attribute objectObjectMappingEntity
ObjectMappingTriggerEntity. getObject()
Gets value for attribute objectObjectMappingEntity
ObjectMappingEntityDao. load(Long id)
Loads an instance ofObjectMappingEntity
from the persistent store.ObjectMappingEntity
ObjectMappingEntityDaoBase. load(Long id)
Loads an instance ofObjectMappingEntity
from the persistent store.ObjectMappingEntity
ObjectMappingEntityDao. newObjectMappingEntity()
Creates an instance ofObjectMappingEntity
.ObjectMappingEntity
ObjectMappingEntityDaoBase. newObjectMappingEntity()
Creates an instance ofObjectMappingEntity
.ObjectMappingEntity
ObjectMappingEntityDao. objectMappingToEntity(com.soffid.iam.api.ObjectMapping instance)
Transforms fromObjectMapping
objectObjectMappingEntity
ObjectMappingEntityDaoBase. objectMappingToEntity(com.soffid.iam.api.ObjectMapping instance)
Transforms fromObjectMapping
objectMethods in com.soffid.iam.model that return types with arguments of type ObjectMappingEntity Modifier and Type Method Description Collection<ObjectMappingEntity>
CustomObjectTypeEntity. getMappings()
Gets value for attribute mappingsCollection<ObjectMappingEntity>
SystemEntity. getObjectMappings()
Gets value for attribute objectMappingsList<ObjectMappingEntity>
ObjectMappingEntityDao. loadAll()
Loads all instances ofObjectMappingEntity
from the persistent store.List<ObjectMappingEntity>
ObjectMappingEntityDaoBase. loadAll()
Loads all instances ofObjectMappingEntity
from the persistent store.List<ObjectMappingEntity>
ObjectMappingEntityDao. objectMappingToEntityList(Collection<com.soffid.iam.api.ObjectMapping> instances)
Transforms fromObjectMapping
listList<ObjectMappingEntity>
ObjectMappingEntityDaoBase. objectMappingToEntityList(Collection<com.soffid.iam.api.ObjectMapping> instances)
Transforms fromObjectMapping
listList<ObjectMappingEntity>
ObjectMappingEntityDao. query(String query, Parameter[] parameters)
Query ofObjectMappingEntity
from the persistent store.List<ObjectMappingEntity>
ObjectMappingEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofObjectMappingEntity
from the persistent store.List<ObjectMappingEntity>
ObjectMappingEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofObjectMappingEntity
from the persistent store.List<ObjectMappingEntity>
ObjectMappingEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofObjectMappingEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type ObjectMappingEntity Modifier and Type Method Description void
ObjectMappingEntityDao. create(ObjectMappingEntity entity)
Adds an instance ofObjectMappingEntity
to the persistent store.void
ObjectMappingEntityDaoBase. create(ObjectMappingEntity entity)
Adds an instance ofObjectMappingEntity
to the persistent store.void
ObjectMappingEntityDao. objectMappingToEntity(com.soffid.iam.api.ObjectMapping source, ObjectMappingEntity target, boolean copyIfNull)
Copy data fromObjectMapping
objectvoid
ObjectMappingEntityDaoBase. objectMappingToEntity(com.soffid.iam.api.ObjectMapping source, ObjectMappingEntity target, boolean copyIfNull)
Copy data fromObjectMapping
objectvoid
ObjectMappingEntityDaoImpl. objectMappingToEntity(com.soffid.iam.api.ObjectMapping source, ObjectMappingEntity target, boolean copyIfNull)
void
ObjectMappingEntityDao. remove(ObjectMappingEntity entity)
Removes an instance ofObjectMappingEntity
from the persistent store.void
ObjectMappingEntityDaoBase. remove(ObjectMappingEntity entity)
Removes an instance ofObjectMappingEntity
from the persistent store.void
AttributeMappingEntity. setObject(ObjectMappingEntity object)
Sets value for attribute objectvoid
ObjectMappingPropertyEntity. setObject(ObjectMappingEntity object)
Sets value for attribute objectvoid
ObjectMappingTriggerEntity. setObject(ObjectMappingEntity object)
Sets value for attribute objectcom.soffid.iam.api.ObjectMapping
ObjectMappingEntityDao. toObjectMapping(ObjectMappingEntity entity)
Transforms toObjectMapping
objectvoid
ObjectMappingEntityDao. toObjectMapping(ObjectMappingEntity source, com.soffid.iam.api.ObjectMapping target)
Copy data toObjectMapping
objectcom.soffid.iam.api.ObjectMapping
ObjectMappingEntityDaoBase. toObjectMapping(ObjectMappingEntity entity)
Transforms toObjectMapping
objectvoid
ObjectMappingEntityDaoBase. toObjectMapping(ObjectMappingEntity source, com.soffid.iam.api.ObjectMapping target)
Copy data toObjectMapping
objectvoid
ObjectMappingEntityDaoImpl. toObjectMapping(ObjectMappingEntity source, com.soffid.iam.api.ObjectMapping target)
void
ObjectMappingEntityDao. update(ObjectMappingEntity entity)
Updates an instance ofObjectMappingEntity
at the persistent store.void
ObjectMappingEntityDaoBase. update(ObjectMappingEntity entity)
Updates an instance ofObjectMappingEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ObjectMappingEntity Modifier and Type Method Description void
ObjectMappingEntityDao. create(Collection<? extends ObjectMappingEntity> entities)
Creates a collection ofObjectMappingEntity
and adds it to the persistent store.void
ObjectMappingEntityDaoBase. create(Collection<? extends ObjectMappingEntity> entities)
Creates a collection ofObjectMappingEntity
and adds it to the persistent store.void
ObjectMappingEntityDao. remove(Collection<? extends ObjectMappingEntity> entities)
Removes a collection ofObjectMappingEntity
from the persistent store.void
ObjectMappingEntityDaoBase. remove(Collection<? extends ObjectMappingEntity> entities)
Removes a collection ofObjectMappingEntity
from the persistent store.void
CustomObjectTypeEntity. setMappings(Collection<ObjectMappingEntity> mappings)
Sets value for attribute mappingsvoid
SystemEntity. setObjectMappings(Collection<ObjectMappingEntity> objectMappings)
Sets value for attribute objectMappingsList<com.soffid.iam.api.ObjectMapping>
ObjectMappingEntityDao. toObjectMappingList(Collection<ObjectMappingEntity> entities)
Transforms toObjectMapping
listList<com.soffid.iam.api.ObjectMapping>
ObjectMappingEntityDaoBase. toObjectMappingList(Collection<ObjectMappingEntity> instances)
Transforms toObjectMapping
listvoid
ObjectMappingEntityDao. update(Collection<? extends ObjectMappingEntity> entities)
Updates a collection ofObjectMappingEntity
in the persistent store.void
ObjectMappingEntityDaoBase. update(Collection<? extends ObjectMappingEntity> entities)
Updates a collection ofObjectMappingEntity
in the persistent store.
-