|
||||||||||
Previous class Subsequent class | Frames No frames | |||||||||
Overview: nested | Field | Constructor | Method | Details: Field | Constructor | Method |
java.lang.Objectjp.terasoluna.fw.service.thin.BLogicIO
public class BLogicIO
Class that retains input/output information of business logic.
BlogicIOPlugIn retains the Action path name and the input/output information while invoking that action, from blogic-io.xml which is the business logic input/output information definition file. For settings, refer to BLogicIOPlugIn.
BLogicIOPlugIn
,
AbstractBLogicMapper
,
BLogicMapper
,
BLogicProperty
,
BLogicResources
,
BLogicResult
,
AbstractBLogicAction
,
BLogicAction
,
Serialized formField Summary | |
---|---|
private java.util.List<BLogicProperty> |
blogicParams
Business logic input/output information. |
private java.util.List<BLogicProperty> |
blogicResults
Business logic output information. |
private java.lang.String |
inputBeanName
JavaBean name which is the business logic input information. |
private java.lang.String |
path
Action path name. |
private static long |
SerialVersionUID
Serial version ID |
Constructor Summary | |
---|---|
BLogicIO()
|
Method Summary | |
---|---|
java.util.List<BLogicProperty> |
getBLogicParams()
Fetches business logic input information. |
java.util.List<BLogicProperty> |
getBLogicResults()
Fetches business logic output information. |
java.lang.String |
getInputBeanName()
Fetches JavaBean name which is the business logic input information. |
java.lang.String |
getPath()
Fetches action path name. |
void |
setBLogicParam(BLogicProperty blogicParam)
Sets business logic input information. |
void |
setBLogicResult(BLogicProperty blogicResult)
Sets business logic output information. |
void |
setInputBeanName(java.lang.String inputBeanName)
Sets JavaBean name which is the business logic input information. |
void |
SetPath(java.lang.String path)
Sets action path name. |
Method inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Details |
---|
private static final long serialVersionUID
private java.lang.String path
private java.util.List<BLogicProperty> blogicParams
private java.util.List<BLogicProperty> blogicResults
private java.lang.String inputBeanName
Constructor Details |
---|
public BLogicIO()
Method Details |
---|
public java.lang.String getInputBeanName()
public void setInputBeanName(java.lang.String inputBeanName)
inputBeanName
- Business logic input information JavaBean namepublic java.util.List<BLogicProperty> getBLogicParams()
public void setBLogicParam(BLogicProperty blogicParam)
blogicParam
- Business logic input informationpublic void setPath(java.lang.String path)
path
- Action path namepublic java.lang.String getPath()
public void setBLogicResult(BLogicProperty blogicResult)
blogicResult
- Business logic output informationpublic java.util.List<BLogicProperty> getBLogicResults()
|
||||||||||
Previous class Subsequent class | Frames No frames | |||||||||
Overview: nested | Field | Constructor | Method | Details: Field | Constructor | Method |