Package com.portal.app.cc.comp
Interface PPPVBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PPPVBeanImpl
Interface for Controller class PPPVBeanImpl
- Version:
- %version: 3 % %date_modified: Wed Feb 13 16:44:55 2002 %
- Author:
- Jon Victor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionObject[][]booleanallowCancel(int curRow) booleanallowRefresh(int curRow) intbooleancheckCredit(PModelHandle model, Object[][] pendingOrders) doSearch(String srchStr, int custOffset, PModelHandle acctModel) voidendStep()getAcctTimezone(PModelHandle model, String zoneName, String zoneField) Object[][]getDevices(PModelHandle acctModel) booleanObject[]getPendingDevices(int idx) intgetPendingDevNum(int idx) Object[][]getPendingEvents(PModelHandle acctModel, int offset) booleanisVideoSvc(PModelHandle model) nextStep()intpurchasePPV(PModelHandle acctModel, Object[][] DevObjects, int[] DevRows, PModelHandle curShowModel, Object callerId, int simMode) Object[][]refreshPendingTbl(int curRow, int[] keeperDevs) intrefreshPpv(PModelHandle acctModel, int schedIdx, Object[] orderDevs, int simMode, int refMode) voidsetConfigPPV(PModelHandle acctModel) intupdatePpvPurchase(int schedIdx, int[] cancelDevs, int simMode)
-
Field Details
-
PENDING_ORDER_COLUMN_CHECK
static final int PENDING_ORDER_COLUMN_CHECK- See Also:
-
PENDING_ORDER_COLUMN_TITLE
static final int PENDING_ORDER_COLUMN_TITLE- See Also:
-
PENDING_ORDER_COLUMN_LOCATION
static final int PENDING_ORDER_COLUMN_LOCATION- See Also:
-
PENDING_ORDER_COLUMN_CHANNEL
static final int PENDING_ORDER_COLUMN_CHANNEL- See Also:
-
PENDING_ORDER_COLUMN_TIME
static final int PENDING_ORDER_COLUMN_TIME- See Also:
-
PENDING_ORDER_COLUMN_CALLER
static final int PENDING_ORDER_COLUMN_CALLER- See Also:
-
PENDING_ORDER_COLUMN_PRICE
static final int PENDING_ORDER_COLUMN_PRICE- See Also:
-
PENDING_ORDER_COLUMN_STATUS
static final int PENDING_ORDER_COLUMN_STATUS- See Also:
-
PENDING_ORDER_COLUMN_SCHEDULE_OBJ
static final int PENDING_ORDER_COLUMN_SCHEDULE_OBJ- See Also:
-
NUM_PENDING_ORDER_COLUMNS
static final int NUM_PENDING_ORDER_COLUMNS- See Also:
-
DEVICE_COLUMN_CHECK
static final int DEVICE_COLUMN_CHECK- See Also:
-
DEVICE_COLUMN_LOCATION
static final int DEVICE_COLUMN_LOCATION- See Also:
-
DEVICE_COLUMN_RATING
static final int DEVICE_COLUMN_RATING- See Also:
-
DEVICE_COLUMN_VENDOR
static final int DEVICE_COLUMN_VENDOR- See Also:
-
DEVICE_COLUMN_SEARIAL_NUMBER
static final int DEVICE_COLUMN_SEARIAL_NUMBER- See Also:
-
NUM_DEVICE_COLUMNS
static final int NUM_DEVICE_COLUMNS- See Also:
-
DEVICE_INFO_POID
static final int DEVICE_INFO_POID- See Also:
-
DEVICE_INFO_SERVICE_OBJ
static final int DEVICE_INFO_SERVICE_OBJ- See Also:
-
DEVICE_INFO_LOCATION
static final int DEVICE_INFO_LOCATION- See Also:
-
DEVICE_INFO_RATING
static final int DEVICE_INFO_RATING- See Also:
-
DEVICE_INFO_VENDOR
static final int DEVICE_INFO_VENDOR- See Also:
-
SIZE_DEVICE_INFO
static final int SIZE_DEVICE_INFO- See Also:
-
ORDER_STATUS_ACTIVE
static final int ORDER_STATUS_ACTIVE- See Also:
-
ORDER_STATUS_CANCELLED
static final int ORDER_STATUS_CANCELLED- See Also:
-
-
Method Details
-
isVideoSvc
- Throws:
RemoteException
-
checkCredit
- Throws:
RemoteException
-
getAcctTimezone
String getAcctTimezone(PModelHandle model, String zoneName, String zoneField) throws RemoteException, IOException - Throws:
RemoteExceptionIOException
-
getPendingEvents
Object[][] getPendingEvents(PModelHandle acctModel, int offset) throws RemoteException, IOException, EBufException - Throws:
RemoteExceptionIOExceptionEBufException
-
refreshPendingTbl
- Throws:
RemoteExceptionEBufException
-
addPurchaseToPending
- Throws:
RemoteException
-
getPendingDevNum
- Throws:
RemoteException
-
allowCancel
- Throws:
RemoteException
-
allowRefresh
- Throws:
RemoteException
-
getDevices
- Throws:
RemoteExceptionIOException
-
setConfigPPV
- Throws:
RemoteExceptionIOException
-
getRating
- Throws:
RemoteException
-
getSubject
- Throws:
RemoteException
-
getChannel
- Throws:
RemoteException
-
getCancelRsn
- Throws:
RemoteException
-
purchasePPV
int purchasePPV(PModelHandle acctModel, Object[][] DevObjects, int[] DevRows, PModelHandle curShowModel, Object callerId, int simMode) throws RemoteException, EBufException - Throws:
RemoteExceptionEBufException
-
cancelPPV
- Throws:
RemoteExceptionEBufException
-
updatePpvPurchase
int updatePpvPurchase(int schedIdx, int[] cancelDevs, int simMode) throws RemoteException, EBufException - Throws:
RemoteExceptionEBufException
-
refreshPpv
int refreshPpv(PModelHandle acctModel, int schedIdx, Object[] orderDevs, int simMode, int refMode) throws RemoteException, EBufException - Throws:
RemoteExceptionEBufException
-
getPendingDevices
- Throws:
RemoteException
-
getEnableNext
- Throws:
RemoteException
-
doSearch
PModelHandle doSearch(String srchStr, int custOffset, PModelHandle acctModel) throws RemoteException, IOException - Throws:
RemoteExceptionIOException
-
endStep
- Throws:
RemoteException
-
nextStep
- Throws:
RemoteExceptionIOException
-
getEbufExceptionStr
- Throws:
RemoteException
-