Uses of Interface
de.mid.innovator.srv2api.icw2br.BRLocation
Packages that use BRLocation
-
Uses of BRLocation in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BRLocationModifier and TypeMethodDescriptionstatic BRLocationBRLocationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Location with template and container.static BRLocationBRLocationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Location with stereotype and container.BRResourceAtLocation.getLocation()Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BRLocationModifier and TypeMethodDescriptionBRPersonContactData.getLocation()The location being used for the location dependent contact data.BRResource.getLocation()All locations of theBRResource.BRResource.getLocation(MMStereotype stereotype) 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 BRLocationModifier and TypeMethodDescriptionvoidBRPersonContactData.setLocation(List<? extends BRLocation> values) Set the value of Foreign Key Location.voidBRResource.setLocation(List<? extends BRLocation> values) Set the value of View Location.