Uses of Interface
de.mid.innovator.srv2api.icw2br.BRPerson
-
Packages that use BRPerson Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package. -
-
Uses of BRPerson in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BRPerson Modifier and Type Method Description static 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.BRPersonBROrgUnit. getDeputyPerson()The deputy person being assigned to this organizational unit.BRPersonBRPersonContactData. getPerson()TheBRPersonof theBRPersonContactData.BRPersonBROrgUnit. getResponsiblePerson()The person being assigned to this organizational unit.Methods in de.mid.innovator.srv2api.icw2br with parameters of type BRPerson Modifier and Type Method Description java.util.List<BROrgUnitPersonRel>BROrgUnit. getAssignmentRelationshipToPerson(BRPerson refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<BROrgUnitPersonRel>BROrgUnit. getAssignmentRelationshipToPerson(MMStereotype stereotype, BRPerson refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getAssignmentRelationshipToPerson and filters its return values according to the given stereotype value.BROrgUnitMemberRelBROrgUnit. getMemberRelationshipToPerson(BRPerson refObj)voidBROrgUnit. setDeputyPerson(BRPerson value)Set the value of View DeputyPerson.voidBROrgUnit. setResponsiblePerson(BRPerson value)Set the value of View ResponsiblePerson.
-