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 int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionObject[][]
boolean
allowCancel
(int curRow) boolean
allowRefresh
(int curRow) int
boolean
checkCredit
(PModelHandle model, Object[][] pendingOrders) doSearch
(String srchStr, int custOffset, PModelHandle acctModel) void
endStep()
getAcctTimezone
(PModelHandle model, String zoneName, String zoneField) Object[][]
getDevices
(PModelHandle acctModel) boolean
Object[]
getPendingDevices
(int idx) int
getPendingDevNum
(int idx) Object[][]
getPendingEvents
(PModelHandle acctModel, int offset) boolean
isVideoSvc
(PModelHandle model) nextStep()
int
purchasePPV
(PModelHandle acctModel, Object[][] DevObjects, int[] DevRows, PModelHandle curShowModel, Object callerId, int simMode) Object[][]
refreshPendingTbl
(int curRow, int[] keeperDevs) int
refreshPpv
(PModelHandle acctModel, int schedIdx, Object[] orderDevs, int simMode, int refMode) void
setConfigPPV
(PModelHandle acctModel) int
updatePpvPurchase
(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:
RemoteException
IOException
-
getPendingEvents
Object[][] getPendingEvents(PModelHandle acctModel, int offset) throws RemoteException, IOException, EBufException - Throws:
RemoteException
IOException
EBufException
-
refreshPendingTbl
- Throws:
RemoteException
EBufException
-
addPurchaseToPending
- Throws:
RemoteException
-
getPendingDevNum
- Throws:
RemoteException
-
allowCancel
- Throws:
RemoteException
-
allowRefresh
- Throws:
RemoteException
-
getDevices
- Throws:
RemoteException
IOException
-
setConfigPPV
- Throws:
RemoteException
IOException
-
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:
RemoteException
EBufException
-
cancelPPV
- Throws:
RemoteException
EBufException
-
updatePpvPurchase
int updatePpvPurchase(int schedIdx, int[] cancelDevs, int simMode) throws RemoteException, EBufException - Throws:
RemoteException
EBufException
-
refreshPpv
int refreshPpv(PModelHandle acctModel, int schedIdx, Object[] orderDevs, int simMode, int refMode) throws RemoteException, EBufException - Throws:
RemoteException
EBufException
-
getPendingDevices
- Throws:
RemoteException
-
getEnableNext
- Throws:
RemoteException
-
doSearch
PModelHandle doSearch(String srchStr, int custOffset, PModelHandle acctModel) throws RemoteException, IOException - Throws:
RemoteException
IOException
-
endStep
- Throws:
RemoteException
-
nextStep
- Throws:
RemoteException
IOException
-
getEbufExceptionStr
- Throws:
RemoteException
-