public abstract class Controller<TEntityType extends BillingEntity> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BillForwardClient |
m_client |
| Constructor and Description |
|---|
Controller(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
TEntityType[] |
getAll() |
TEntityType |
getByID(String ID) |
abstract ResourcePath |
getEntityResourcePath() |
protected BillForwardClient m_client
public Controller(BillForwardClient client_)
public TEntityType getByID(String ID) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public TEntityType[] getAll() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public abstract ResourcePath getEntityResourcePath()
Copyright © 2014 BillForward. All rights reserved.