|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsbhv.pmbean.BsAccessResultPmb
public class BsAccessResultPmb
The parameter-bean of AccessResultPmb.
フィールドの概要 | |
---|---|
protected String |
_newSessionId
newSessionId |
protected String |
_oldSessionId
oldSessionId |
protected int |
_safetyMaxResultSize
The max size of safety result. |
コンストラクタの概要 | |
---|---|
BsAccessResultPmb()
|
メソッドの概要 | ||
---|---|---|
void |
checkSafetyResult(int safetyMaxResultSize)
|
|
protected String |
convertEmptyToNull(String value)
|
|
protected String |
filterStringParameter(String value)
|
|
protected String |
formatByteArray(byte[] bytes)
|
|
protected String |
formatUtilDate(Date date)
|
|
String |
getNewSessionId()
[get] newSessionId |
|
String |
getOldSessionId()
[get] oldSessionId |
|
int |
getSafetyMaxResultSize()
|
|
protected org.seasar.robot.dbflute.jdbc.ParameterUtil.ShortCharHandlingMode |
getShortCharHandlingMode(String propertyName,
String value,
Integer size)
|
|
protected String |
handleShortChar(String propertyName,
String value,
Integer size)
|
|
protected boolean |
isEmptyStringParameterAllowed()
|
|
void |
setNewSessionId(String newSessionId)
[set] newSessionId |
|
void |
setOldSessionId(String oldSessionId)
[set] oldSessionId |
|
protected Boolean |
toBoolean(Object obj)
|
|
protected
|
toNumber(Object obj,
Class<NUMBER> type)
|
|
String |
toString()
|
|
protected Date |
toUtilDate(Date date)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected String _newSessionId
protected String _oldSessionId
protected int _safetyMaxResultSize
コンストラクタの詳細 |
---|
public BsAccessResultPmb()
メソッドの詳細 |
---|
public void checkSafetyResult(int safetyMaxResultSize)
org.seasar.robot.dbflute.jdbc.FetchBean
内の checkSafetyResult
public int getSafetyMaxResultSize()
org.seasar.robot.dbflute.jdbc.FetchBean
内の getSafetyMaxResultSize
protected String filterStringParameter(String value)
protected boolean isEmptyStringParameterAllowed()
protected String convertEmptyToNull(String value)
protected String handleShortChar(String propertyName, String value, Integer size)
protected org.seasar.robot.dbflute.jdbc.ParameterUtil.ShortCharHandlingMode getShortCharHandlingMode(String propertyName, String value, Integer size)
protected <NUMBER extends Number> NUMBER toNumber(Object obj, Class<NUMBER> type)
protected Boolean toBoolean(Object obj)
protected Date toUtilDate(Date date)
protected String formatUtilDate(Date date)
protected String formatByteArray(byte[] bytes)
public String toString()
Object
内の toString
public String getNewSessionId()
public void setNewSessionId(String newSessionId)
newSessionId
- The value of newSessionId. (NullAllowed)public String getOldSessionId()
public void setOldSessionId(String oldSessionId)
oldSessionId
- The value of oldSessionId. (NullAllowed)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |