Package com.portal.app.ccare.comp
Interface PRolloverTransferPanelBean
- All Known Implementing Classes:
PRolloverTransferPanelBeanImpl
public interface PRolloverTransferPanelBean
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateRolloverObject
(HashMap newData) creates new profile object for the account using PCM_OP_CUST_CREATE_PROFILEdeleteRolloverTransfer
(HashMap delData, ArrayList delIndexes) deletes the selected transferes from the profile object using PCM_OP_CUST_MODIFY_PROFILEgetAccountBalGrpAndSvcs
(Poid acPoid) returns the accounts all balance groups and services by calling PCM_OP_BAL_GET_ACCT_BAL_GRP_AND_SVCgetAllRollovers
(Poid servPoid, Integer resId) Return the details of the rollover transfer configured for the selected resource of the selected servicegetBalImpactLst
(ArrayList prodObjLst) returns the list of resources stored against the product passedConstruct the modelhandle with selected optinal deals and required deal informationgetServiceName
(Poid servPoid) forms the description from the service poidgetServiceRollovers
(Poid servPoid) Return the details of all the rollover transfer configured resources for the given service by calling CUST_FIND_PROFILE opcodeboolean
hasOptionalDeals
(PModelHandle planHandle) Returns true if plan has optional deals/services.boolean
isNCResourceAvailable
(ArrayList prodObjLst) Checkes the availability fo non-currency resource for a product objectupdateRolloverObject
(HashMap modifiedData) updates the modified profile object using PCM_OP_CUST_MODIFY_PROFILE
-
Field Details
-
SENDER_BAL_GRP
- See Also:
-
SENDER_SERV_OBJ
- See Also:
-
RESOURCE_ID
- See Also:
-
RECEIVER_DATA
- See Also:
-
-
Method Details
-
getBalImpactLst
returns the list of resources stored against the product passed- Parameters:
prodObj
-- Returns:
-
isNCResourceAvailable
Checkes the availability fo non-currency resource for a product object- Parameters:
prodObj
-- Returns:
-
deleteRolloverTransfer
deletes the selected transferes from the profile object using PCM_OP_CUST_MODIFY_PROFILE- Parameters:
delData
-delIndexes
-- Returns:
- null if successful or customer error otherwise
-
updateRolloverObject
updates the modified profile object using PCM_OP_CUST_MODIFY_PROFILE- Parameters:
modifiedData
-- Returns:
- null if successful, error otherwise
-
createRolloverObject
creates new profile object for the account using PCM_OP_CUST_CREATE_PROFILE- Parameters:
newData
-- Returns:
- null if successful error otherwise
-
getAccountBalGrpAndSvcs
returns the accounts all balance groups and services by calling PCM_OP_BAL_GET_ACCT_BAL_GRP_AND_SVC- Parameters:
acPoid
-- Returns:
-
getServiceRollovers
Return the details of all the rollover transfer configured resources for the given service by calling CUST_FIND_PROFILE opcode- Returns:
-
getAllRollovers
Return the details of the rollover transfer configured for the selected resource of the selected service- Returns:
-
getServiceName
forms the description from the service poid- Parameters:
servPoid
-- Returns:
-
hasOptionalDeals
Returns true if plan has optional deals/services.- Parameters:
planHandle
-- Returns:
- Throws:
RemoteException
-
getModelHandleForSelectedServices
Construct the modelhandle with selected optinal deals and required deal information- Parameters:
planHandle
-- Returns:
- Throws:
RemoteException
-