|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BillingMgrIf
BillingMgrIf Interface which an implementation of this manager must adhere to.
| Method Summary | |
|---|---|
PaymentSchedule |
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. |
Subscription[] |
getSubscriptionsPerCustomer(java.lang.String sessionId)
Returns an array of Subscription objects for a customer referred to by the sessionId parameter. |
int |
insertSubscription(java.lang.String sessionId,
SubscriptionIf subscription)
A Subscription object is inserted into the database. |
int |
insertSubscription(SubscriptionIf subscription)
A Subscription object is inserted into the database. |
| Method Detail |
|---|
int insertSubscription(java.lang.String sessionId,
SubscriptionIf subscription)
throws java.lang.Exception
sessionId - subscription -
java.lang.Exception
int insertSubscription(SubscriptionIf subscription)
throws java.lang.Exception
subscription -
java.lang.Exception
PaymentSchedule getPaymentSchedule(int id)
throws KKException,
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
KKException
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
Subscription[] getSubscriptionsPerCustomer(java.lang.String sessionId)
throws java.lang.Exception
sessionId -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||