Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.app.persongroup.PersonGroupRemote

  • Packages that use PersonGroupRemote 
    Package Description
    psdi.app.persongroup
    The PersonGroups package allows persongroups to replace laborgroups.
    psdi.common.role  
    psdi.util  
    psdi.workflow
    The Workflow package includes Mbos related to workflow.
    • Uses of PersonGroupRemote in psdi.app.persongroup

      Classes in psdi.app.persongroup that implement PersonGroupRemote 
      Modifier and Type Class and Description
      class  PersonGroup
      Mbo object to represent PersonGroup.
    • Uses of PersonGroupRemote in psdi.common.role

      Methods in psdi.common.role with parameters of type PersonGroupRemote 
      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.getGroupPeople(PersonGroupRemote group, MboRemote mbo, boolean treatNoCalAsAvailable) 
    • Uses of PersonGroupRemote in psdi.util

      Methods in psdi.util with parameters of type PersonGroupRemote 
      Modifier and Type Method and Description
      static java.lang.String[] CommonUtil.getEmailsOfPersonGroup(PersonGroupRemote personGroup, MboRemote mbo, boolean broadcast)
      Method to get emails of a given person group.
      static PersonSetRemote CommonUtil.getGroupPeople(PersonGroupRemote group, MboRemote mbo, boolean isBroadcast)
      Returns the people in a person group.
      static PersonSetRemote CommonUtil.getGroupPeople(PersonGroupRemote group, MboRemote mbo, boolean isBroadcast, boolean treatNoCalAsAvailable) 
    • Uses of PersonGroupRemote in psdi.workflow

      Methods in psdi.workflow with parameters of type PersonGroupRemote 
      Modifier and Type Method and Description
      void WFAssignment.generateForGroup(PersonGroupRemote group) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes