public class CompareCatalogVersionsCronJobModel extends CronJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
MAXPRICETOLERANCE
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.maxPriceTolerance attribute defined at extension catalog. |
static String |
MISSINGPRODUCTS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.missingProducts attribute defined at extension catalog. |
static String |
NEWPRODUCTS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.newProducts attribute defined at extension catalog. |
static String |
OVERWRITEPRODUCTAPPROVALSTATUS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.overwriteProductApprovalStatus attribute defined at extension catalog. |
static String |
PRICECOMPARECUSTOMER
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.priceCompareCustomer attribute defined at extension catalog. |
static String |
PROCESSEDITEMSCOUNT
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.processedItemsCount attribute defined at extension catalog. |
static String |
SEARCHMISSINGCATEGORIES
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog. |
static String |
SEARCHMISSINGPRODUCTS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog. |
static String |
SEARCHNEWCATEGORIES
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog. |
static String |
SEARCHNEWPRODUCTS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog. |
static String |
SEARCHPRICEDIFFERENCES
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchPriceDifferences attribute defined at extension catalog. |
static String |
SOURCEVERSION
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.sourceVersion attribute defined at extension catalog. |
static String |
TARGETVERSION
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.targetVersion attribute defined at extension catalog. |
_JOBCRONJOBRELATION, ACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CHANGES, CODE, CURRENTSTEP, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ENDTIME, ERRORMODE, FILESCOUNT, FILESDAYSOLD, FILESOPERATOR, JOB, LOGFILES, LOGLEVELDATABASE, LOGLEVELFILE, LOGS, LOGSCOUNT, LOGSDAYSOLD, LOGSOPERATOR, LOGTEXT, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PENDINGSTEPS, PRIORITY, PROCESSEDSTEPS, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESULT, RETRY, RUNNINGONCLUSTERNODE, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, STARTTIME, STATUS, TIMETABLE, TRIGGERS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CompareCatalogVersionsCronJobModel()
Generated constructor - Default constructor for generic creation.
|
CompareCatalogVersionsCronJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CompareCatalogVersionsCronJobModel(JobModel _job,
int _missingProducts,
int _newProducts,
int _processedItemsCount,
CatalogVersionModel _sourceVersion,
CatalogVersionModel _targetVersion)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CompareCatalogVersionsCronJobModel(JobModel _job,
int _missingProducts,
int _newProducts,
ItemModel _owner,
int _processedItemsCount,
CatalogVersionModel _sourceVersion,
CatalogVersionModel _targetVersion)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getMaxPriceTolerance()
Generated method - Getter of the
CompareCatalogVersionsCronJob.maxPriceTolerance attribute defined at extension catalog. |
int |
getMissingProducts()
Generated method - Getter of the
CompareCatalogVersionsCronJob.missingProducts attribute defined at extension catalog. |
int |
getNewProducts()
Generated method - Getter of the
CompareCatalogVersionsCronJob.newProducts attribute defined at extension catalog. |
Boolean |
getOverwriteProductApprovalStatus()
Generated method - Getter of the
CompareCatalogVersionsCronJob.overwriteProductApprovalStatus attribute defined at extension catalog. |
UserModel |
getPriceCompareCustomer()
Generated method - Getter of the
CompareCatalogVersionsCronJob.priceCompareCustomer attribute defined at extension catalog. |
int |
getProcessedItemsCount()
Generated method - Getter of the
CompareCatalogVersionsCronJob.processedItemsCount attribute defined at extension catalog. |
Boolean |
getSearchMissingCategories()
Generated method - Getter of the
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog. |
Boolean |
getSearchMissingProducts()
Generated method - Getter of the
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog. |
Boolean |
getSearchNewCategories()
Generated method - Getter of the
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog. |
Boolean |
getSearchNewProducts()
Generated method - Getter of the
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog. |
Boolean |
getSearchPriceDifferences()
Generated method - Getter of the
CompareCatalogVersionsCronJob.searchPriceDifferences attribute defined at extension catalog. |
CatalogVersionModel |
getSourceVersion()
Generated method - Getter of the
CompareCatalogVersionsCronJob.sourceVersion attribute defined at extension catalog. |
CatalogVersionModel |
getTargetVersion()
Generated method - Getter of the
CompareCatalogVersionsCronJob.targetVersion attribute defined at extension catalog. |
void |
setMaxPriceTolerance(Double value)
Generated method - Setter of
CompareCatalogVersionsCronJob.maxPriceTolerance attribute defined at extension catalog. |
void |
setMissingProducts(int value)
Generated method - Setter of
CompareCatalogVersionsCronJob.missingProducts attribute defined at extension catalog. |
void |
setNewProducts(int value)
Generated method - Setter of
CompareCatalogVersionsCronJob.newProducts attribute defined at extension catalog. |
void |
setOverwriteProductApprovalStatus(Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.overwriteProductApprovalStatus attribute defined at extension catalog. |
void |
setPriceCompareCustomer(UserModel value)
Generated method - Setter of
CompareCatalogVersionsCronJob.priceCompareCustomer attribute defined at extension catalog. |
void |
setProcessedItemsCount(int value)
Generated method - Setter of
CompareCatalogVersionsCronJob.processedItemsCount attribute defined at extension catalog. |
void |
setSearchMissingCategories(Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog. |
void |
setSearchMissingProducts(Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog. |
void |
setSearchNewCategories(Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog. |
void |
setSearchNewProducts(Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog. |
void |
setSearchPriceDifferences(Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.searchPriceDifferences attribute defined at extension catalog. |
void |
setSourceVersion(CatalogVersionModel value)
Generated method - Setter of
CompareCatalogVersionsCronJob.sourceVersion attribute defined at extension catalog. |
void |
setTargetVersion(CatalogVersionModel value)
Generated method - Setter of
CompareCatalogVersionsCronJob.targetVersion attribute defined at extension catalog. |
getActive, getAlternativeDataSourceID, getChangeRecordingEnabled, getChanges, getCode, getCurrentStep, getEmailAddress, getEmailNotificationTemplate, getEndTime, getErrorMode, getFilesCount, getFilesDaysOld, getFilesOperator, getJob, getLogFiles, getLogLevelDatabase, getLogLevelFile, getLogs, getLogsCount, getLogsDaysOld, getLogsOperator, getLogText, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPendingSteps, getPriority, getProcessedSteps, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getResult, getRetry, getRunningOnClusterNode, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getStartTime, getStatus, getTimeTable, getTriggers, setActive, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailNotificationTemplate, setEndTime, setErrorMode, setFilesCount, setFilesDaysOld, setFilesOperator, setJob, setLogFiles, setLogLevelDatabase, setLogLevelFile, setLogsCount, setLogsDaysOld, setLogsOperator, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPendingSteps, setPriority, setProcessedSteps, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setResult, setRetry, setRunningOnClusterNode, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setStartTime, setStatus, setTriggersgetComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String PROCESSEDITEMSCOUNT
CompareCatalogVersionsCronJob.processedItemsCount attribute defined at extension catalog.public static final String SOURCEVERSION
CompareCatalogVersionsCronJob.sourceVersion attribute defined at extension catalog.public static final String TARGETVERSION
CompareCatalogVersionsCronJob.targetVersion attribute defined at extension catalog.public static final String MISSINGPRODUCTS
CompareCatalogVersionsCronJob.missingProducts attribute defined at extension catalog.public static final String NEWPRODUCTS
CompareCatalogVersionsCronJob.newProducts attribute defined at extension catalog.public static final String MAXPRICETOLERANCE
CompareCatalogVersionsCronJob.maxPriceTolerance attribute defined at extension catalog.public static final String SEARCHMISSINGPRODUCTS
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog.public static final String SEARCHMISSINGCATEGORIES
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog.public static final String SEARCHNEWPRODUCTS
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog.public static final String SEARCHNEWCATEGORIES
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog.public static final String SEARCHPRICEDIFFERENCES
CompareCatalogVersionsCronJob.searchPriceDifferences attribute defined at extension catalog.public static final String OVERWRITEPRODUCTAPPROVALSTATUS
CompareCatalogVersionsCronJob.overwriteProductApprovalStatus attribute defined at extension catalog.public static final String PRICECOMPARECUSTOMER
CompareCatalogVersionsCronJob.priceCompareCustomer attribute defined at extension catalog.public CompareCatalogVersionsCronJobModel()
public CompareCatalogVersionsCronJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CompareCatalogVersionsCronJobModel(JobModel _job, int _missingProducts, int _newProducts, int _processedItemsCount, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)
_job - initial attribute declared by type CronJob at extension processing_missingProducts - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog_newProducts - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog_processedItemsCount - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog_sourceVersion - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog_targetVersion - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog@Deprecated public CompareCatalogVersionsCronJobModel(JobModel _job, int _missingProducts, int _newProducts, ItemModel _owner, int _processedItemsCount, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)
_job - initial attribute declared by type CronJob at extension processing_missingProducts - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog_newProducts - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog_owner - initial attribute declared by type Item at extension core_processedItemsCount - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog_sourceVersion - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog_targetVersion - initial attribute declared by type CompareCatalogVersionsCronJob at extension catalog@Accessor(qualifier="maxPriceTolerance", type=GETTER) public Double getMaxPriceTolerance()
CompareCatalogVersionsCronJob.maxPriceTolerance attribute defined at extension catalog.@Accessor(qualifier="missingProducts", type=GETTER) public int getMissingProducts()
CompareCatalogVersionsCronJob.missingProducts attribute defined at extension catalog.@Accessor(qualifier="newProducts", type=GETTER) public int getNewProducts()
CompareCatalogVersionsCronJob.newProducts attribute defined at extension catalog.@Accessor(qualifier="overwriteProductApprovalStatus", type=GETTER) public Boolean getOverwriteProductApprovalStatus()
CompareCatalogVersionsCronJob.overwriteProductApprovalStatus attribute defined at extension catalog.@Accessor(qualifier="priceCompareCustomer", type=GETTER) public UserModel getPriceCompareCustomer()
CompareCatalogVersionsCronJob.priceCompareCustomer attribute defined at extension catalog.@Accessor(qualifier="processedItemsCount", type=GETTER) public int getProcessedItemsCount()
CompareCatalogVersionsCronJob.processedItemsCount attribute defined at extension catalog.@Accessor(qualifier="searchMissingCategories", type=GETTER) public Boolean getSearchMissingCategories()
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog.@Accessor(qualifier="searchMissingProducts", type=GETTER) public Boolean getSearchMissingProducts()
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog.@Accessor(qualifier="searchNewCategories", type=GETTER) public Boolean getSearchNewCategories()
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog.@Accessor(qualifier="searchNewProducts", type=GETTER) public Boolean getSearchNewProducts()
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog.@Accessor(qualifier="searchPriceDifferences", type=GETTER) public Boolean getSearchPriceDifferences()
CompareCatalogVersionsCronJob.searchPriceDifferences attribute defined at extension catalog.@Accessor(qualifier="sourceVersion", type=GETTER) public CatalogVersionModel getSourceVersion()
CompareCatalogVersionsCronJob.sourceVersion attribute defined at extension catalog.@Accessor(qualifier="targetVersion", type=GETTER) public CatalogVersionModel getTargetVersion()
CompareCatalogVersionsCronJob.targetVersion attribute defined at extension catalog.@Accessor(qualifier="maxPriceTolerance", type=SETTER) public void setMaxPriceTolerance(Double value)
CompareCatalogVersionsCronJob.maxPriceTolerance attribute defined at extension catalog.value - the maxPriceTolerance@Accessor(qualifier="missingProducts", type=SETTER) public void setMissingProducts(int value)
CompareCatalogVersionsCronJob.missingProducts attribute defined at extension catalog.value - the missingProducts@Accessor(qualifier="newProducts", type=SETTER) public void setNewProducts(int value)
CompareCatalogVersionsCronJob.newProducts attribute defined at extension catalog.value - the newProducts@Accessor(qualifier="overwriteProductApprovalStatus", type=SETTER) public void setOverwriteProductApprovalStatus(Boolean value)
CompareCatalogVersionsCronJob.overwriteProductApprovalStatus attribute defined at extension catalog.value - the overwriteProductApprovalStatus@Accessor(qualifier="priceCompareCustomer", type=SETTER) public void setPriceCompareCustomer(UserModel value)
CompareCatalogVersionsCronJob.priceCompareCustomer attribute defined at extension catalog.value - the priceCompareCustomer@Accessor(qualifier="processedItemsCount", type=SETTER) public void setProcessedItemsCount(int value)
CompareCatalogVersionsCronJob.processedItemsCount attribute defined at extension catalog.value - the processedItemsCount@Accessor(qualifier="searchMissingCategories", type=SETTER) public void setSearchMissingCategories(Boolean value)
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog.value - the searchMissingCategories@Accessor(qualifier="searchMissingProducts", type=SETTER) public void setSearchMissingProducts(Boolean value)
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog.value - the searchMissingProducts@Accessor(qualifier="searchNewCategories", type=SETTER) public void setSearchNewCategories(Boolean value)
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog.value - the searchNewCategories@Accessor(qualifier="searchNewProducts", type=SETTER) public void setSearchNewProducts(Boolean value)
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog.value - the searchNewProducts@Accessor(qualifier="searchPriceDifferences", type=SETTER) public void setSearchPriceDifferences(Boolean value)
CompareCatalogVersionsCronJob.searchPriceDifferences attribute defined at extension catalog.value - the searchPriceDifferences@Accessor(qualifier="sourceVersion", type=SETTER) public void setSourceVersion(CatalogVersionModel value)
CompareCatalogVersionsCronJob.sourceVersion attribute defined at extension catalog.value - the sourceVersion@Accessor(qualifier="targetVersion", type=SETTER) public void setTargetVersion(CatalogVersionModel value)
CompareCatalogVersionsCronJob.targetVersion attribute defined at extension catalog.value - the targetVersionCopyright © 2017 SAP SE. All Rights Reserved.