public class CompareCatalogVersionsCronJobModel extends CronJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
MAXPRICETOLERANCE
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.maxPriceTolerance attribute defined at extension catalog. |
static java.lang.String |
MISSINGPRODUCTS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.missingProducts attribute defined at extension catalog. |
static java.lang.String |
NEWPRODUCTS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.newProducts attribute defined at extension catalog. |
static java.lang.String |
OVERWRITEPRODUCTAPPROVALSTATUS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.overwriteProductApprovalStatus attribute defined at extension catalog. |
static java.lang.String |
PRICECOMPARECUSTOMER
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.priceCompareCustomer attribute defined at extension catalog. |
static java.lang.String |
PROCESSEDITEMSCOUNT
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.processedItemsCount attribute defined at extension catalog. |
static java.lang.String |
SEARCHMISSINGCATEGORIES
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog. |
static java.lang.String |
SEARCHMISSINGPRODUCTS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog. |
static java.lang.String |
SEARCHNEWCATEGORIES
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog. |
static java.lang.String |
SEARCHNEWPRODUCTS
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog. |
static java.lang.String |
SEARCHPRICEDIFFERENCES
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.searchPriceDifferences attribute defined at extension catalog. |
static java.lang.String |
SOURCEVERSION
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.sourceVersion attribute defined at extension catalog. |
static java.lang.String |
TARGETVERSION
Generated constant - Attribute key of
CompareCatalogVersionsCronJob.targetVersion attribute defined at extension catalog. |
_JOBCRONJOBRELATION, ACTIVE, ACTIVECRONJOBHISTORY, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CHANGES, CODE, CRONJOBHISTORYENTRIES, CURRENTSTEP, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ENDTIME, ERRORMODE, FILESCOUNT, FILESDAYSOLD, FILESOPERATOR, JOB, LOGFILES, LOGLEVELDATABASE, LOGLEVELFILE, LOGS, LOGSCOUNT, LOGSDAYSOLD, LOGSOPERATOR, LOGTEXT, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PENDINGSTEPS, PRIORITY, PROCESSEDSTEPS, QUERYCOUNT, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESULT, RETRY, RUNNINGONCLUSTERNODE, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, STARTTIME, STATUS, TIMETABLE, TRIGGERS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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 |
|---|---|
java.lang.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. |
java.lang.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. |
java.lang.Boolean |
getSearchMissingCategories()
Generated method - Getter of the
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog. |
java.lang.Boolean |
getSearchMissingProducts()
Generated method - Getter of the
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog. |
java.lang.Boolean |
getSearchNewCategories()
Generated method - Getter of the
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog. |
java.lang.Boolean |
getSearchNewProducts()
Generated method - Getter of the
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog. |
java.lang.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(java.lang.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(java.lang.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(java.lang.Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog. |
void |
setSearchMissingProducts(java.lang.Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog. |
void |
setSearchNewCategories(java.lang.Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog. |
void |
setSearchNewProducts(java.lang.Boolean value)
Generated method - Setter of
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog. |
void |
setSearchPriceDifferences(java.lang.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, getActiveCronJobHistory, getAlternativeDataSourceID, getChangeRecordingEnabled, getChanges, getCode, getCronJobHistoryEntries, getCurrentStep, getEmailAddress, getEmailNotificationTemplate, getEndTime, getErrorMode, getFilesCount, getFilesDaysOld, getFilesOperator, getJob, getLogFiles, getLogLevelDatabase, getLogLevelFile, getLogs, getLogsCount, getLogsDaysOld, getLogsOperator, getLogText, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPendingSteps, getPriority, getProcessedSteps, getQueryCount, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getResult, getRetry, getRunningOnClusterNode, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getStartTime, getStatus, getTimeTable, getTriggers, setActive, setActiveCronJobHistory, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setCronJobHistoryEntries, setEmailAddress, setEmailNotificationTemplate, setEndTime, setErrorMode, setFilesCount, setFilesDaysOld, setFilesOperator, setJob, setLogFiles, setLogLevelDatabase, setLogLevelFile, setLogsCount, setLogsDaysOld, setLogsOperator, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPendingSteps, setPriority, setProcessedSteps, setQueryCount, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setResult, setRetry, setRunningOnClusterNode, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setStartTime, setStatus, setTriggersgetComments, 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 PROCESSEDITEMSCOUNT
CompareCatalogVersionsCronJob.processedItemsCount attribute defined at extension catalog.public static final java.lang.String SOURCEVERSION
CompareCatalogVersionsCronJob.sourceVersion attribute defined at extension catalog.public static final java.lang.String TARGETVERSION
CompareCatalogVersionsCronJob.targetVersion attribute defined at extension catalog.public static final java.lang.String MISSINGPRODUCTS
CompareCatalogVersionsCronJob.missingProducts attribute defined at extension catalog.public static final java.lang.String NEWPRODUCTS
CompareCatalogVersionsCronJob.newProducts attribute defined at extension catalog.public static final java.lang.String MAXPRICETOLERANCE
CompareCatalogVersionsCronJob.maxPriceTolerance attribute defined at extension catalog.public static final java.lang.String SEARCHMISSINGPRODUCTS
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog.public static final java.lang.String SEARCHMISSINGCATEGORIES
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog.public static final java.lang.String SEARCHNEWPRODUCTS
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog.public static final java.lang.String SEARCHNEWCATEGORIES
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog.public static final java.lang.String SEARCHPRICEDIFFERENCES
CompareCatalogVersionsCronJob.searchPriceDifferences attribute defined at extension catalog.public static final java.lang.String OVERWRITEPRODUCTAPPROVALSTATUS
CompareCatalogVersionsCronJob.overwriteProductApprovalStatus attribute defined at extension catalog.public static final java.lang.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 java.lang.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 java.lang.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 java.lang.Boolean getSearchMissingCategories()
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog.@Accessor(qualifier="searchMissingProducts", type=GETTER) public java.lang.Boolean getSearchMissingProducts()
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog.@Accessor(qualifier="searchNewCategories", type=GETTER) public java.lang.Boolean getSearchNewCategories()
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog.@Accessor(qualifier="searchNewProducts", type=GETTER) public java.lang.Boolean getSearchNewProducts()
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog.@Accessor(qualifier="searchPriceDifferences", type=GETTER) public java.lang.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(java.lang.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(java.lang.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(java.lang.Boolean value)
CompareCatalogVersionsCronJob.searchMissingCategories attribute defined at extension catalog.value - the searchMissingCategories@Accessor(qualifier="searchMissingProducts", type=SETTER) public void setSearchMissingProducts(java.lang.Boolean value)
CompareCatalogVersionsCronJob.searchMissingProducts attribute defined at extension catalog.value - the searchMissingProducts@Accessor(qualifier="searchNewCategories", type=SETTER) public void setSearchNewCategories(java.lang.Boolean value)
CompareCatalogVersionsCronJob.searchNewCategories attribute defined at extension catalog.value - the searchNewCategories@Accessor(qualifier="searchNewProducts", type=SETTER) public void setSearchNewProducts(java.lang.Boolean value)
CompareCatalogVersionsCronJob.searchNewProducts attribute defined at extension catalog.value - the searchNewProducts@Accessor(qualifier="searchPriceDifferences", type=SETTER) public void setSearchPriceDifferences(java.lang.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 © 2018 SAP SE. All Rights Reserved.