|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LexEVSDAO
Nested Class Summary | |
---|---|
static class |
LexEVSDAO.DAOType
|
Method Summary | |
---|---|
LexEVSDAO.DAOType |
getDaoType()
Gets the Type of resource this DAO represents -- either a History or CodingScheme resource. |
int |
getResultCountPerQuery()
Returns the default maximum per query size. |
CodingSchemeTagList |
getTagList()
Get the TagList of the CodingScheme associated with this DAO. |
java.lang.String |
getUri()
Get the URI of the CodingScheme associated with this DAO. |
java.lang.String |
getVersion()
Get the Version of the CodingScheme associated with this DAO. |
Response |
query(Request request,
boolean initAll,
int maxResults)
Query this DAO. |
Methods inherited from interface gov.nih.nci.system.dao.DAO |
---|
getAllClassNames, query |
Method Detail |
---|
java.lang.String getVersion()
java.lang.String getUri()
CodingSchemeTagList getTagList()
LexEVSDAO.DAOType getDaoType()
int getResultCountPerQuery()
Response query(Request request, boolean initAll, int maxResults) throws DAOException, java.lang.Exception
request
- The Request to query.initAll
- Initialize all the results (false to allow Lazy Loading, true to disable Lazy Loading).maxResults
- Override the maxium results per query for this query.
DAOException
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |