|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.dbflute.cbean.AbstractConditionQuery
org.seasar.robot.db.cbean.cq.bs.AbstractBsUrlFilterCQ
public abstract class AbstractBsUrlFilterCQ
The abstract condition-query of URL_FILTER.
入れ子のクラスの概要 |
---|
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承された入れ子のクラス/インタフェース |
---|
org.seasar.robot.dbflute.cbean.AbstractConditionQuery.NssCall |
フィールドの概要 | |
---|---|
protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider |
_dbmetaProvider
|
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたフィールド |
---|
_aliasName, _foreignPropertyName, _nestLevel, _onClauseInline, _referrerQuery, _relationPath, _sqlClause, _subQueryLevel, _unionAllQueryMap, _unionQueryMap, CK_EQ, CK_GE, CK_GT, CK_INS, CK_ISN, CK_ISNN, CK_LE, CK_LS, CK_LT, CK_NE, CK_NINS, CK_NLS, CQ_PROPERTY, DOBJ |
コンストラクタの概要 | |
---|---|
AbstractBsUrlFilterCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery,
org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause,
java.lang.String aliasName,
int nestLevel)
|
メソッドの概要 | |
---|---|
protected void |
doSetFilterType_Equal(java.lang.String filterType)
|
protected void |
doSetFilterType_NotEqual(java.lang.String filterType)
|
protected void |
doSetSessionId_Equal(java.lang.String sessionId)
|
protected void |
doSetSessionId_NotEqual(java.lang.String sessionId)
|
protected void |
doSetUrl_Equal(java.lang.String url)
|
protected void |
doSetUrl_NotEqual(java.lang.String url)
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueCreateTime()
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueFilterType()
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueId()
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueSessionId()
|
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue |
getCValueUrl()
|
protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider |
getDBMetaProvider()
|
java.lang.String |
getTableDbName()
|
java.lang.String |
getTableSqlName()
|
abstract java.lang.String |
keepMyselfInScopeSubQuery(UrlFilterCQ subQuery)
|
abstract java.lang.String |
keepScalarSubQuery(UrlFilterCQ subQuery)
|
void |
myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<UrlFilterCB> subQuery)
Myself InScope SubQuery. |
protected void |
regCreateTime(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
java.lang.Object v)
|
protected void |
regFilterType(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
java.lang.Object v)
|
protected void |
regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
java.lang.Object v)
|
protected void |
regSessionId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
java.lang.Object v)
|
protected void |
regUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
java.lang.Object v)
|
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_Equal()
|
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_GreaterEqual()
|
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_GreaterThan()
|
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_LessEqual()
|
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
scalar_LessThan()
|
void |
setCreateTime_DateFromTo(java.util.Date fromDate,
java.util.Date toDate)
FromTo(fromDate <= COLUMN_NAME < toDate + 1). |
void |
setCreateTime_Equal(java.sql.Timestamp createTime)
Equal(=). |
void |
setCreateTime_FromTo(java.util.Date fromDate,
java.util.Date toDate,
org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
FromTo(fromDate <= COLUMN_NAME <= toDate). |
void |
setCreateTime_GreaterEqual(java.sql.Timestamp createTime)
GreaterEqual(>). |
void |
setCreateTime_GreaterThan(java.sql.Timestamp createTime)
GreaterThan(>). |
void |
setCreateTime_LessEqual(java.sql.Timestamp createTime)
LessEqual(>). |
void |
setCreateTime_LessThan(java.sql.Timestamp createTime)
LessThan(>). |
void |
setFilterType_Equal(java.lang.String filterType)
Equal(=). |
void |
setFilterType_GreaterEqual(java.lang.String filterType)
GreaterEqual(>=). |
void |
setFilterType_GreaterThan(java.lang.String filterType)
GreaterThan(>). |
void |
setFilterType_InScope(java.util.Collection<java.lang.String> filterTypeList)
InScope(in ('a', 'b')). |
void |
setFilterType_LessEqual(java.lang.String filterType)
LessEqual(<=). |
void |
setFilterType_LessThan(java.lang.String filterType)
LessThan(<). |
void |
setFilterType_LikeSearch(java.lang.String filterType,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch(like 'xxx%' escape ...). |
void |
setFilterType_NotEqual(java.lang.String filterType)
NotEqual(! |
void |
setFilterType_NotInScope(java.util.Collection<java.lang.String> filterTypeList)
NotInScope(not in ('a', 'b')). |
void |
setFilterType_NotLikeSearch(java.lang.String filterType,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch(not like 'xxx%' escape ...). |
void |
setFilterType_PrefixSearch(java.lang.String filterType)
PrefixSearch(like 'xxx%' escape ...). |
void |
setId_Equal(java.lang.Long id)
Equal(=). |
void |
setId_GreaterEqual(java.lang.Long id)
GreaterEqual(>=). |
void |
setId_GreaterThan(java.lang.Long id)
GreaterThan(>). |
void |
setId_InScope(java.util.Collection<java.lang.Long> idList)
InScope(in (1, 2)). |
void |
setId_IsNotNull()
IsNotNull(is not null). |
void |
setId_IsNull()
IsNull(is null). |
void |
setId_LessEqual(java.lang.Long id)
LessEqual(<=). |
void |
setId_LessThan(java.lang.Long id)
LessThan(<). |
void |
setId_NotEqual(java.lang.Long id)
NotEqual(! |
void |
setId_NotInScope(java.util.Collection<java.lang.Long> idList)
NotInScope(not in (1, 2)). |
void |
setSessionId_Equal(java.lang.String sessionId)
Equal(=). |
void |
setSessionId_GreaterEqual(java.lang.String sessionId)
GreaterEqual(>=). |
void |
setSessionId_GreaterThan(java.lang.String sessionId)
GreaterThan(>). |
void |
setSessionId_InScope(java.util.Collection<java.lang.String> sessionIdList)
InScope(in ('a', 'b')). |
void |
setSessionId_LessEqual(java.lang.String sessionId)
LessEqual(<=). |
void |
setSessionId_LessThan(java.lang.String sessionId)
LessThan(<). |
void |
setSessionId_LikeSearch(java.lang.String sessionId,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch(like 'xxx%' escape ...). |
void |
setSessionId_NotEqual(java.lang.String sessionId)
NotEqual(! |
void |
setSessionId_NotInScope(java.util.Collection<java.lang.String> sessionIdList)
NotInScope(not in ('a', 'b')). |
void |
setSessionId_NotLikeSearch(java.lang.String sessionId,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch(not like 'xxx%' escape ...). |
void |
setSessionId_PrefixSearch(java.lang.String sessionId)
PrefixSearch(like 'xxx%' escape ...). |
void |
setUrl_Equal(java.lang.String url)
Equal(=). |
void |
setUrl_GreaterEqual(java.lang.String url)
GreaterEqual(>=). |
void |
setUrl_GreaterThan(java.lang.String url)
GreaterThan(>). |
void |
setUrl_InScope(java.util.Collection<java.lang.String> urlList)
InScope(in ('a', 'b')). |
void |
setUrl_LessEqual(java.lang.String url)
LessEqual(<=). |
void |
setUrl_LessThan(java.lang.String url)
LessThan(<). |
void |
setUrl_LikeSearch(java.lang.String url,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch(like 'xxx%' escape ...). |
void |
setUrl_NotEqual(java.lang.String url)
NotEqual(! |
void |
setUrl_NotInScope(java.util.Collection<java.lang.String> urlList)
NotInScope(not in ('a', 'b')). |
void |
setUrl_NotLikeSearch(java.lang.String url,
org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch(not like 'xxx%' escape ...). |
void |
setUrl_PrefixSearch(java.lang.String url)
PrefixSearch(like 'xxx%' escape ...). |
protected org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> |
xcreateSSQFunction(java.lang.String operand)
|
protected void |
xscalarSubQuery(java.lang.String function,
org.seasar.robot.dbflute.cbean.SubQuery<UrlFilterCB> subQuery,
java.lang.String operand)
|
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたメソッド |
---|
assertAliasName, assertColumnName, assertObjectNotNull, assertQueryDerivedReferrerColumnType, assertScalarSubQueryColumnType, assertSpecifyDerivedReferrerColumnType, assertStringNotNullAndNotTrimmedEmpty, buildCorrelationSubQueryFromWhereClause, buildCorrelationSubQueryFromWhereClause, buildPlainSubQueryFromWhereClause, buildRealColumnName, cLSOP, convertObjectArrayToStringView, cTL, doNss, findDBMeta, fRES, fxcKey, getAliasName, getExistsSubQueryRealColumnName, getExistsSubQuerySql, getExistsSubQuerySql, getForeignPropertyName, getInScopeSubQueryRealColumnName, getInScopeSubQuerySql, getLocation, getLocationBase, getLocationBase, getNestLevel, getNextNestLevel, getQueryDerivedReferrerRealColumnName, getQueryDerivedReferrerSubQuerySql, getRealAliasName, getRealColumnName, getReferrerQuery, getRelationPath, getScalarSubQueryRealColumnName, getScalarSubQuerySql, getSpecifyDerivedReferrerRealColumnName, getSpecifyDerivedReferrerSubQuerySql, getSqlClause, getSubQueryLevel, getUnionAllQueryList, getUnionAllQueryMap, getUnionQueryList, getUnionQueryMap, getUnionQuerySql, hasUnionQueryOrUnionAllQuery, initCap, initUncap, innerJoin, invokeForeignCQ, invokeOrderBy, invokeQuery, invokeQueryLikeSearch, invokeValue, isBaseQuery, ln, nCV, newArrayList, newArrayList, newArrayList, newLinkedHashMap, ppFxCd, reflectRelationOnUnionQuery, regFTQ, regINS, regIQ, regIQ, registerExistsSubQuery, registerExistsSubQuery, registerInlineWhereClause, registerInScopeSubQuery, registerInScopeSubQuery, registerLikeSearchQuery, registerNotExistsSubQuery, registerNotInScopeSubQuery, registerOrderBy, registerOuterJoin, registerQueryDerivedReferrer, registerScalarSubQuery, registerSpecifiedDerivedOrderBy_Asc, registerSpecifiedDerivedOrderBy_Desc, registerSpecifyDerivedReferrer, registerUnionQuery, registerWhereClause, regLSQ, regOBA, regOBD, regQ, regQ, replaceString, resolveJoinAliasName, resolveNestLevelExpression, resolveNextRelationPath, setupConditionValueAndRegisterWhereClause, setupConditionValueAndRegisterWhereClause, throwLikeSearchOptionNotFoundException, throwQueryDerivedReferrerInvalidColumnSpecificationException, throwQueryDerivedReferrerUnmatchedColumnTypeException, throwScalarSubQueryInvalidColumnSpecificationException, throwScalarSubQueryUnmatchedColumnTypeException, throwSpecifiedDerivedOrderByAliasNameNotFoundException, throwSpecifyDerivedReferrerInvalidColumnSpecificationException, throwSpecifyDerivedReferrerUnmatchedColumnTypeException, toString, withManualOrder, withNullsFirst, withNullsLast, xbuildFunctionConnector, xincrementLocalSubQueryLevelIfNeeds, xprepareCorrelationSubQueryFromWhereClause, xreplaceCorrelationSubQueryFromWhereClause, xsetForeignPropertyName, xsetOnClauseInline, xsetRelationPath, xsetUnionAllQuery, xsetUnionQuery, xsetupUnion, xsuppressEscape |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected final org.seasar.robot.dbflute.dbmeta.DBMetaProvider _dbmetaProvider
コンストラクタの詳細 |
---|
public AbstractBsUrlFilterCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery, org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause, java.lang.String aliasName, int nestLevel)
メソッドの詳細 |
---|
protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider getDBMetaProvider()
org.seasar.robot.dbflute.cbean.AbstractConditionQuery
内の getDBMetaProvider
public java.lang.String getTableDbName()
public java.lang.String getTableSqlName()
public void setId_Equal(java.lang.Long id)
id
- The value of id as equal.public void setId_NotEqual(java.lang.Long id)
id
- The value of id as notEqual.public void setId_GreaterThan(java.lang.Long id)
id
- The value of id as greaterThan.public void setId_LessThan(java.lang.Long id)
id
- The value of id as lessThan.public void setId_GreaterEqual(java.lang.Long id)
id
- The value of id as greaterEqual.public void setId_LessEqual(java.lang.Long id)
id
- The value of id as lessEqual.public void setId_InScope(java.util.Collection<java.lang.Long> idList)
idList
- The collection of id as inScope.public void setId_NotInScope(java.util.Collection<java.lang.Long> idList)
idList
- The collection of id as notInScope.public void setId_IsNull()
public void setId_IsNotNull()
protected void regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueId()
public void setSessionId_Equal(java.lang.String sessionId)
sessionId
- The value of sessionId as equal.protected void doSetSessionId_Equal(java.lang.String sessionId)
public void setSessionId_NotEqual(java.lang.String sessionId)
sessionId
- The value of sessionId as notEqual.protected void doSetSessionId_NotEqual(java.lang.String sessionId)
public void setSessionId_GreaterThan(java.lang.String sessionId)
sessionId
- The value of sessionId as greaterThan.public void setSessionId_LessThan(java.lang.String sessionId)
sessionId
- The value of sessionId as lessThan.public void setSessionId_GreaterEqual(java.lang.String sessionId)
sessionId
- The value of sessionId as greaterEqual.public void setSessionId_LessEqual(java.lang.String sessionId)
sessionId
- The value of sessionId as lessEqual.public void setSessionId_PrefixSearch(java.lang.String sessionId)
sessionId
- The value of sessionId as prefixSearch.public void setSessionId_InScope(java.util.Collection<java.lang.String> sessionIdList)
sessionIdList
- The collection of sessionId as inScope.public void setSessionId_NotInScope(java.util.Collection<java.lang.String> sessionIdList)
sessionIdList
- The collection of sessionId as notInScope.public void setSessionId_LikeSearch(java.lang.String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
sessionId
- The value of sessionId as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setSessionId_NotLikeSearch(java.lang.String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
sessionId
- The value of sessionId as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)protected void regSessionId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueSessionId()
public void setUrl_Equal(java.lang.String url)
url
- The value of url as equal.protected void doSetUrl_Equal(java.lang.String url)
public void setUrl_NotEqual(java.lang.String url)
url
- The value of url as notEqual.protected void doSetUrl_NotEqual(java.lang.String url)
public void setUrl_GreaterThan(java.lang.String url)
url
- The value of url as greaterThan.public void setUrl_LessThan(java.lang.String url)
url
- The value of url as lessThan.public void setUrl_GreaterEqual(java.lang.String url)
url
- The value of url as greaterEqual.public void setUrl_LessEqual(java.lang.String url)
url
- The value of url as lessEqual.public void setUrl_PrefixSearch(java.lang.String url)
url
- The value of url as prefixSearch.public void setUrl_InScope(java.util.Collection<java.lang.String> urlList)
urlList
- The collection of url as inScope.public void setUrl_NotInScope(java.util.Collection<java.lang.String> urlList)
urlList
- The collection of url as notInScope.public void setUrl_LikeSearch(java.lang.String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
url
- The value of url as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setUrl_NotLikeSearch(java.lang.String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
url
- The value of url as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)protected void regUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueUrl()
public void setFilterType_Equal(java.lang.String filterType)
filterType
- The value of filterType as equal.protected void doSetFilterType_Equal(java.lang.String filterType)
public void setFilterType_NotEqual(java.lang.String filterType)
filterType
- The value of filterType as notEqual.protected void doSetFilterType_NotEqual(java.lang.String filterType)
public void setFilterType_GreaterThan(java.lang.String filterType)
filterType
- The value of filterType as greaterThan.public void setFilterType_LessThan(java.lang.String filterType)
filterType
- The value of filterType as lessThan.public void setFilterType_GreaterEqual(java.lang.String filterType)
filterType
- The value of filterType as greaterEqual.public void setFilterType_LessEqual(java.lang.String filterType)
filterType
- The value of filterType as lessEqual.public void setFilterType_PrefixSearch(java.lang.String filterType)
filterType
- The value of filterType as prefixSearch.public void setFilterType_InScope(java.util.Collection<java.lang.String> filterTypeList)
filterTypeList
- The collection of filterType as inScope.public void setFilterType_NotInScope(java.util.Collection<java.lang.String> filterTypeList)
filterTypeList
- The collection of filterType as notInScope.public void setFilterType_LikeSearch(java.lang.String filterType, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
filterType
- The value of filterType as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setFilterType_NotLikeSearch(java.lang.String filterType, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
filterType
- The value of filterType as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)protected void regFilterType(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueFilterType()
public void setCreateTime_Equal(java.sql.Timestamp createTime)
createTime
- The value of createTime as equal.public void setCreateTime_GreaterThan(java.sql.Timestamp createTime)
createTime
- The value of createTime as greaterThan.public void setCreateTime_LessThan(java.sql.Timestamp createTime)
createTime
- The value of createTime as lessThan.public void setCreateTime_GreaterEqual(java.sql.Timestamp createTime)
createTime
- The value of createTime as greaterEqual.public void setCreateTime_LessEqual(java.sql.Timestamp createTime)
createTime
- The value of createTime as lessEqual.public void setCreateTime_FromTo(java.util.Date fromDate, java.util.Date toDate, org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
fromDate
- The from-date of createTime. (Nullable)toDate
- The to-date of createTime. (Nullable)fromToOption
- The option of from-to. (NotNull)public void setCreateTime_DateFromTo(java.util.Date fromDate, java.util.Date toDate)
fromDate
- The from-date of createTime. (Nullable)toDate
- The to-date of createTime. (Nullable)protected void regCreateTime(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueCreateTime()
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_Equal()
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_GreaterEqual()
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_GreaterThan()
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_LessEqual()
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> scalar_LessThan()
protected org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlFilterCB> xcreateSSQFunction(java.lang.String operand)
protected void xscalarSubQuery(java.lang.String function, org.seasar.robot.dbflute.cbean.SubQuery<UrlFilterCB> subQuery, java.lang.String operand)
public abstract java.lang.String keepScalarSubQuery(UrlFilterCQ subQuery)
public void myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<UrlFilterCB> subQuery)
subQuery
- The implementation of sub query. (NotNull)public abstract java.lang.String keepMyselfInScopeSubQuery(UrlFilterCQ subQuery)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |