Uses of Interface
de.mid.innovator.srv2api.icw2br.BRLocation
-
Packages that use BRLocation Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package. -
-
Uses of BRLocation in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BRLocation Modifier and Type Method Description static BRLocation
BRLocationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Location with template and container.static BRLocation
BRLocationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Location with stereotype and container.BRLocation
BRResourceAtLocation. getLocation()
Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BRLocation Modifier and Type Method Description java.util.List<BRLocation>
BRPersonContactData. getLocation()
The location being used for the location dependent contact data.java.util.List<BRLocation>
BRResource. getLocation(K_CONTROL_OPTION... behaviourFlags)
All locations of theBRResource
.java.util.List<BRLocation>
BRResource. getLocation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLocation and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2br with type arguments of type BRLocation Modifier and Type Method Description void
BRPersonContactData. setLocation(java.util.List<? extends BRLocation> values)
Set the value of Foreign Key Location.void
BRResource. setLocation(java.util.List<? extends BRLocation> values)
Set the value of View Location.
-