Package com.portal.app.cc.sharing
Class PParticipatedServicesData
java.lang.Object
com.portal.app.cc.sharing.PParticipatedServicesData
PParticipatedServicesData is a datastructure class for holding the invited group details
-
Constructor Summary
ConstructorsConstructorDescriptionPParticipatedServicesData(int serviceNo, Poid servPoid, Poid orderbalGrpPoid) constructs aPParticipatedServicesDatawith the specified serviceNo ,servicePoid and orderbalGrpPoid -
Method Summary
Modifier and TypeMethodDescriptionvoidadds groups in the arraylist toPParticipatedServicesDatavoidadds groups in the arraylist toPParticipatedServicesDataat the specified positionvoidaddGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup) adds the group to thePParticipatedServicesDatavoidaddGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position) adds the group to thePParticipatedServicesDataat the specified positionreturns the Groupsreturns the orderedBalGroupPoidintreturns the ServiceNoreturns the ServicePoidvoidsetGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position) sets the group to thePParticipatedServicesDataat the specified positionvoidsetServiceNo(int servNo) sets the ServiceNo
-
Constructor Details
-
PParticipatedServicesData
constructs aPParticipatedServicesDatawith the specified serviceNo ,servicePoid and orderbalGrpPoid- Parameters:
serviceNo- intservPoid- PoidorderbalGrpPoid- Poid
-
-
Method Details
-
addGroup
public void addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup) adds the group to thePParticipatedServicesData- Parameters:
pGroup- PParticipatedGroupInfo
-
setGroup
public void setGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position) sets the group to thePParticipatedServicesDataat the specified position- Parameters:
pGroup- PParticipatedGroupInfoposition- int
-
addGroup
public void addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position) adds the group to thePParticipatedServicesDataat the specified position- Parameters:
pGroup- PParticipatedGroupInfoposition- int
-
getorderedBalGroupPoid
returns the orderedBalGroupPoid- Returns:
- Poid
-
getServicePoid
returns the ServicePoid- Returns:
- Poid
-
addAll
adds groups in the arraylist toPParticipatedServicesDataat the specified position- Parameters:
position- intal- ArrayList
-
addAll
adds groups in the arraylist toPParticipatedServicesData- 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
returns the Groups- Returns:
- ArrayList
-