Uses of Class
com.soffid.iam.model.HostSystemEntity
-
Packages that use HostSystemEntity Package Description com.soffid.iam.model -
-
Uses of HostSystemEntity in com.soffid.iam.model
Subclasses of HostSystemEntity in com.soffid.iam.model Modifier and Type Class Description classHostSystemEntityImplEntity HostSystemEntity implementationMethods in com.soffid.iam.model that return HostSystemEntity Modifier and Type Method Description HostSystemEntityHostSystemEntityDao. load(Long id)Loads an instance ofHostSystemEntityfrom the persistent store.HostSystemEntityHostSystemEntityDaoBase. load(Long id)Loads an instance ofHostSystemEntityfrom the persistent store.HostSystemEntityHostSystemEntityDao. newHostSystemEntity()Creates an instance ofHostSystemEntity.HostSystemEntityHostSystemEntityDaoBase. newHostSystemEntity()Creates an instance ofHostSystemEntity.Methods in com.soffid.iam.model that return types with arguments of type HostSystemEntity Modifier and Type Method Description Collection<HostSystemEntity>SystemEntity. getHosts()Gets value for attribute hostsCollection<HostSystemEntity>HostEntity. getSystems()Gets value for attribute systemsList<HostSystemEntity>HostSystemEntityDao. loadAll()Loads all instances ofHostSystemEntityfrom the persistent store.List<HostSystemEntity>HostSystemEntityDaoBase. loadAll()Loads all instances ofHostSystemEntityfrom the persistent store.List<HostSystemEntity>HostSystemEntityDao. query(String query, Parameter[] parameters)Query ofHostSystemEntityfrom the persistent store.List<HostSystemEntity>HostSystemEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofHostSystemEntityfrom the persistent store.List<HostSystemEntity>HostSystemEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofHostSystemEntityfrom the persistent store.List<HostSystemEntity>HostSystemEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofHostSystemEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type HostSystemEntity Modifier and Type Method Description voidHostSystemEntityDao. create(HostSystemEntity entity)Adds an instance ofHostSystemEntityto the persistent store.voidHostSystemEntityDaoBase. create(HostSystemEntity entity)Adds an instance ofHostSystemEntityto the persistent store.voidHostSystemEntityDao. remove(HostSystemEntity entity)Removes an instance ofHostSystemEntityfrom the persistent store.voidHostSystemEntityDaoBase. remove(HostSystemEntity entity)Removes an instance ofHostSystemEntityfrom the persistent store.voidHostSystemEntityDao. update(HostSystemEntity entity)Updates an instance ofHostSystemEntityat the persistent store.voidHostSystemEntityDaoBase. update(HostSystemEntity entity)Updates an instance ofHostSystemEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type HostSystemEntity Modifier and Type Method Description voidHostSystemEntityDao. create(Collection<? extends HostSystemEntity> entities)Creates a collection ofHostSystemEntityand adds it to the persistent store.voidHostSystemEntityDaoBase. create(Collection<? extends HostSystemEntity> entities)Creates a collection ofHostSystemEntityand adds it to the persistent store.voidHostSystemEntityDao. remove(Collection<? extends HostSystemEntity> entities)Removes a collection ofHostSystemEntityfrom the persistent store.voidHostSystemEntityDaoBase. remove(Collection<? extends HostSystemEntity> entities)Removes a collection ofHostSystemEntityfrom the persistent store.voidSystemEntity. setHosts(Collection<HostSystemEntity> hosts)Sets value for attribute hostsvoidHostEntity. setSystems(Collection<HostSystemEntity> systems)Sets value for attribute systemsvoidHostSystemEntityDao. update(Collection<? extends HostSystemEntity> entities)Updates a collection ofHostSystemEntityin the persistent store.voidHostSystemEntityDaoBase. update(Collection<? extends HostSystemEntity> entities)Updates a collection ofHostSystemEntityin the persistent store.
-