Class PParticipatedServicesData

java.lang.Object
com.portal.app.cc.sharing.PParticipatedServicesData

public class PParticipatedServicesData extends Object
PParticipatedServicesData is a datastructure class for holding the invited group details
  • Constructor Summary

    Constructors
    Constructor
    Description
    PParticipatedServicesData(int serviceNo, Poid servPoid, Poid orderbalGrpPoid)
    constructs a PParticipatedServicesData with the specified serviceNo ,servicePoid and orderbalGrpPoid
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAll(ArrayList groupList)
    adds groups in the arraylist to PParticipatedServicesData
    void
    addAll(ArrayList groupList, int position)
    adds groups in the arraylist to PParticipatedServicesData at the specified position
    void
    addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup)
    adds the group to the PParticipatedServicesData
    void
    addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position)
    adds the group to the PParticipatedServicesData at the specified position
    returns the Groups
    returns the orderedBalGroupPoid
    int
    returns the ServiceNo
    returns the ServicePoid
    void
    setGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position)
    sets the group to the PParticipatedServicesData at the specified position
    void
    setServiceNo(int servNo)
    sets the ServiceNo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PParticipatedServicesData

      public PParticipatedServicesData(int serviceNo, Poid servPoid, Poid orderbalGrpPoid)
      constructs a PParticipatedServicesData with the specified serviceNo ,servicePoid and orderbalGrpPoid
      Parameters:
      serviceNo - int
      servPoid - Poid
      orderbalGrpPoid - Poid
  • Method Details

    • addGroup

      public void addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup)
      adds the group to the PParticipatedServicesData
      Parameters:
      pGroup - PParticipatedGroupInfo
    • setGroup

      public void setGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position)
      sets the group to the PParticipatedServicesData at the specified position
      Parameters:
      pGroup - PParticipatedGroupInfo
      position - int
    • addGroup

      public void addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position)
      adds the group to the PParticipatedServicesData at the specified position
      Parameters:
      pGroup - PParticipatedGroupInfo
      position - int
    • getorderedBalGroupPoid

      public Poid getorderedBalGroupPoid()
      returns the orderedBalGroupPoid
      Returns:
      Poid
    • getServicePoid

      public Poid getServicePoid()
      returns the ServicePoid
      Returns:
      Poid
    • addAll

      public void addAll(ArrayList groupList, int position)
      adds groups in the arraylist to PParticipatedServicesData at the specified position
      Parameters:
      position - int
      al - ArrayList
    • addAll

      public void addAll(ArrayList groupList)
      adds groups in the arraylist to PParticipatedServicesData
      Parameters:
      al - ArrayList
    • getServiceNo

      public int getServiceNo()
      returns the ServiceNo
      Returns:
      int
    • setServiceNo

      public void setServiceNo(int servNo)
      sets the ServiceNo
      Parameters:
      servNo - int
    • getGroups

      public ArrayList getGroups()
      returns the Groups
      Returns:
      ArrayList