Uses of Class
com.soffid.iam.model.AttributeMappingEntity
-
Packages that use AttributeMappingEntity Package Description com.soffid.iam.model -
-
Uses of AttributeMappingEntity in com.soffid.iam.model
Subclasses of AttributeMappingEntity in com.soffid.iam.model Modifier and Type Class Description class
AttributeMappingEntityImpl
Entity AttributeMappingEntity implementationMethods in com.soffid.iam.model that return AttributeMappingEntity Modifier and Type Method Description AttributeMappingEntity
AttributeMappingEntityDao. attributeMappingToEntity(com.soffid.iam.api.AttributeMapping instance)
Transforms fromAttributeMapping
objectAttributeMappingEntity
AttributeMappingEntityDaoBase. attributeMappingToEntity(com.soffid.iam.api.AttributeMapping instance)
Transforms fromAttributeMapping
objectAttributeMappingEntity
AttributeMappingEntityDao. load(Long id)
Loads an instance ofAttributeMappingEntity
from the persistent store.AttributeMappingEntity
AttributeMappingEntityDaoBase. load(Long id)
Loads an instance ofAttributeMappingEntity
from the persistent store.AttributeMappingEntity
AttributeMappingEntityDao. newAttributeMappingEntity()
Creates an instance ofAttributeMappingEntity
.AttributeMappingEntity
AttributeMappingEntityDaoBase. newAttributeMappingEntity()
Creates an instance ofAttributeMappingEntity
.Methods in com.soffid.iam.model that return types with arguments of type AttributeMappingEntity Modifier and Type Method Description List<AttributeMappingEntity>
AttributeMappingEntityDao. attributeMappingToEntityList(Collection<com.soffid.iam.api.AttributeMapping> instances)
Transforms fromAttributeMapping
listList<AttributeMappingEntity>
AttributeMappingEntityDaoBase. attributeMappingToEntityList(Collection<com.soffid.iam.api.AttributeMapping> instances)
Transforms fromAttributeMapping
listCollection<AttributeMappingEntity>
ObjectMappingEntity. getAttributeMappings()
Gets value for attribute attributeMappingsList<AttributeMappingEntity>
AttributeMappingEntityDao. loadAll()
Loads all instances ofAttributeMappingEntity
from the persistent store.List<AttributeMappingEntity>
AttributeMappingEntityDaoBase. loadAll()
Loads all instances ofAttributeMappingEntity
from the persistent store.List<AttributeMappingEntity>
AttributeMappingEntityDao. query(String query, Parameter[] parameters)
Query ofAttributeMappingEntity
from the persistent store.List<AttributeMappingEntity>
AttributeMappingEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofAttributeMappingEntity
from the persistent store.List<AttributeMappingEntity>
AttributeMappingEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofAttributeMappingEntity
from the persistent store.List<AttributeMappingEntity>
AttributeMappingEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofAttributeMappingEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type AttributeMappingEntity Modifier and Type Method Description void
AttributeMappingEntityDao. attributeMappingToEntity(com.soffid.iam.api.AttributeMapping source, AttributeMappingEntity target, boolean copyIfNull)
Copy data fromAttributeMapping
objectvoid
AttributeMappingEntityDaoBase. attributeMappingToEntity(com.soffid.iam.api.AttributeMapping source, AttributeMappingEntity target, boolean copyIfNull)
Copy data fromAttributeMapping
objectvoid
AttributeMappingEntityDaoImpl. attributeMappingToEntity(com.soffid.iam.api.AttributeMapping source, AttributeMappingEntity target, boolean copyIfNull)
void
AttributeMappingEntityDao. create(AttributeMappingEntity entity)
Adds an instance ofAttributeMappingEntity
to the persistent store.void
AttributeMappingEntityDaoBase. create(AttributeMappingEntity entity)
Adds an instance ofAttributeMappingEntity
to the persistent store.void
AttributeMappingEntityDao. remove(AttributeMappingEntity entity)
Removes an instance ofAttributeMappingEntity
from the persistent store.void
AttributeMappingEntityDaoBase. remove(AttributeMappingEntity entity)
Removes an instance ofAttributeMappingEntity
from the persistent store.com.soffid.iam.api.AttributeMapping
AttributeMappingEntityDao. toAttributeMapping(AttributeMappingEntity entity)
Transforms toAttributeMapping
objectvoid
AttributeMappingEntityDao. toAttributeMapping(AttributeMappingEntity source, com.soffid.iam.api.AttributeMapping target)
Copy data toAttributeMapping
objectcom.soffid.iam.api.AttributeMapping
AttributeMappingEntityDaoBase. toAttributeMapping(AttributeMappingEntity entity)
Transforms toAttributeMapping
objectvoid
AttributeMappingEntityDaoBase. toAttributeMapping(AttributeMappingEntity source, com.soffid.iam.api.AttributeMapping target)
Copy data toAttributeMapping
objectvoid
AttributeMappingEntityDaoImpl. toAttributeMapping(AttributeMappingEntity source, com.soffid.iam.api.AttributeMapping target)
void
AttributeMappingEntityDao. update(AttributeMappingEntity entity)
Updates an instance ofAttributeMappingEntity
at the persistent store.void
AttributeMappingEntityDaoBase. update(AttributeMappingEntity entity)
Updates an instance ofAttributeMappingEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type AttributeMappingEntity Modifier and Type Method Description void
AttributeMappingEntityDao. create(Collection<? extends AttributeMappingEntity> entities)
Creates a collection ofAttributeMappingEntity
and adds it to the persistent store.void
AttributeMappingEntityDaoBase. create(Collection<? extends AttributeMappingEntity> entities)
Creates a collection ofAttributeMappingEntity
and adds it to the persistent store.void
AttributeMappingEntityDao. remove(Collection<? extends AttributeMappingEntity> entities)
Removes a collection ofAttributeMappingEntity
from the persistent store.void
AttributeMappingEntityDaoBase. remove(Collection<? extends AttributeMappingEntity> entities)
Removes a collection ofAttributeMappingEntity
from the persistent store.void
ObjectMappingEntity. setAttributeMappings(Collection<AttributeMappingEntity> attributeMappings)
Sets value for attribute attributeMappingsList<com.soffid.iam.api.AttributeMapping>
AttributeMappingEntityDao. toAttributeMappingList(Collection<AttributeMappingEntity> entities)
Transforms toAttributeMapping
listList<com.soffid.iam.api.AttributeMapping>
AttributeMappingEntityDaoBase. toAttributeMappingList(Collection<AttributeMappingEntity> instances)
Transforms toAttributeMapping
listvoid
AttributeMappingEntityDao. update(Collection<? extends AttributeMappingEntity> entities)
Updates a collection ofAttributeMappingEntity
in the persistent store.void
AttributeMappingEntityDaoBase. update(Collection<? extends AttributeMappingEntity> entities)
Updates a collection ofAttributeMappingEntity
in the persistent store.
-