|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRoamingStore
| Field Summary | |
|---|---|
static String |
copyright
|
| Method Summary | |
|---|---|
void |
addRoamingInformationCard(IRoamingInformationCard card)
Use this method to add information cards to the store. |
IRoamingInformationCard |
getRoamingInformationCardByCardId(String id)
This method will return the specific |
IRoamingInformationCard[] |
getRoamingInformationCards()
Returns a list of all the roaming information cards in the order they are stored. |
IRoamingInformationCard |
removeRoamingInformationCardByCardId(String id)
Use this method to remove information cards from the store by their corresponding id. |
| Methods inherited from interface org.eclipse.higgins.cardstore.schemas.XMLSerializer |
|---|
fromXml, getParent, setParent, toXml |
| Field Detail |
|---|
static final String copyright
| Method Detail |
|---|
IRoamingInformationCard[] getRoamingInformationCards()
IRoamingInformationCard.IRoamingInformationCard getRoamingInformationCardByCardId(String id)
id -
void addRoamingInformationCard(IRoamingInformationCard card)
throws DuplicateCardIdException
card -
DuplicateCardIdExceptionIRoamingInformationCard removeRoamingInformationCardByCardId(String id)
id -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||