public class OnlinePayeeList
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(OnlinePayeeListener listener) |
void |
addNewPayee(OnlinePayee payee)
Adds the specified payee to the payee list.
|
void |
clearAllPayees()
Remove all payees from the list (so that they can be
resynchronized from the server.
|
StreamTable |
getInfo()
Should only be called from the io.*Writer classes for
saving info in a file.
|
OnlinePayee |
getPayee(int i)
Get a payee object for the payee at the specified index.
|
OnlinePayee |
getPayeeByListID(java.lang.String listID) |
int |
getPayeeCount()
Get the number of online services that the user has
access to.
|
java.lang.String |
getPayeeListSyncToken() |
int |
indexOf(OnlinePayee payee)
returns true if the service information for this service is
already in the service list.
|
OnlinePayee |
newPayee()
This creates a new payee that is associated with this list.
|
void |
removeListener(OnlinePayeeListener listener) |
void |
removePayee(int i)
Remove the payee object at the specified index.
|
boolean |
removePayee(OnlinePayee payee)
Remove the given payee object from the list.
|
void |
setPayeeListSyncToken(java.lang.String syncToken) |
public StreamTable getInfo()
public java.lang.String getPayeeListSyncToken()
public void setPayeeListSyncToken(java.lang.String syncToken)
public int getPayeeCount()
public OnlinePayee getPayeeByListID(java.lang.String listID)
public OnlinePayee getPayee(int i)
public int indexOf(OnlinePayee payee)
public void removePayee(int i)
public boolean removePayee(OnlinePayee payee)
public void clearAllPayees()
public OnlinePayee newPayee()
public void addNewPayee(OnlinePayee payee)
public void addListener(OnlinePayeeListener listener)
public void removeListener(OnlinePayeeListener listener)