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 BRPerson
BRPersonHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Person with template and container.static BRPerson
BRPersonHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Person with stereotype and container.BRPerson
BROrgUnit. getDeputyPerson()
The deputy person being assigned to this organizational unit.BRPerson
BRPersonContactData. getPerson()
TheBRPerson
of theBRPersonContactData
.BRPerson
BROrgUnit. 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.BROrgUnitMemberRel
BROrgUnit. getMemberRelationshipToPerson(BRPerson refObj)
void
BROrgUnit. setDeputyPerson(BRPerson value)
Set the value of View DeputyPerson.void
BROrgUnit. setResponsiblePerson(BRPerson value)
Set the value of View ResponsiblePerson.
-