|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.cart.TryResponse
public class TryResponse
"/try" response
Constructor Summary | |
---|---|
TryResponse()
|
Method Summary | |
---|---|
void |
accept(String key)
Accepts a key. |
void |
add(String key,
boolean accept)
Addes a key. |
List<String> |
getAccepted()
Gets collection of accepted keys. |
List<String> |
getRejected()
Gets collection of rejected keys. |
void |
reject(String key)
Rejects a key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TryResponse()
Method Detail |
---|
public List<String> getAccepted()
public List<String> getRejected()
public void accept(String key)
key
- keypublic void reject(String key)
key
- keypublic void add(String key, boolean accept)
key
- keyaccept
- true
to accept, false
to reject
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |