Uses of Interface
de.mid.innovator.srv2api.icw2br.BRPerson
Packages that use BRPerson
-
Uses of BRPerson in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BRPersonModifier and TypeMethodDescriptionstatic BRPersonBRPersonHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Person with template and container.static BRPersonBRPersonHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Person with stereotype and container.BRPersonContactData.getPerson()TheBRPersonof theBRPersonContactData.Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BRPersonModifier and TypeMethodDescriptionBROrgUnit.getDeputyPerson()The persons being assigned to this organizational unit as cover.BROrgUnit.getDeputyPerson(MMStereotype stereotype) The method calls getDeputyPerson and filters its return values according to the given stereotype value.BROrgUnit.getResponsiblePerson()The persons being assigned to this organizational unit as in charge.BROrgUnit.getResponsiblePerson(MMStereotype stereotype) The method calls getResponsiblePerson and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2br with parameters of type BRPersonModifier and TypeMethodDescriptionBROrgUnit.getAssignmentRelationshipToPerson(BRPerson refObj) BROrgUnit.getAssignmentRelationshipToPerson(MMStereotype stereotype, BRPerson refObj) The method calls getAssignmentRelationshipToPerson and filters its return values according to the given stereotype value.BROrgUnit.getMemberRelationshipToPerson(BRPerson refObj) Method parameters in de.mid.innovator.srv2api.icw2br with type arguments of type BRPersonModifier and TypeMethodDescriptionvoidBROrgUnit.setDeputyPerson(List<? extends BRPerson> values) Set the value of View DeputyPerson.voidBROrgUnit.setResponsiblePerson(List<? extends BRPerson> values) Set the value of View ResponsiblePerson.