public class AdvancedSavedQueryModel extends SavedQueryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
GENERATEDFLEXIBLESEARCH
Generated constant - Attribute key of
AdvancedSavedQuery.generatedFlexibleSearch attribute defined at extension advancedsavedquery. |
static java.lang.String |
WHEREPARTS
Generated constant - Attribute key of
AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery. |
CODE, DESCRIPTION, NAME, PARAMS, PARAMTYPES, QUERY, RESULTTYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AdvancedSavedQueryModel()
Generated constructor - Default constructor for generic creation.
|
AdvancedSavedQueryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AdvancedSavedQueryModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _query,
ComposedTypeModel _resultType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AdvancedSavedQueryModel(java.lang.String _code,
java.lang.String _query,
ComposedTypeModel _resultType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGeneratedFlexibleSearch()
Generated method - Getter of the
AdvancedSavedQuery.generatedFlexibleSearch attribute defined at extension advancedsavedquery. |
java.util.Collection<WherePartModel> |
getWhereparts()
Generated method - Getter of the
AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery. |
void |
setWhereparts(java.util.Collection<WherePartModel> value)
Generated method - Setter of
AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery. |
getCode, getDescription, getDescription, getName, getName, getParams, getQuery, getResultType, setCode, setDescription, setDescription, setName, setName, setParams, setQuery, setResultTypegetComments, 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 GENERATEDFLEXIBLESEARCH
AdvancedSavedQuery.generatedFlexibleSearch attribute defined at extension advancedsavedquery.public static final java.lang.String WHEREPARTS
AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery.public AdvancedSavedQueryModel()
public AdvancedSavedQueryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AdvancedSavedQueryModel(java.lang.String _code,
java.lang.String _query,
ComposedTypeModel _resultType)
_code - initial attribute declared by type SavedQuery at extension core_query - initial attribute declared by type SavedQuery at extension core_resultType - initial attribute declared by type SavedQuery at extension core@Deprecated
public AdvancedSavedQueryModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _query,
ComposedTypeModel _resultType)
_code - initial attribute declared by type SavedQuery at extension core_owner - initial attribute declared by type Item at extension core_query - initial attribute declared by type SavedQuery at extension core_resultType - initial attribute declared by type SavedQuery at extension core@Accessor(qualifier="generatedFlexibleSearch", type=GETTER) public java.lang.String getGeneratedFlexibleSearch()
AdvancedSavedQuery.generatedFlexibleSearch attribute defined at extension advancedsavedquery.@Accessor(qualifier="whereparts", type=GETTER) public java.util.Collection<WherePartModel> getWhereparts()
AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="whereparts", type=SETTER) public void setWhereparts(java.util.Collection<WherePartModel> value)
AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery.value - the wherepartsCopyright © 2018 SAP SE. All Rights Reserved.