Uses of Interface
de.mid.innovator.srv2api.icw2db.DBGroup
-
Packages that use DBGroup 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 DBGroup in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBGroup Modifier and Type Method Description static DBGroup
DBGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Group (in Database System) with template and container.static DBGroup
DBGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Group (in Database System) with stereotype and container.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBGroup Modifier and Type Method Description java.util.List<DBGroup>
DBUser. getGroup()
Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBGroup Modifier and Type Method Description void
DBUser. setGroup(java.util.List<? extends DBGroup> values)
Set the value of Foreign Key Group.
-