Uses of Class
com.soffid.iam.model.CustomObjectAttributeEntity
-
Packages that use CustomObjectAttributeEntity Package Description com.soffid.iam.model -
-
Uses of CustomObjectAttributeEntity in com.soffid.iam.model
Subclasses of CustomObjectAttributeEntity in com.soffid.iam.model Modifier and Type Class Description class
CustomObjectAttributeEntityImpl
Methods in com.soffid.iam.model that return CustomObjectAttributeEntity Modifier and Type Method Description CustomObjectAttributeEntity
CustomObjectAttributeEntityDao. load(Long id)
Loads an instance ofCustomObjectAttributeEntity
from the persistent store.CustomObjectAttributeEntity
CustomObjectAttributeEntityDaoBase. load(Long id)
Loads an instance ofCustomObjectAttributeEntity
from the persistent store.CustomObjectAttributeEntity
CustomObjectAttributeEntityDao. newCustomObjectAttributeEntity()
Creates an instance ofCustomObjectAttributeEntity
.CustomObjectAttributeEntity
CustomObjectAttributeEntityDaoBase. newCustomObjectAttributeEntity()
Creates an instance ofCustomObjectAttributeEntity
.Methods in com.soffid.iam.model that return types with arguments of type CustomObjectAttributeEntity Modifier and Type Method Description List<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDao. findByTypeNameAndValue(CriteriaSearchConfiguration criteria, String type, String name, String value)
CriteriaSearchConfiguration finderList<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDao. findByTypeNameAndValue(String type, String name, String value)
Operation findByTypeNameAndValueList<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDaoBase. findByTypeNameAndValue(CriteriaSearchConfiguration criteria, String type, String name, String value)
CriteriaSearchConfiguration implementationList<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDaoBase. findByTypeNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String type, String name, String value)
Internal implementationList<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDaoBase. findByTypeNameAndValue(String type, String name, String value)
Operation findByTypeNameAndValueCollection<CustomObjectAttributeEntity>
CustomObjectEntity. getAttributes()
Gets value for attribute attributesList<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDao. loadAll()
Loads all instances ofCustomObjectAttributeEntity
from the persistent store.List<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDaoBase. loadAll()
Loads all instances ofCustomObjectAttributeEntity
from the persistent store.List<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDao. query(String query, Parameter[] parameters)
Query ofCustomObjectAttributeEntity
from the persistent store.List<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofCustomObjectAttributeEntity
from the persistent store.List<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofCustomObjectAttributeEntity
from the persistent store.List<CustomObjectAttributeEntity>
CustomObjectAttributeEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofCustomObjectAttributeEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type CustomObjectAttributeEntity Modifier and Type Method Description void
CustomObjectAttributeEntityDao. create(CustomObjectAttributeEntity entity)
Adds an instance ofCustomObjectAttributeEntity
to the persistent store.void
CustomObjectAttributeEntityDaoBase. create(CustomObjectAttributeEntity entity)
Adds an instance ofCustomObjectAttributeEntity
to the persistent store.void
CustomObjectAttributeEntityDao. remove(CustomObjectAttributeEntity entity)
Removes an instance ofCustomObjectAttributeEntity
from the persistent store.void
CustomObjectAttributeEntityDaoBase. remove(CustomObjectAttributeEntity entity)
Removes an instance ofCustomObjectAttributeEntity
from the persistent store.void
CustomObjectAttributeEntityDao. update(CustomObjectAttributeEntity entity)
Updates an instance ofCustomObjectAttributeEntity
at the persistent store.void
CustomObjectAttributeEntityDaoBase. update(CustomObjectAttributeEntity entity)
Updates an instance ofCustomObjectAttributeEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type CustomObjectAttributeEntity Modifier and Type Method Description void
CustomObjectAttributeEntityDao. create(Collection<? extends CustomObjectAttributeEntity> entities)
Creates a collection ofCustomObjectAttributeEntity
and adds it to the persistent store.void
CustomObjectAttributeEntityDaoBase. create(Collection<? extends CustomObjectAttributeEntity> entities)
Creates a collection ofCustomObjectAttributeEntity
and adds it to the persistent store.void
CustomObjectAttributeEntityDao. remove(Collection<? extends CustomObjectAttributeEntity> entities)
Removes a collection ofCustomObjectAttributeEntity
from the persistent store.void
CustomObjectAttributeEntityDaoBase. remove(Collection<? extends CustomObjectAttributeEntity> entities)
Removes a collection ofCustomObjectAttributeEntity
from the persistent store.void
CustomObjectEntity. setAttributes(Collection<CustomObjectAttributeEntity> attributes)
Sets value for attribute attributesvoid
CustomObjectAttributeEntityDao. update(Collection<? extends CustomObjectAttributeEntity> entities)
Updates a collection ofCustomObjectAttributeEntity
in the persistent store.void
CustomObjectAttributeEntityDaoBase. update(Collection<? extends CustomObjectAttributeEntity> entities)
Updates a collection ofCustomObjectAttributeEntity
in the persistent store.
-