org.seasar.robot.db.bsbhv.pmbean
クラス BsAccessResultPmb

java.lang.Object
  上位を拡張 org.seasar.robot.db.bsbhv.pmbean.BsAccessResultPmb
すべての実装されたインタフェース:
Serializable, org.seasar.robot.dbflute.jdbc.FetchBean, org.seasar.robot.dbflute.twowaysql.pmbean.ParameterBean
直系の既知のサブクラス:
AccessResultPmb

public class BsAccessResultPmb
extends Object
implements org.seasar.robot.dbflute.twowaysql.pmbean.ParameterBean, org.seasar.robot.dbflute.jdbc.FetchBean, Serializable

The parameter-bean of AccessResultPmb.

作成者:
DBFlute(AutoGenerator)
関連項目:
直列化された形式

フィールドの概要
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
<NUMBER extends Number>
NUMBER
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
 

フィールドの詳細

_newSessionId

protected String _newSessionId
newSessionId


_oldSessionId

protected String _oldSessionId
oldSessionId


_safetyMaxResultSize

protected int _safetyMaxResultSize
The max size of safety result.

コンストラクタの詳細

BsAccessResultPmb

public BsAccessResultPmb()
メソッドの詳細

checkSafetyResult

public void checkSafetyResult(int safetyMaxResultSize)

定義:
インタフェース org.seasar.robot.dbflute.jdbc.FetchBean 内の checkSafetyResult

getSafetyMaxResultSize

public int getSafetyMaxResultSize()

定義:
インタフェース org.seasar.robot.dbflute.jdbc.FetchBean 内の getSafetyMaxResultSize

filterStringParameter

protected String filterStringParameter(String value)

isEmptyStringParameterAllowed

protected boolean isEmptyStringParameterAllowed()

convertEmptyToNull

protected String convertEmptyToNull(String value)

handleShortChar

protected String handleShortChar(String propertyName,
                                 String value,
                                 Integer size)

getShortCharHandlingMode

protected org.seasar.robot.dbflute.jdbc.ParameterUtil.ShortCharHandlingMode getShortCharHandlingMode(String propertyName,
                                                                                                     String value,
                                                                                                     Integer size)

toNumber

protected <NUMBER extends Number> NUMBER toNumber(Object obj,
                                                  Class<NUMBER> type)

toBoolean

protected Boolean toBoolean(Object obj)

toUtilDate

protected Date toUtilDate(Date date)

formatUtilDate

protected String formatUtilDate(Date date)

formatByteArray

protected String formatByteArray(byte[] bytes)

toString

public String toString()
オーバーライド:
クラス Object 内の toString
戻り値:
The display string of all parameters. (NotNull)

getNewSessionId

public String getNewSessionId()
[get] newSessionId

戻り値:
The value of newSessionId. (Nullable, NotEmptyString(when String): if empty string, returns null)

setNewSessionId

public void setNewSessionId(String newSessionId)
[set] newSessionId

パラメータ:
newSessionId - The value of newSessionId. (NullAllowed)

getOldSessionId

public String getOldSessionId()
[get] oldSessionId

戻り値:
The value of oldSessionId. (Nullable, NotEmptyString(when String): if empty string, returns null)

setOldSessionId

public void setOldSessionId(String oldSessionId)
[set] oldSessionId

パラメータ:
oldSessionId - The value of oldSessionId. (NullAllowed)


Copyright © 2013. All Rights Reserved.