Uses of Interface
de.mid.innovator.srv2api.icw2db.DBUser
-
Packages that use DBUser Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database. -
-
Uses of DBUser in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBUser Modifier and Type Method Description static DBUser
DBUserHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new User (in Database System) with template and container.static DBUser
DBUserHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new User (in Database System) with stereotype and container.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBUser Modifier and Type Method Description java.util.List<DBUser>
DBGroup. getUser()
Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBUser Modifier and Type Method Description void
DBGroup. setUser(java.util.List<? extends DBUser> values)
Set the value of Foreign Key User.
-