|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphenote.dataadapter.birn.SoapAdapter
public class SoapAdapter
| Constructor Summary | |
|---|---|
SoapAdapter()
|
|
| Method Summary | |
|---|---|
void |
commit(CharacterListI charList)
charList may contain rows with no content - should those be filtered out why not? no need to commit blank rows, should just be ignored |
java.lang.String |
getCommitButtonLabel()
The label that gets displayed on the db commit button |
java.util.List<java.lang.String> |
getQueryableGroups()
returns a list of group strings of groups that can be queried for with query method |
boolean |
isFieldQueryable(java.lang.String field)
return true if data adapter can query for the char field |
CharacterListI |
query(java.lang.String group,
java.lang.String field,
java.lang.String query)
Throws exception if query fails, and no data to return Query with query string of type field for group |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapAdapter()
| Method Detail |
|---|
public void commit(CharacterListI charList)
commit in interface QueryableDataAdapterIpublic boolean isFieldQueryable(java.lang.String field)
QueryableDataAdapterI
isFieldQueryable in interface QueryableDataAdapterIpublic java.util.List<java.lang.String> getQueryableGroups()
getQueryableGroups in interface QueryableDataAdapterI
public CharacterListI query(java.lang.String group,
java.lang.String field,
java.lang.String query)
throws DataAdapterEx
query in interface QueryableDataAdapterIDataAdapterExpublic java.lang.String getCommitButtonLabel()
getCommitButtonLabel in interface QueryableDataAdapterI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||