|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.infront.cartridge.model.Action
com.endeca.infront.cartridge.model.RecordAction
public class RecordAction
An Action which represents the selection of a particular record or aggregate record.
| Constructor Summary | |
|---|---|
RecordAction()
Default constructor. |
|
RecordAction(String recordState)
Constructs a record action with the given record state. |
|
RecordAction(String recordState,
String label)
Constructs a record action with the given record state and label. |
|
RecordAction(String recordState,
String label,
String siteRootPath,
String contentPath)
Constructs a record action with the given record state, label, site root path and content path. |
|
| Method Summary | |
|---|---|
String |
getRecordState()
|
void |
setRecordState(String recordState)
Sets the record state for this Action. |
| Methods inherited from class com.endeca.infront.cartridge.model.Action |
|---|
getContentPath, getLabel, getSiteRootPath, setContentPath, setLabel, setSiteRootPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecordAction()
public RecordAction(String recordState)
recordState - a string representing the record state
public RecordAction(String recordState,
String label)
recordState - a string representing the record statelabel - a label with the user-visible text
public RecordAction(String recordState,
String label,
String siteRootPath,
String contentPath)
recordState - the string representing the record statelabel - the label with the user-visible textsiteRootPath - the site root pathcontentPath - the content path| Method Detail |
|---|
public String getRecordState()
RecordState that corresponds
to this action. A RecordState is serialized by calling
its RecordState#toString() method.public void setRecordState(String recordState)
Action. Example: "/Canon/EF-50mm-f-1-2L-USM/_/A-932391", "A=123", R="123"
recordState - the string representing the record stategetRecordState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||