public class AsSimpleSearchProfileModel extends AbstractAsSearchProfileModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SEARCHCONFIGURATIONS
Generated constant - Attribute key of
AsSimpleSearchProfile.searchConfigurations attribute defined at extension adaptivesearch. |
_ASSEARCHPROFILEACTIVATIONSET2SEARCHPROFILE, ACTIVATIONSET, ACTIVATIONSETPOS, CATALOGVERSION, CODE, INDEXTYPE, NAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AsSimpleSearchProfileModel()
Generated constructor - Default constructor for generic creation.
|
AsSimpleSearchProfileModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
java.lang.String _indexType,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AsSimpleSearchProfileModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AsSimpleSearchProfileModel(java.lang.String _code,
java.lang.String _indexType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsSimpleSearchConfigurationModel> |
getSearchConfigurations()
Generated method - Getter of the
AsSimpleSearchProfile.searchConfigurations attribute defined at extension adaptivesearch. |
void |
setSearchConfigurations(java.util.List<AsSimpleSearchConfigurationModel> value)
Generated method - Setter of
AsSimpleSearchProfile.searchConfigurations attribute defined at extension adaptivesearch. |
getActivationSet, getCatalogVersion, getCode, getIndexType, getName, getName, setActivationSet, setCatalogVersion, setCode, setIndexType, setName, setNamegetComments, 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 SEARCHCONFIGURATIONS
AsSimpleSearchProfile.searchConfigurations attribute defined at extension adaptivesearch.public AsSimpleSearchProfileModel()
public AsSimpleSearchProfileModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AsSimpleSearchProfileModel(java.lang.String _code,
java.lang.String _indexType)
_code - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch_indexType - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch@Deprecated public AsSimpleSearchProfileModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _indexType, ItemModel _owner)
_catalogVersion - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch_code - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch_indexType - initial attribute declared by type AbstractAsSearchProfile at extension adaptivesearch_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="searchConfigurations", type=GETTER) public java.util.List<AsSimpleSearchConfigurationModel> getSearchConfigurations()
AsSimpleSearchProfile.searchConfigurations attribute defined at extension adaptivesearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="searchConfigurations", type=SETTER) public void setSearchConfigurations(java.util.List<AsSimpleSearchConfigurationModel> value)
AsSimpleSearchProfile.searchConfigurations attribute defined at extension adaptivesearch.value - the searchConfigurationsCopyright © 2018 SAP SE. All Rights Reserved.