|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.indexdata.mkjsf.pazpar2.data.sp.SpResponses
public class SpResponses
Provides references to all current Service Proxy-only data objects.
Constructor Summary | |
---|---|
SpResponses(Responses responses)
|
Method Summary | |
---|---|
AuthResponse |
getAuth()
|
CategoriesResponse |
getCategories()
|
void |
resetAuthAndBeyond(boolean includePazpar2Responses)
Resets all responses from the authentication request to any request that can follow authentication. |
void |
resetInitAndBeyond(boolean includePazpar2Responses)
Resets all responses from the init request to any request that can follow init (i.e. |
void |
resetSearchAndBeyond(boolean includePazpar2Responses)
Resets all responses from the search request to any request that can follow search (i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpResponses(Responses responses)
Method Detail |
---|
public void resetSearchAndBeyond(boolean includePazpar2Responses)
includePazpar2Responses
- Set to true if the invocation should
reset Pazpar2 responses
(non-SP-specific responses) as well.public void resetInitAndBeyond(boolean includePazpar2Responses)
includePazpar2Responses
- Set to true if the invocation should
reset Pazpar2 responses
(non-SP-specific responses) as well.public void resetAuthAndBeyond(boolean includePazpar2Responses)
includePazpar2Responses
- Set to true if the invocation should
reset Pazpar2 responses
(non-SP-specific responses) as well.public AuthResponse getAuth()
public CategoriesResponse getCategories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |