public class WherePartModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_QUERY2WHEREPARTRELATION
Generated relation code constant for relation
Query2WherePartRelation defining source attribute savedQuery in extension advancedsavedquery. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AND
Generated constant - Attribute key of
WherePart.and attribute defined at extension advancedsavedquery. |
static java.lang.String |
DYNAMICPARAMS
Generated constant - Attribute key of
WherePart.dynamicParams attribute defined at extension advancedsavedquery. |
static java.lang.String |
REPLACEPATTERN
Generated constant - Attribute key of
WherePart.replacePattern attribute defined at extension advancedsavedquery. |
static java.lang.String |
SAVEDQUERY
Generated constant - Attribute key of
WherePart.savedQuery attribute defined at extension advancedsavedquery. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
WherePartModel()
Generated constructor - Default constructor for generic creation.
|
WherePartModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
WherePartModel(ItemModel _owner,
java.lang.String _replacePattern,
AdvancedSavedQueryModel _savedQuery)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WherePartModel(java.lang.String _replacePattern,
AdvancedSavedQueryModel _savedQuery)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAnd()
Generated method - Getter of the
WherePart.and attribute defined at extension advancedsavedquery. |
java.util.Collection<AbstractAdvancedSavedQuerySearchParameterModel> |
getDynamicParams()
Generated method - Getter of the
WherePart.dynamicParams attribute defined at extension advancedsavedquery. |
java.lang.String |
getReplacePattern()
Generated method - Getter of the
WherePart.replacePattern attribute defined at extension advancedsavedquery. |
AdvancedSavedQueryModel |
getSavedQuery()
Generated method - Getter of the
WherePart.savedQuery attribute defined at extension advancedsavedquery. |
void |
setAnd(java.lang.Boolean value)
Generated method - Setter of
WherePart.and attribute defined at extension advancedsavedquery. |
void |
setDynamicParams(java.util.Collection<AbstractAdvancedSavedQuerySearchParameterModel> value)
Generated method - Setter of
WherePart.dynamicParams attribute defined at extension advancedsavedquery. |
void |
setReplacePattern(java.lang.String value)
Generated method - Setter of
WherePart.replacePattern attribute defined at extension advancedsavedquery. |
void |
setSavedQuery(AdvancedSavedQueryModel value)
Generated method - Setter of
WherePart.savedQuery attribute defined at extension advancedsavedquery. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _QUERY2WHEREPARTRELATION
Query2WherePartRelation defining source attribute savedQuery in extension advancedsavedquery.public static final java.lang.String AND
WherePart.and attribute defined at extension advancedsavedquery.public static final java.lang.String REPLACEPATTERN
WherePart.replacePattern attribute defined at extension advancedsavedquery.public static final java.lang.String SAVEDQUERY
WherePart.savedQuery attribute defined at extension advancedsavedquery.public static final java.lang.String DYNAMICPARAMS
WherePart.dynamicParams attribute defined at extension advancedsavedquery.public WherePartModel()
public WherePartModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public WherePartModel(java.lang.String _replacePattern,
AdvancedSavedQueryModel _savedQuery)
_replacePattern - initial attribute declared by type WherePart at extension advancedsavedquery_savedQuery - initial attribute declared by type WherePart at extension advancedsavedquery@Deprecated public WherePartModel(ItemModel _owner, java.lang.String _replacePattern, AdvancedSavedQueryModel _savedQuery)
_owner - initial attribute declared by type Item at extension core_replacePattern - initial attribute declared by type WherePart at extension advancedsavedquery_savedQuery - initial attribute declared by type WherePart at extension advancedsavedquery@Accessor(qualifier="and", type=GETTER) public java.lang.Boolean getAnd()
WherePart.and attribute defined at extension advancedsavedquery.@Accessor(qualifier="dynamicParams", type=GETTER) public java.util.Collection<AbstractAdvancedSavedQuerySearchParameterModel> getDynamicParams()
WherePart.dynamicParams attribute defined at extension advancedsavedquery.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="replacePattern", type=GETTER) public java.lang.String getReplacePattern()
WherePart.replacePattern attribute defined at extension advancedsavedquery.@Accessor(qualifier="savedQuery", type=GETTER) public AdvancedSavedQueryModel getSavedQuery()
WherePart.savedQuery attribute defined at extension advancedsavedquery.@Accessor(qualifier="and", type=SETTER) public void setAnd(java.lang.Boolean value)
WherePart.and attribute defined at extension advancedsavedquery.value - the and@Accessor(qualifier="dynamicParams", type=SETTER) public void setDynamicParams(java.util.Collection<AbstractAdvancedSavedQuerySearchParameterModel> value)
WherePart.dynamicParams attribute defined at extension advancedsavedquery.value - the dynamicParams@Accessor(qualifier="replacePattern", type=SETTER) public void setReplacePattern(java.lang.String value)
WherePart.replacePattern attribute defined at extension advancedsavedquery.value - the replacePattern@Accessor(qualifier="savedQuery", type=SETTER) public void setSavedQuery(AdvancedSavedQueryModel value)
WherePart.savedQuery attribute defined at extension advancedsavedquery.value - the savedQueryCopyright © 2018 SAP SE. All Rights Reserved.