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 aPParticipatedServicesData
with the specified serviceNo ,servicePoid and orderbalGrpPoid -
Method Summary
Modifier and TypeMethodDescriptionvoid
adds groups in the arraylist toPParticipatedServicesData
void
adds groups in the arraylist toPParticipatedServicesData
at the specified positionvoid
addGroup
(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup) adds the group to thePParticipatedServicesData
void
addGroup
(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position) adds the group to thePParticipatedServicesData
at the specified positionreturns the Groupsreturns the orderedBalGroupPoidint
returns the ServiceNoreturns the ServicePoidvoid
setGroup
(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position) sets the group to thePParticipatedServicesData
at the specified positionvoid
setServiceNo
(int servNo) sets the ServiceNo
-
Constructor Details
-
PParticipatedServicesData
constructs aPParticipatedServicesData
with 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 thePParticipatedServicesData
at the specified position- Parameters:
pGroup
- PParticipatedGroupInfoposition
- int
-
addGroup
public void addGroup(com.portal.app.cc.sharing.PParticipatedGroupInfo pGroup, int position) adds the group to thePParticipatedServicesData
at 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 toPParticipatedServicesData
at 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
-