|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminBillingMgrIf
AdminCurrencyMgrIf
Method Summary | |
---|---|
int |
deletePaymentSchedule(int id)
Delete a Payment Schedule Object |
int |
deleteSubscription(int id)
Delete a Subscription Object |
AdminPaymentSchedule |
getPaymentSchedule(int id)
Returns the payment schedule object for the id parameter, or Null if the payment
schedule object doesn't exist in the DB. |
AdminPaymentScheduleSearchResult |
getPaymentSchedules(AdminPaymentScheduleSearch search,
int offset,
int size)
This returns an AdminPaymentScheduleSearchResult object. |
AdminSubscription |
getSubscription(int id)
Returns the subscription object for the id parameter, or Null if the
subscription object doesn't exist in the DB. |
AdminSubscriptionSearchResult |
getSubscriptions(AdminSubscriptionSearch search,
int offset,
int size)
This returns an AdminSubscriptionSearchResult object. |
int |
insertPaymentSchedule(AdminPaymentSchedule ps)
An AdminPaymentSchedule object is inserted into the database. |
int |
insertSubscription(AdminSubscription subscription)
An AdminSubscription object is inserted into the database. |
int |
updatePaymentSchedule(AdminPaymentSchedule ps)
Update an AdminPaymentSchedule object. |
int |
updateSubscription(AdminSubscription subscription)
Update an AdminSubscription object. |
Method Detail |
---|
int deletePaymentSchedule(int id) throws KKAdminException, org.apache.torque.TorqueException
id
- The id of the payment schedule object to delete
KKAdminException
org.apache.torque.TorqueException
AdminPaymentSchedule getPaymentSchedule(int id) throws KKAdminException, org.apache.torque.TorqueException, com.workingdogs.village.DataSetException
id
parameter, or Null if the payment
schedule object doesn't exist in the DB.
id
- The id of the payment schedule object
KKAdminException
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
AdminPaymentScheduleSearchResult getPaymentSchedules(AdminPaymentScheduleSearch search, int offset, int size) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
search
- The object containing the search constraintsoffset
- the offset in the dbsize
- the number of records from the specified offset
com.workingdogs.village.DataSetException
org.apache.torque.TorqueException
KKAdminException
int insertPaymentSchedule(AdminPaymentSchedule ps) throws KKAdminException, org.apache.torque.TorqueException
ps
-
KKAdminException
org.apache.torque.TorqueException
int updatePaymentSchedule(AdminPaymentSchedule ps) throws KKAdminException, org.apache.torque.TorqueException, com.workingdogs.village.DataSetException
ps
- An AdminPaymentSchedule object
KKAdminException
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
int deleteSubscription(int id) throws KKAdminException, org.apache.torque.TorqueException
id
- The id of the subscription object to delete
KKAdminException
org.apache.torque.TorqueException
AdminSubscription getSubscription(int id) throws KKAdminException, org.apache.torque.TorqueException, com.workingdogs.village.DataSetException
id
parameter, or Null if the
subscription object doesn't exist in the DB.
id
- The id of the subscription object
KKAdminException
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
AdminSubscriptionSearchResult getSubscriptions(AdminSubscriptionSearch search, int offset, int size) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException, KKAdminException
search
- The object containing the search constraintsoffset
- the offset in the dbsize
- the number of records from the specified offset
com.workingdogs.village.DataSetException
org.apache.torque.TorqueException
KKAdminException
int insertSubscription(AdminSubscription subscription) throws KKAdminException, org.apache.torque.TorqueException
subscription
-
KKAdminException
org.apache.torque.TorqueException
int updateSubscription(AdminSubscription subscription) throws KKAdminException, org.apache.torque.TorqueException, com.workingdogs.village.DataSetException
subscription
- An AdminSubscription object
KKAdminException
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |