|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.util.admin.EditorResult
org.torweg.pulse.component.util.retailer.admin.RetailerEditorResult
public class RetailerEditorResult
The result of the RetailerEditor.
| Constructor Summary | |
|---|---|
protected |
RetailerEditorResult()
Default constructor. |
protected |
RetailerEditorResult(RetailerEditorConfiguration conf,
java.lang.String country)
Creates a new RetailerEditorResult with the given
RetailerEditorConfiguration. |
| Method Summary | |
|---|---|
protected RetailerEditorConfiguration |
getConfig()
Returns the RetailerEditorConfiguration of the
RetailerEditorResult. |
protected java.lang.String |
getLoadCountry()
|
protected Retailer |
getRetailer()
Returns the Retailer of the
RetailerEditorResult. |
protected void |
setConfig(RetailerEditorConfiguration conf)
Sets the RetailerEditorConfiguration for the
RetailerEditorResult. |
protected void |
setRetailer(Retailer retailer)
Sets the Retailer for the RetailerEditorResult. |
| Methods inherited from class org.torweg.pulse.component.util.admin.EditorResult |
|---|
addAttribute, addError, getAttributes, getErrors, isSuccess, setAttributes, setErrors, setSuccess |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RetailerEditorResult()
protected RetailerEditorResult(RetailerEditorConfiguration conf,
java.lang.String country)
RetailerEditorResult with the given
RetailerEditorConfiguration.
conf - the RetailerEditorConfigurationcountry - the current (load-)country - to be added to the result if
given| Method Detail |
|---|
protected final RetailerEditorConfiguration getConfig()
RetailerEditorConfiguration of the
RetailerEditorResult.
RetailerEditorConfigurationprotected final void setConfig(RetailerEditorConfiguration conf)
RetailerEditorConfiguration for the
RetailerEditorResult.
conf - the RetailerEditorConfiguration to setprotected final void setRetailer(Retailer retailer)
Retailer for the RetailerEditorResult.
retailer - the Retailer to setprotected final Retailer getRetailer()
Retailer of the
RetailerEditorResult.
Retailerprotected final java.lang.String getLoadCountry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||