Package | Description |
---|---|
psdi.app.person | |
psdi.app.persongroup |
The PersonGroups package allows persongroups to replace laborgroups.
|
psdi.common.role | |
psdi.util |
Modifier and Type | Class and Description |
---|---|
class |
PersonSet
Represents the set of Persons.
|
Modifier and Type | Method and Description |
---|---|
PersonSetRemote |
PersonGroupRemote.getAvailablePersonforBroadcast(java.lang.String orgID,
java.lang.String siteID) |
PersonSetRemote |
PersonGroup.getAvailablePersonforBroadcast(java.lang.String orgID,
java.lang.String siteID)
Obtain the available PersonGroupTeam for workflow assignment(w/broadcast) by checking
useforsite and usefororg values
site default equal to input site
org default equal to input org
It returns the mbo of the person group team records based on useforsite and usefororg values.
|
PersonSetRemote |
PersonGroupRemote.getResponsiblePeople() |
PersonSetRemote |
PersonGroup.getResponsiblePeople()
Obtain all members (primary and alternate)
for this person group.
|
Modifier and Type | Method and Description |
---|---|
PersonSetRemote |
MaxRole.getGroupPeople(PersonGroupRemote group,
MboRemote mbo)
Return the set of Person based upon the group and the IsBroadcast flag.
|
PersonSetRemote |
MaxRole.getPerson(java.lang.String pid)
Fetches the Person Mbo for a PersonID.
|
PersonSetRemote |
MaxRoleRemote.resolveRole(MboRemote mbo) |
PersonSetRemote |
MaxRole.resolveRole(MboRemote mbo) |
PersonSetRemote |
MaxRole.resolveRole(MboRemote mbo,
boolean skipemail)
Returns the set of PersonIDs which correspond to the role.
|
Modifier and Type | Method and Description |
---|---|
static PersonSetRemote |
CommonUtil.getGroupPeople(PersonGroupRemote group,
MboRemote mbo,
boolean isBroadcast)
Returns the people in a person group.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
CommonUtil.getEmailsOfPersonSet(PersonSetRemote personSet)
Method to get emails of a given set of people.
|
static java.util.HashSet<java.lang.String> |
CommonUtil.getSMSPhonesOfPersonSet(PersonSetRemote personSet)
Method to get emails of a given set of people.
|