Uses of Class
com.soffid.iam.model.HostAttributeEntity
-
Packages that use HostAttributeEntity Package Description com.soffid.iam.model -
-
Uses of HostAttributeEntity in com.soffid.iam.model
Subclasses of HostAttributeEntity in com.soffid.iam.model Modifier and Type Class Description classHostAttributeEntityImplEntity GroupAttributeEntity implementationMethods in com.soffid.iam.model that return HostAttributeEntity Modifier and Type Method Description HostAttributeEntityHostAttributeEntityDao. load(Long id)Loads an instance ofHostAttributeEntityfrom the persistent store.HostAttributeEntityHostAttributeEntityDaoBase. load(Long id)Loads an instance ofHostAttributeEntityfrom the persistent store.HostAttributeEntityHostAttributeEntityDao. newHostAttributeEntity()Creates an instance ofHostAttributeEntity.HostAttributeEntityHostAttributeEntityDaoBase. newHostAttributeEntity()Creates an instance ofHostAttributeEntity.Methods in com.soffid.iam.model that return types with arguments of type HostAttributeEntity Modifier and Type Method Description List<HostAttributeEntity>HostAttributeEntityDao. findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)CriteriaSearchConfiguration finderList<HostAttributeEntity>HostAttributeEntityDao. findByNameAndValue(String name, String value)Operation findByNameAndValueList<HostAttributeEntity>HostAttributeEntityDaoBase. findByNameAndValue(CriteriaSearchConfiguration criteria, String name, String value)CriteriaSearchConfiguration implementationList<HostAttributeEntity>HostAttributeEntityDaoBase. findByNameAndValue(String queryString, CriteriaSearchConfiguration criteria, String name, String value)Internal implementationList<HostAttributeEntity>HostAttributeEntityDaoBase. findByNameAndValue(String name, String value)Operation findByNameAndValueCollection<HostAttributeEntity>HostEntity. getAttributes()Gets value for attribute attributesList<HostAttributeEntity>HostAttributeEntityDao. loadAll()Loads all instances ofHostAttributeEntityfrom the persistent store.List<HostAttributeEntity>HostAttributeEntityDaoBase. loadAll()Loads all instances ofHostAttributeEntityfrom the persistent store.List<HostAttributeEntity>HostAttributeEntityDao. query(String query, Parameter[] parameters)Query ofHostAttributeEntityfrom the persistent store.List<HostAttributeEntity>HostAttributeEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofHostAttributeEntityfrom the persistent store.List<HostAttributeEntity>HostAttributeEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofHostAttributeEntityfrom the persistent store.List<HostAttributeEntity>HostAttributeEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofHostAttributeEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type HostAttributeEntity Modifier and Type Method Description voidHostAttributeEntityDao. create(HostAttributeEntity entity)Adds an instance ofHostAttributeEntityto the persistent store.voidHostAttributeEntityDaoBase. create(HostAttributeEntity entity)Adds an instance ofHostAttributeEntityto the persistent store.voidHostAttributeEntityDaoImpl. create(HostAttributeEntity entity)voidHostAttributeEntityDao. remove(HostAttributeEntity entity)Removes an instance ofHostAttributeEntityfrom the persistent store.voidHostAttributeEntityDaoBase. remove(HostAttributeEntity entity)Removes an instance ofHostAttributeEntityfrom the persistent store.voidHostAttributeEntityDaoImpl. remove(HostAttributeEntity entity)voidHostAttributeEntityDao. update(HostAttributeEntity entity)Updates an instance ofHostAttributeEntityat the persistent store.voidHostAttributeEntityDaoBase. update(HostAttributeEntity entity)Updates an instance ofHostAttributeEntityat the persistent store.voidHostAttributeEntityDaoImpl. update(HostAttributeEntity entity)Method parameters in com.soffid.iam.model with type arguments of type HostAttributeEntity Modifier and Type Method Description voidHostAttributeEntityDao. create(Collection<? extends HostAttributeEntity> entities)Creates a collection ofHostAttributeEntityand adds it to the persistent store.voidHostAttributeEntityDaoBase. create(Collection<? extends HostAttributeEntity> entities)Creates a collection ofHostAttributeEntityand adds it to the persistent store.voidHostAttributeEntityDao. remove(Collection<? extends HostAttributeEntity> entities)Removes a collection ofHostAttributeEntityfrom the persistent store.voidHostAttributeEntityDaoBase. remove(Collection<? extends HostAttributeEntity> entities)Removes a collection ofHostAttributeEntityfrom the persistent store.voidHostEntity. setAttributes(Collection<HostAttributeEntity> attributes)Sets value for attribute attributesvoidHostAttributeEntityDao. update(Collection<? extends HostAttributeEntity> entities)Updates a collection ofHostAttributeEntityin the persistent store.voidHostAttributeEntityDaoBase. update(Collection<? extends HostAttributeEntity> entities)Updates a collection ofHostAttributeEntityin the persistent store.
-