Package de.hybris.platform.cronjob.jalo
Class GeneratedJob
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.cronjob.jalo.GeneratedJob
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
Job
public abstract class GeneratedJob extends GenericItem
Generated class for typeJob.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACTIVEQualifier of theJob.activeattributestatic java.lang.StringALTERNATIVEDATASOURCEIDQualifier of theJob.alternativeDataSourceIDattributestatic java.lang.StringCHANGERECORDINGENABLEDQualifier of theJob.changeRecordingEnabledattributestatic java.lang.StringCODEQualifier of theJob.codeattributestatic java.lang.StringCRONJOBSQualifier of theJob.cronJobsattributeprotected static OneToManyHandler<CronJob>CRONJOBSHANDLEROneToManyHandlerfor handling 1:n CRONJOBS's relation attributes from 'many' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringEMAILADDRESSQualifier of theJob.emailAddressattributestatic java.lang.StringEMAILNOTIFICATIONTEMPLATEQualifier of theJob.emailNotificationTemplateattributestatic java.lang.StringERRORMODEQualifier of theJob.errorModeattributestatic java.lang.StringLOGLEVELDATABASEQualifier of theJob.logLevelDatabaseattributestatic java.lang.StringLOGLEVELFILEQualifier of theJob.logLevelFileattributestatic java.lang.StringLOGTODATABASEQualifier of theJob.logToDatabaseattributestatic java.lang.StringLOGTOFILEQualifier of theJob.logToFileattributestatic java.lang.StringNODEGROUPQualifier of theJob.nodeGroupattributestatic java.lang.StringNODEIDQualifier of theJob.nodeIDattributestatic java.lang.StringPRIORITYQualifier of theJob.priorityattributestatic java.lang.StringREMOVEONEXITQualifier of theJob.removeOnExitattributestatic java.lang.StringREQUESTABORTQualifier of theJob.requestAbortattributestatic java.lang.StringREQUESTABORTSTEPQualifier of theJob.requestAbortStepattributestatic java.lang.StringRESTRICTIONSQualifier of theJob.restrictionsattributeprotected static OneToManyHandler<JobSearchRestriction>RESTRICTIONSHANDLEROneToManyHandlerfor handling 1:n RESTRICTIONS's relation attributes from 'many' side.static java.lang.StringRETRYQualifier of theJob.retryattributestatic java.lang.StringSENDEMAILQualifier of theJob.sendEmailattributestatic java.lang.StringSESSIONCONTEXTVALUESQualifier of theJob.sessionContextValuesattributestatic java.lang.StringSESSIONCURRENCYQualifier of theJob.sessionCurrencyattributestatic java.lang.StringSESSIONLANGUAGEQualifier of theJob.sessionLanguageattributestatic java.lang.StringSESSIONUSERQualifier of theJob.sessionUserattributestatic java.lang.StringSINGLEEXECUTABLEQualifier of theJob.singleExecutableattributestatic java.lang.StringTRIGGERSQualifier of theJob.triggersattributeprotected static OneToManyHandler<Trigger>TRIGGERSHANDLEROneToManyHandlerfor handling 1:n TRIGGERS's relation attributes from 'many' side.-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToRestrictions(JobSearchRestriction value)Generated method - Addsvalueto restrictions.voidaddToRestrictions(SessionContext ctx, JobSearchRestriction value)Generated method - Addsvalueto restrictions.voidaddToTriggers(Trigger value)Generated method - Addsvalueto triggers.voidaddToTriggers(SessionContext ctx, Trigger value)Generated method - Addsvalueto triggers.java.lang.StringgetAlternativeDataSourceID()Generated method - Getter of theJob.alternativeDataSourceIDattribute.java.lang.StringgetAlternativeDataSourceID(SessionContext ctx)Generated method - Getter of theJob.alternativeDataSourceIDattribute.java.lang.StringgetCode()Generated method - Getter of theJob.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theJob.codeattribute.java.util.Collection<CronJob>getCronJobs()Generated method - Getter of theJob.cronJobsattribute.java.util.Collection<CronJob>getCronJobs(SessionContext ctx)Generated method - Getter of theJob.cronJobsattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetEmailAddress()Generated method - Getter of theJob.emailAddressattribute.java.lang.StringgetEmailAddress(SessionContext ctx)Generated method - Getter of theJob.emailAddressattribute.RendererTemplategetEmailNotificationTemplate()Generated method - Getter of theJob.emailNotificationTemplateattribute.RendererTemplategetEmailNotificationTemplate(SessionContext ctx)Generated method - Getter of theJob.emailNotificationTemplateattribute.EnumerationValuegetErrorMode()Generated method - Getter of theJob.errorModeattribute.EnumerationValuegetErrorMode(SessionContext ctx)Generated method - Getter of theJob.errorModeattribute.EnumerationValuegetLogLevelDatabase()Generated method - Getter of theJob.logLevelDatabaseattribute.EnumerationValuegetLogLevelDatabase(SessionContext ctx)Generated method - Getter of theJob.logLevelDatabaseattribute.EnumerationValuegetLogLevelFile()Generated method - Getter of theJob.logLevelFileattribute.EnumerationValuegetLogLevelFile(SessionContext ctx)Generated method - Getter of theJob.logLevelFileattribute.java.lang.StringgetNodeGroup()Generated method - Getter of theJob.nodeGroupattribute.java.lang.StringgetNodeGroup(SessionContext ctx)Generated method - Getter of theJob.nodeGroupattribute.java.lang.IntegergetNodeID()Generated method - Getter of theJob.nodeIDattribute.java.lang.IntegergetNodeID(SessionContext ctx)Generated method - Getter of theJob.nodeIDattribute.intgetNodeIDAsPrimitive()Generated method - Getter of theJob.nodeIDattribute.intgetNodeIDAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.nodeIDattribute.java.lang.IntegergetPriority()Generated method - Getter of theJob.priorityattribute.java.lang.IntegergetPriority(SessionContext ctx)Generated method - Getter of theJob.priorityattribute.intgetPriorityAsPrimitive()Generated method - Getter of theJob.priorityattribute.intgetPriorityAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.priorityattribute.java.util.List<JobSearchRestriction>getRestrictions()Generated method - Getter of theJob.restrictionsattribute.java.util.List<JobSearchRestriction>getRestrictions(SessionContext ctx)Generated method - Getter of theJob.restrictionsattribute.CurrencygetSessionCurrency()Generated method - Getter of theJob.sessionCurrencyattribute.CurrencygetSessionCurrency(SessionContext ctx)Generated method - Getter of theJob.sessionCurrencyattribute.LanguagegetSessionLanguage()Generated method - Getter of theJob.sessionLanguageattribute.LanguagegetSessionLanguage(SessionContext ctx)Generated method - Getter of theJob.sessionLanguageattribute.UsergetSessionUser()Generated method - Getter of theJob.sessionUserattribute.UsergetSessionUser(SessionContext ctx)Generated method - Getter of theJob.sessionUserattribute.java.util.List<Trigger>getTriggers()Generated method - Getter of theJob.triggersattribute.java.util.List<Trigger>getTriggers(SessionContext ctx)Generated method - Getter of theJob.triggersattribute.java.lang.BooleanisActive()Generated method - Getter of theJob.activeattribute.java.lang.BooleanisActive(SessionContext ctx)Generated method - Getter of theJob.activeattribute.booleanisActiveAsPrimitive()Generated method - Getter of theJob.activeattribute.booleanisActiveAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.activeattribute.java.lang.BooleanisChangeRecordingEnabled()Generated method - Getter of theJob.changeRecordingEnabledattribute.java.lang.BooleanisChangeRecordingEnabled(SessionContext ctx)Generated method - Getter of theJob.changeRecordingEnabledattribute.booleanisChangeRecordingEnabledAsPrimitive()Generated method - Getter of theJob.changeRecordingEnabledattribute.booleanisChangeRecordingEnabledAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.changeRecordingEnabledattribute.java.lang.BooleanisLogToDatabase()Generated method - Getter of theJob.logToDatabaseattribute.java.lang.BooleanisLogToDatabase(SessionContext ctx)Generated method - Getter of theJob.logToDatabaseattribute.booleanisLogToDatabaseAsPrimitive()Generated method - Getter of theJob.logToDatabaseattribute.booleanisLogToDatabaseAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.logToDatabaseattribute.java.lang.BooleanisLogToFile()Generated method - Getter of theJob.logToFileattribute.java.lang.BooleanisLogToFile(SessionContext ctx)Generated method - Getter of theJob.logToFileattribute.booleanisLogToFileAsPrimitive()Generated method - Getter of theJob.logToFileattribute.booleanisLogToFileAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.logToFileattribute.java.lang.BooleanisRemoveOnExit()Generated method - Getter of theJob.removeOnExitattribute.java.lang.BooleanisRemoveOnExit(SessionContext ctx)Generated method - Getter of theJob.removeOnExitattribute.booleanisRemoveOnExitAsPrimitive()Generated method - Getter of theJob.removeOnExitattribute.booleanisRemoveOnExitAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.removeOnExitattribute.java.lang.BooleanisRequestAbort()Generated method - Getter of theJob.requestAbortattribute.java.lang.BooleanisRequestAbort(SessionContext ctx)Generated method - Getter of theJob.requestAbortattribute.booleanisRequestAbortAsPrimitive()Generated method - Getter of theJob.requestAbortattribute.booleanisRequestAbortAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.requestAbortattribute.java.lang.BooleanisRequestAbortStep()Generated method - Getter of theJob.requestAbortStepattribute.java.lang.BooleanisRequestAbortStep(SessionContext ctx)Generated method - Getter of theJob.requestAbortStepattribute.booleanisRequestAbortStepAsPrimitive()Generated method - Getter of theJob.requestAbortStepattribute.booleanisRequestAbortStepAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.requestAbortStepattribute.java.lang.BooleanisRetry()Generated method - Getter of theJob.retryattribute.java.lang.BooleanisRetry(SessionContext ctx)Generated method - Getter of theJob.retryattribute.booleanisRetryAsPrimitive()Generated method - Getter of theJob.retryattribute.booleanisRetryAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.retryattribute.java.lang.BooleanisSendEmail()Generated method - Getter of theJob.sendEmailattribute.java.lang.BooleanisSendEmail(SessionContext ctx)Generated method - Getter of theJob.sendEmailattribute.booleanisSendEmailAsPrimitive()Generated method - Getter of theJob.sendEmailattribute.booleanisSendEmailAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.sendEmailattribute.java.lang.BooleanisSingleExecutable()Generated method - Getter of theJob.singleExecutableattribute.java.lang.BooleanisSingleExecutable(SessionContext ctx)Generated method - Getter of theJob.singleExecutableattribute.booleanisSingleExecutableAsPrimitive()Generated method - Getter of theJob.singleExecutableattribute.booleanisSingleExecutableAsPrimitive(SessionContext ctx)Generated method - Getter of theJob.singleExecutableattribute.voidremoveFromRestrictions(JobSearchRestriction value)Generated method - Removesvaluefrom restrictions.voidremoveFromRestrictions(SessionContext ctx, JobSearchRestriction value)Generated method - Removesvaluefrom restrictions.voidremoveFromTriggers(Trigger value)Generated method - Removesvaluefrom triggers.voidremoveFromTriggers(SessionContext ctx, Trigger value)Generated method - Removesvaluefrom triggers.voidsetActive(boolean value)Generated method - Setter of theJob.activeattribute.voidsetActive(SessionContext ctx, boolean value)Generated method - Setter of theJob.activeattribute.voidsetActive(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.activeattribute.voidsetActive(java.lang.Boolean value)Generated method - Setter of theJob.activeattribute.voidsetAlternativeDataSourceID(SessionContext ctx, java.lang.String value)Generated method - Setter of theJob.alternativeDataSourceIDattribute.voidsetAlternativeDataSourceID(java.lang.String value)Generated method - Setter of theJob.alternativeDataSourceIDattribute.voidsetChangeRecordingEnabled(boolean value)Generated method - Setter of theJob.changeRecordingEnabledattribute.voidsetChangeRecordingEnabled(SessionContext ctx, boolean value)Generated method - Setter of theJob.changeRecordingEnabledattribute.voidsetChangeRecordingEnabled(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.changeRecordingEnabledattribute.voidsetChangeRecordingEnabled(java.lang.Boolean value)Generated method - Setter of theJob.changeRecordingEnabledattribute.voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theJob.codeattribute.voidsetCode(java.lang.String value)Generated method - Setter of theJob.codeattribute.voidsetEmailAddress(SessionContext ctx, java.lang.String value)Generated method - Setter of theJob.emailAddressattribute.voidsetEmailAddress(java.lang.String value)Generated method - Setter of theJob.emailAddressattribute.voidsetEmailNotificationTemplate(RendererTemplate value)Generated method - Setter of theJob.emailNotificationTemplateattribute.voidsetEmailNotificationTemplate(SessionContext ctx, RendererTemplate value)Generated method - Setter of theJob.emailNotificationTemplateattribute.voidsetErrorMode(EnumerationValue value)Generated method - Setter of theJob.errorModeattribute.voidsetErrorMode(SessionContext ctx, EnumerationValue value)Generated method - Setter of theJob.errorModeattribute.voidsetLogLevelDatabase(EnumerationValue value)Generated method - Setter of theJob.logLevelDatabaseattribute.voidsetLogLevelDatabase(SessionContext ctx, EnumerationValue value)Generated method - Setter of theJob.logLevelDatabaseattribute.voidsetLogLevelFile(EnumerationValue value)Generated method - Setter of theJob.logLevelFileattribute.voidsetLogLevelFile(SessionContext ctx, EnumerationValue value)Generated method - Setter of theJob.logLevelFileattribute.voidsetLogToDatabase(boolean value)Generated method - Setter of theJob.logToDatabaseattribute.voidsetLogToDatabase(SessionContext ctx, boolean value)Generated method - Setter of theJob.logToDatabaseattribute.voidsetLogToDatabase(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.logToDatabaseattribute.voidsetLogToDatabase(java.lang.Boolean value)Generated method - Setter of theJob.logToDatabaseattribute.voidsetLogToFile(boolean value)Generated method - Setter of theJob.logToFileattribute.voidsetLogToFile(SessionContext ctx, boolean value)Generated method - Setter of theJob.logToFileattribute.voidsetLogToFile(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.logToFileattribute.voidsetLogToFile(java.lang.Boolean value)Generated method - Setter of theJob.logToFileattribute.voidsetNodeGroup(SessionContext ctx, java.lang.String value)Generated method - Setter of theJob.nodeGroupattribute.voidsetNodeGroup(java.lang.String value)Generated method - Setter of theJob.nodeGroupattribute.protected voidsetNodeID(int value)Generated method - Setter of theJob.nodeIDattribute.protected voidsetNodeID(SessionContext ctx, int value)Generated method - Setter of theJob.nodeIDattribute.protected voidsetNodeID(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theJob.nodeIDattribute.protected voidsetNodeID(java.lang.Integer value)Generated method - Setter of theJob.nodeIDattribute.voidsetPriority(int value)Generated method - Setter of theJob.priorityattribute.voidsetPriority(SessionContext ctx, int value)Generated method - Setter of theJob.priorityattribute.voidsetPriority(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theJob.priorityattribute.voidsetPriority(java.lang.Integer value)Generated method - Setter of theJob.priorityattribute.voidsetRemoveOnExit(boolean value)Generated method - Setter of theJob.removeOnExitattribute.voidsetRemoveOnExit(SessionContext ctx, boolean value)Generated method - Setter of theJob.removeOnExitattribute.voidsetRemoveOnExit(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.removeOnExitattribute.voidsetRemoveOnExit(java.lang.Boolean value)Generated method - Setter of theJob.removeOnExitattribute.voidsetRequestAbort(boolean value)Generated method - Setter of theJob.requestAbortattribute.voidsetRequestAbort(SessionContext ctx, boolean value)Generated method - Setter of theJob.requestAbortattribute.voidsetRequestAbort(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.requestAbortattribute.voidsetRequestAbort(java.lang.Boolean value)Generated method - Setter of theJob.requestAbortattribute.voidsetRequestAbortStep(boolean value)Generated method - Setter of theJob.requestAbortStepattribute.voidsetRequestAbortStep(SessionContext ctx, boolean value)Generated method - Setter of theJob.requestAbortStepattribute.voidsetRequestAbortStep(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.requestAbortStepattribute.voidsetRequestAbortStep(java.lang.Boolean value)Generated method - Setter of theJob.requestAbortStepattribute.voidsetRestrictions(SessionContext ctx, java.util.List<JobSearchRestriction> value)Generated method - Setter of theJob.restrictionsattribute.voidsetRestrictions(java.util.List<JobSearchRestriction> value)Generated method - Setter of theJob.restrictionsattribute.voidsetRetry(boolean value)Generated method - Setter of theJob.retryattribute.voidsetRetry(SessionContext ctx, boolean value)Generated method - Setter of theJob.retryattribute.voidsetRetry(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.retryattribute.voidsetRetry(java.lang.Boolean value)Generated method - Setter of theJob.retryattribute.voidsetSendEmail(boolean value)Generated method - Setter of theJob.sendEmailattribute.voidsetSendEmail(SessionContext ctx, boolean value)Generated method - Setter of theJob.sendEmailattribute.voidsetSendEmail(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.sendEmailattribute.voidsetSendEmail(java.lang.Boolean value)Generated method - Setter of theJob.sendEmailattribute.voidsetSessionCurrency(Currency value)Generated method - Setter of theJob.sessionCurrencyattribute.voidsetSessionCurrency(SessionContext ctx, Currency value)Generated method - Setter of theJob.sessionCurrencyattribute.voidsetSessionLanguage(Language value)Generated method - Setter of theJob.sessionLanguageattribute.voidsetSessionLanguage(SessionContext ctx, Language value)Generated method - Setter of theJob.sessionLanguageattribute.voidsetSessionUser(SessionContext ctx, User value)Generated method - Setter of theJob.sessionUserattribute.voidsetSessionUser(User value)Generated method - Setter of theJob.sessionUserattribute.voidsetSingleExecutable(boolean value)Generated method - Setter of theJob.singleExecutableattribute.voidsetSingleExecutable(SessionContext ctx, boolean value)Generated method - Setter of theJob.singleExecutableattribute.voidsetSingleExecutable(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theJob.singleExecutableattribute.voidsetSingleExecutable(java.lang.Boolean value)Generated method - Setter of theJob.singleExecutableattribute.voidsetTriggers(SessionContext ctx, java.util.List<Trigger> value)Generated method - Setter of theJob.triggersattribute.voidsetTriggers(java.util.List<Trigger> value)Generated method - Setter of theJob.triggersattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theJob.codeattribute- See Also:
- Constant Field Values
-
NODEID
public static final java.lang.String NODEID
Qualifier of theJob.nodeIDattribute- See Also:
- Constant Field Values
-
NODEGROUP
public static final java.lang.String NODEGROUP
Qualifier of theJob.nodeGroupattribute- See Also:
- Constant Field Values
-
ERRORMODE
public static final java.lang.String ERRORMODE
Qualifier of theJob.errorModeattribute- See Also:
- Constant Field Values
-
LOGTOFILE
public static final java.lang.String LOGTOFILE
Qualifier of theJob.logToFileattribute- See Also:
- Constant Field Values
-
LOGTODATABASE
public static final java.lang.String LOGTODATABASE
Qualifier of theJob.logToDatabaseattribute- See Also:
- Constant Field Values
-
LOGLEVELFILE
public static final java.lang.String LOGLEVELFILE
Qualifier of theJob.logLevelFileattribute- See Also:
- Constant Field Values
-
LOGLEVELDATABASE
public static final java.lang.String LOGLEVELDATABASE
Qualifier of theJob.logLevelDatabaseattribute- See Also:
- Constant Field Values
-
SESSIONUSER
public static final java.lang.String SESSIONUSER
Qualifier of theJob.sessionUserattribute- See Also:
- Constant Field Values
-
SESSIONLANGUAGE
public static final java.lang.String SESSIONLANGUAGE
Qualifier of theJob.sessionLanguageattribute- See Also:
- Constant Field Values
-
SESSIONCURRENCY
public static final java.lang.String SESSIONCURRENCY
Qualifier of theJob.sessionCurrencyattribute- See Also:
- Constant Field Values
-
SESSIONCONTEXTVALUES
public static final java.lang.String SESSIONCONTEXTVALUES
Qualifier of theJob.sessionContextValuesattribute- See Also:
- Constant Field Values
-
ACTIVE
public static final java.lang.String ACTIVE
Qualifier of theJob.activeattribute- See Also:
- Constant Field Values
-
RETRY
public static final java.lang.String RETRY
Qualifier of theJob.retryattribute- See Also:
- Constant Field Values
-
SINGLEEXECUTABLE
public static final java.lang.String SINGLEEXECUTABLE
Qualifier of theJob.singleExecutableattribute- See Also:
- Constant Field Values
-
EMAILADDRESS
public static final java.lang.String EMAILADDRESS
Qualifier of theJob.emailAddressattribute- See Also:
- Constant Field Values
-
SENDEMAIL
public static final java.lang.String SENDEMAIL
Qualifier of theJob.sendEmailattribute- See Also:
- Constant Field Values
-
CHANGERECORDINGENABLED
public static final java.lang.String CHANGERECORDINGENABLED
Qualifier of theJob.changeRecordingEnabledattribute- See Also:
- Constant Field Values
-
REQUESTABORT
public static final java.lang.String REQUESTABORT
Qualifier of theJob.requestAbortattribute- See Also:
- Constant Field Values
-
REQUESTABORTSTEP
public static final java.lang.String REQUESTABORTSTEP
Qualifier of theJob.requestAbortStepattribute- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
Qualifier of theJob.priorityattribute- See Also:
- Constant Field Values
-
REMOVEONEXIT
public static final java.lang.String REMOVEONEXIT
Qualifier of theJob.removeOnExitattribute- See Also:
- Constant Field Values
-
EMAILNOTIFICATIONTEMPLATE
public static final java.lang.String EMAILNOTIFICATIONTEMPLATE
Qualifier of theJob.emailNotificationTemplateattribute- See Also:
- Constant Field Values
-
ALTERNATIVEDATASOURCEID
public static final java.lang.String ALTERNATIVEDATASOURCEID
Qualifier of theJob.alternativeDataSourceIDattribute- See Also:
- Constant Field Values
-
RESTRICTIONS
public static final java.lang.String RESTRICTIONS
Qualifier of theJob.restrictionsattribute- See Also:
- Constant Field Values
-
TRIGGERS
public static final java.lang.String TRIGGERS
Qualifier of theJob.triggersattribute- See Also:
- Constant Field Values
-
CRONJOBS
public static final java.lang.String CRONJOBS
Qualifier of theJob.cronJobsattribute- See Also:
- Constant Field Values
-
RESTRICTIONSHANDLER
protected static final OneToManyHandler<JobSearchRestriction> RESTRICTIONSHANDLER
OneToManyHandlerfor handling 1:n RESTRICTIONS's relation attributes from 'many' side.
-
TRIGGERSHANDLER
protected static final OneToManyHandler<Trigger> TRIGGERSHANDLER
OneToManyHandlerfor handling 1:n TRIGGERS's relation attributes from 'many' side.
-
CRONJOBSHANDLER
protected static final OneToManyHandler<CronJob> CRONJOBSHANDLER
OneToManyHandlerfor handling 1:n CRONJOBS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classItem
-
isActive
public java.lang.Boolean isActive(SessionContext ctx)
Generated method - Getter of theJob.activeattribute.- Returns:
- the active
-
isActive
public java.lang.Boolean isActive()
Generated method - Getter of theJob.activeattribute.- Returns:
- the active
-
isActiveAsPrimitive
public boolean isActiveAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.activeattribute.- Returns:
- the active
-
isActiveAsPrimitive
public boolean isActiveAsPrimitive()
Generated method - Getter of theJob.activeattribute.- Returns:
- the active
-
setActive
public void setActive(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.activeattribute.- Parameters:
value- the active
-
setActive
public void setActive(java.lang.Boolean value)
Generated method - Setter of theJob.activeattribute.- Parameters:
value- the active
-
setActive
public void setActive(SessionContext ctx, boolean value)
Generated method - Setter of theJob.activeattribute.- Parameters:
value- the active
-
setActive
public void setActive(boolean value)
Generated method - Setter of theJob.activeattribute.- Parameters:
value- the active
-
getAlternativeDataSourceID
public java.lang.String getAlternativeDataSourceID(SessionContext ctx)
Generated method - Getter of theJob.alternativeDataSourceIDattribute.- Returns:
- the alternativeDataSourceID
-
getAlternativeDataSourceID
public java.lang.String getAlternativeDataSourceID()
Generated method - Getter of theJob.alternativeDataSourceIDattribute.- Returns:
- the alternativeDataSourceID
-
setAlternativeDataSourceID
public void setAlternativeDataSourceID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theJob.alternativeDataSourceIDattribute.- Parameters:
value- the alternativeDataSourceID
-
setAlternativeDataSourceID
public void setAlternativeDataSourceID(java.lang.String value)
Generated method - Setter of theJob.alternativeDataSourceIDattribute.- Parameters:
value- the alternativeDataSourceID
-
isChangeRecordingEnabled
public java.lang.Boolean isChangeRecordingEnabled(SessionContext ctx)
Generated method - Getter of theJob.changeRecordingEnabledattribute.- Returns:
- the changeRecordingEnabled
-
isChangeRecordingEnabled
public java.lang.Boolean isChangeRecordingEnabled()
Generated method - Getter of theJob.changeRecordingEnabledattribute.- Returns:
- the changeRecordingEnabled
-
isChangeRecordingEnabledAsPrimitive
public boolean isChangeRecordingEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.changeRecordingEnabledattribute.- Returns:
- the changeRecordingEnabled
-
isChangeRecordingEnabledAsPrimitive
public boolean isChangeRecordingEnabledAsPrimitive()
Generated method - Getter of theJob.changeRecordingEnabledattribute.- Returns:
- the changeRecordingEnabled
-
setChangeRecordingEnabled
public void setChangeRecordingEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.changeRecordingEnabledattribute.- Parameters:
value- the changeRecordingEnabled
-
setChangeRecordingEnabled
public void setChangeRecordingEnabled(java.lang.Boolean value)
Generated method - Setter of theJob.changeRecordingEnabledattribute.- Parameters:
value- the changeRecordingEnabled
-
setChangeRecordingEnabled
public void setChangeRecordingEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theJob.changeRecordingEnabledattribute.- Parameters:
value- the changeRecordingEnabled
-
setChangeRecordingEnabled
public void setChangeRecordingEnabled(boolean value)
Generated method - Setter of theJob.changeRecordingEnabledattribute.- Parameters:
value- the changeRecordingEnabled
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theJob.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theJob.codeattribute.- Returns:
- the code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theJob.codeattribute.- Parameters:
value- the code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theJob.codeattribute.- Parameters:
value- the code
-
getCronJobs
public java.util.Collection<CronJob> getCronJobs(SessionContext ctx)
Generated method - Getter of theJob.cronJobsattribute.- Returns:
- the cronJobs - CronJobs the job is assigned to
-
getCronJobs
public java.util.Collection<CronJob> getCronJobs()
Generated method - Getter of theJob.cronJobsattribute.- Returns:
- the cronJobs - CronJobs the job is assigned to
-
getEmailAddress
public java.lang.String getEmailAddress(SessionContext ctx)
Generated method - Getter of theJob.emailAddressattribute.- Returns:
- the emailAddress
-
getEmailAddress
public java.lang.String getEmailAddress()
Generated method - Getter of theJob.emailAddressattribute.- Returns:
- the emailAddress
-
setEmailAddress
public void setEmailAddress(SessionContext ctx, java.lang.String value)
Generated method - Setter of theJob.emailAddressattribute.- Parameters:
value- the emailAddress
-
setEmailAddress
public void setEmailAddress(java.lang.String value)
Generated method - Setter of theJob.emailAddressattribute.- Parameters:
value- the emailAddress
-
getEmailNotificationTemplate
public RendererTemplate getEmailNotificationTemplate(SessionContext ctx)
Generated method - Getter of theJob.emailNotificationTemplateattribute.- Returns:
- the emailNotificationTemplate
-
getEmailNotificationTemplate
public RendererTemplate getEmailNotificationTemplate()
Generated method - Getter of theJob.emailNotificationTemplateattribute.- Returns:
- the emailNotificationTemplate
-
setEmailNotificationTemplate
public void setEmailNotificationTemplate(SessionContext ctx, RendererTemplate value)
Generated method - Setter of theJob.emailNotificationTemplateattribute.- Parameters:
value- the emailNotificationTemplate
-
setEmailNotificationTemplate
public void setEmailNotificationTemplate(RendererTemplate value)
Generated method - Setter of theJob.emailNotificationTemplateattribute.- Parameters:
value- the emailNotificationTemplate
-
getErrorMode
public EnumerationValue getErrorMode(SessionContext ctx)
Generated method - Getter of theJob.errorModeattribute.- Returns:
- the errorMode - the error mode. @since 2.10
-
getErrorMode
public EnumerationValue getErrorMode()
Generated method - Getter of theJob.errorModeattribute.- Returns:
- the errorMode - the error mode. @since 2.10
-
setErrorMode
public void setErrorMode(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theJob.errorModeattribute.- Parameters:
value- the errorMode - the error mode. @since 2.10
-
setErrorMode
public void setErrorMode(EnumerationValue value)
Generated method - Setter of theJob.errorModeattribute.- Parameters:
value- the errorMode - the error mode. @since 2.10
-
getLogLevelDatabase
public EnumerationValue getLogLevelDatabase(SessionContext ctx)
Generated method - Getter of theJob.logLevelDatabaseattribute.- Returns:
- the logLevelDatabase
-
getLogLevelDatabase
public EnumerationValue getLogLevelDatabase()
Generated method - Getter of theJob.logLevelDatabaseattribute.- Returns:
- the logLevelDatabase
-
setLogLevelDatabase
public void setLogLevelDatabase(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theJob.logLevelDatabaseattribute.- Parameters:
value- the logLevelDatabase
-
setLogLevelDatabase
public void setLogLevelDatabase(EnumerationValue value)
Generated method - Setter of theJob.logLevelDatabaseattribute.- Parameters:
value- the logLevelDatabase
-
getLogLevelFile
public EnumerationValue getLogLevelFile(SessionContext ctx)
Generated method - Getter of theJob.logLevelFileattribute.- Returns:
- the logLevelFile
-
getLogLevelFile
public EnumerationValue getLogLevelFile()
Generated method - Getter of theJob.logLevelFileattribute.- Returns:
- the logLevelFile
-
setLogLevelFile
public void setLogLevelFile(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theJob.logLevelFileattribute.- Parameters:
value- the logLevelFile
-
setLogLevelFile
public void setLogLevelFile(EnumerationValue value)
Generated method - Setter of theJob.logLevelFileattribute.- Parameters:
value- the logLevelFile
-
isLogToDatabase
public java.lang.Boolean isLogToDatabase(SessionContext ctx)
Generated method - Getter of theJob.logToDatabaseattribute.- Returns:
- the logToDatabase
-
isLogToDatabase
public java.lang.Boolean isLogToDatabase()
Generated method - Getter of theJob.logToDatabaseattribute.- Returns:
- the logToDatabase
-
isLogToDatabaseAsPrimitive
public boolean isLogToDatabaseAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.logToDatabaseattribute.- Returns:
- the logToDatabase
-
isLogToDatabaseAsPrimitive
public boolean isLogToDatabaseAsPrimitive()
Generated method - Getter of theJob.logToDatabaseattribute.- Returns:
- the logToDatabase
-
setLogToDatabase
public void setLogToDatabase(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.logToDatabaseattribute.- Parameters:
value- the logToDatabase
-
setLogToDatabase
public void setLogToDatabase(java.lang.Boolean value)
Generated method - Setter of theJob.logToDatabaseattribute.- Parameters:
value- the logToDatabase
-
setLogToDatabase
public void setLogToDatabase(SessionContext ctx, boolean value)
Generated method - Setter of theJob.logToDatabaseattribute.- Parameters:
value- the logToDatabase
-
setLogToDatabase
public void setLogToDatabase(boolean value)
Generated method - Setter of theJob.logToDatabaseattribute.- Parameters:
value- the logToDatabase
-
isLogToFile
public java.lang.Boolean isLogToFile(SessionContext ctx)
Generated method - Getter of theJob.logToFileattribute.- Returns:
- the logToFile
-
isLogToFile
public java.lang.Boolean isLogToFile()
Generated method - Getter of theJob.logToFileattribute.- Returns:
- the logToFile
-
isLogToFileAsPrimitive
public boolean isLogToFileAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.logToFileattribute.- Returns:
- the logToFile
-
isLogToFileAsPrimitive
public boolean isLogToFileAsPrimitive()
Generated method - Getter of theJob.logToFileattribute.- Returns:
- the logToFile
-
setLogToFile
public void setLogToFile(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.logToFileattribute.- Parameters:
value- the logToFile
-
setLogToFile
public void setLogToFile(java.lang.Boolean value)
Generated method - Setter of theJob.logToFileattribute.- Parameters:
value- the logToFile
-
setLogToFile
public void setLogToFile(SessionContext ctx, boolean value)
Generated method - Setter of theJob.logToFileattribute.- Parameters:
value- the logToFile
-
setLogToFile
public void setLogToFile(boolean value)
Generated method - Setter of theJob.logToFileattribute.- Parameters:
value- the logToFile
-
getNodeGroup
public java.lang.String getNodeGroup(SessionContext ctx)
Generated method - Getter of theJob.nodeGroupattribute.- Returns:
- the nodeGroup
-
getNodeGroup
public java.lang.String getNodeGroup()
Generated method - Getter of theJob.nodeGroupattribute.- Returns:
- the nodeGroup
-
setNodeGroup
public void setNodeGroup(SessionContext ctx, java.lang.String value)
Generated method - Setter of theJob.nodeGroupattribute.- Parameters:
value- the nodeGroup
-
setNodeGroup
public void setNodeGroup(java.lang.String value)
Generated method - Setter of theJob.nodeGroupattribute.- Parameters:
value- the nodeGroup
-
getNodeID
public java.lang.Integer getNodeID(SessionContext ctx)
Generated method - Getter of theJob.nodeIDattribute.- Returns:
- the nodeID - Node ID
-
getNodeID
public java.lang.Integer getNodeID()
Generated method - Getter of theJob.nodeIDattribute.- Returns:
- the nodeID - Node ID
-
getNodeIDAsPrimitive
public int getNodeIDAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.nodeIDattribute.- Returns:
- the nodeID - Node ID
-
getNodeIDAsPrimitive
public int getNodeIDAsPrimitive()
Generated method - Getter of theJob.nodeIDattribute.- Returns:
- the nodeID - Node ID
-
setNodeID
protected void setNodeID(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theJob.nodeIDattribute.- Parameters:
value- the nodeID - Node ID
-
setNodeID
protected void setNodeID(java.lang.Integer value)
Generated method - Setter of theJob.nodeIDattribute.- Parameters:
value- the nodeID - Node ID
-
setNodeID
protected void setNodeID(SessionContext ctx, int value)
Generated method - Setter of theJob.nodeIDattribute.- Parameters:
value- the nodeID - Node ID
-
setNodeID
protected void setNodeID(int value)
Generated method - Setter of theJob.nodeIDattribute.- Parameters:
value- the nodeID - Node ID
-
getPriority
public java.lang.Integer getPriority(SessionContext ctx)
Generated method - Getter of theJob.priorityattribute.- Returns:
- the priority - the priority. @since 2.10
-
getPriority
public java.lang.Integer getPriority()
Generated method - Getter of theJob.priorityattribute.- Returns:
- the priority - the priority. @since 2.10
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.priorityattribute.- Returns:
- the priority - the priority. @since 2.10
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive()
Generated method - Getter of theJob.priorityattribute.- Returns:
- the priority - the priority. @since 2.10
-
setPriority
public void setPriority(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theJob.priorityattribute.- Parameters:
value- the priority - the priority. @since 2.10
-
setPriority
public void setPriority(java.lang.Integer value)
Generated method - Setter of theJob.priorityattribute.- Parameters:
value- the priority - the priority. @since 2.10
-
setPriority
public void setPriority(SessionContext ctx, int value)
Generated method - Setter of theJob.priorityattribute.- Parameters:
value- the priority - the priority. @since 2.10
-
setPriority
public void setPriority(int value)
Generated method - Setter of theJob.priorityattribute.- Parameters:
value- the priority - the priority. @since 2.10
-
isRemoveOnExit
public java.lang.Boolean isRemoveOnExit(SessionContext ctx)
Generated method - Getter of theJob.removeOnExitattribute.- Returns:
- the removeOnExit
-
isRemoveOnExit
public java.lang.Boolean isRemoveOnExit()
Generated method - Getter of theJob.removeOnExitattribute.- Returns:
- the removeOnExit
-
isRemoveOnExitAsPrimitive
public boolean isRemoveOnExitAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.removeOnExitattribute.- Returns:
- the removeOnExit
-
isRemoveOnExitAsPrimitive
public boolean isRemoveOnExitAsPrimitive()
Generated method - Getter of theJob.removeOnExitattribute.- Returns:
- the removeOnExit
-
setRemoveOnExit
public void setRemoveOnExit(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.removeOnExitattribute.- Parameters:
value- the removeOnExit
-
setRemoveOnExit
public void setRemoveOnExit(java.lang.Boolean value)
Generated method - Setter of theJob.removeOnExitattribute.- Parameters:
value- the removeOnExit
-
setRemoveOnExit
public void setRemoveOnExit(SessionContext ctx, boolean value)
Generated method - Setter of theJob.removeOnExitattribute.- Parameters:
value- the removeOnExit
-
setRemoveOnExit
public void setRemoveOnExit(boolean value)
Generated method - Setter of theJob.removeOnExitattribute.- Parameters:
value- the removeOnExit
-
isRequestAbort
public java.lang.Boolean isRequestAbort(SessionContext ctx)
Generated method - Getter of theJob.requestAbortattribute.- Returns:
- the requestAbort
-
isRequestAbort
public java.lang.Boolean isRequestAbort()
Generated method - Getter of theJob.requestAbortattribute.- Returns:
- the requestAbort
-
isRequestAbortAsPrimitive
public boolean isRequestAbortAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.requestAbortattribute.- Returns:
- the requestAbort
-
isRequestAbortAsPrimitive
public boolean isRequestAbortAsPrimitive()
Generated method - Getter of theJob.requestAbortattribute.- Returns:
- the requestAbort
-
setRequestAbort
public void setRequestAbort(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.requestAbortattribute.- Parameters:
value- the requestAbort
-
setRequestAbort
public void setRequestAbort(java.lang.Boolean value)
Generated method - Setter of theJob.requestAbortattribute.- Parameters:
value- the requestAbort
-
setRequestAbort
public void setRequestAbort(SessionContext ctx, boolean value)
Generated method - Setter of theJob.requestAbortattribute.- Parameters:
value- the requestAbort
-
setRequestAbort
public void setRequestAbort(boolean value)
Generated method - Setter of theJob.requestAbortattribute.- Parameters:
value- the requestAbort
-
isRequestAbortStep
public java.lang.Boolean isRequestAbortStep(SessionContext ctx)
Generated method - Getter of theJob.requestAbortStepattribute.- Returns:
- the requestAbortStep
-
isRequestAbortStep
public java.lang.Boolean isRequestAbortStep()
Generated method - Getter of theJob.requestAbortStepattribute.- Returns:
- the requestAbortStep
-
isRequestAbortStepAsPrimitive
public boolean isRequestAbortStepAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.requestAbortStepattribute.- Returns:
- the requestAbortStep
-
isRequestAbortStepAsPrimitive
public boolean isRequestAbortStepAsPrimitive()
Generated method - Getter of theJob.requestAbortStepattribute.- Returns:
- the requestAbortStep
-
setRequestAbortStep
public void setRequestAbortStep(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.requestAbortStepattribute.- Parameters:
value- the requestAbortStep
-
setRequestAbortStep
public void setRequestAbortStep(java.lang.Boolean value)
Generated method - Setter of theJob.requestAbortStepattribute.- Parameters:
value- the requestAbortStep
-
setRequestAbortStep
public void setRequestAbortStep(SessionContext ctx, boolean value)
Generated method - Setter of theJob.requestAbortStepattribute.- Parameters:
value- the requestAbortStep
-
setRequestAbortStep
public void setRequestAbortStep(boolean value)
Generated method - Setter of theJob.requestAbortStepattribute.- Parameters:
value- the requestAbortStep
-
getRestrictions
public java.util.List<JobSearchRestriction> getRestrictions(SessionContext ctx)
Generated method - Getter of theJob.restrictionsattribute.- Returns:
- the restrictions - processed steps
-
getRestrictions
public java.util.List<JobSearchRestriction> getRestrictions()
Generated method - Getter of theJob.restrictionsattribute.- Returns:
- the restrictions - processed steps
-
setRestrictions
public void setRestrictions(SessionContext ctx, java.util.List<JobSearchRestriction> value)
Generated method - Setter of theJob.restrictionsattribute.- Parameters:
value- the restrictions - processed steps
-
setRestrictions
public void setRestrictions(java.util.List<JobSearchRestriction> value)
Generated method - Setter of theJob.restrictionsattribute.- Parameters:
value- the restrictions - processed steps
-
addToRestrictions
public void addToRestrictions(SessionContext ctx, JobSearchRestriction value)
Generated method - Addsvalueto restrictions.- Parameters:
value- the item to add to restrictions - processed steps
-
addToRestrictions
public void addToRestrictions(JobSearchRestriction value)
Generated method - Addsvalueto restrictions.- Parameters:
value- the item to add to restrictions - processed steps
-
removeFromRestrictions
public void removeFromRestrictions(SessionContext ctx, JobSearchRestriction value)
Generated method - Removesvaluefrom restrictions.- Parameters:
value- the item to remove from restrictions - processed steps
-
removeFromRestrictions
public void removeFromRestrictions(JobSearchRestriction value)
Generated method - Removesvaluefrom restrictions.- Parameters:
value- the item to remove from restrictions - processed steps
-
isRetry
public java.lang.Boolean isRetry(SessionContext ctx)
Generated method - Getter of theJob.retryattribute.- Returns:
- the retry
-
isRetry
public java.lang.Boolean isRetry()
Generated method - Getter of theJob.retryattribute.- Returns:
- the retry
-
isRetryAsPrimitive
public boolean isRetryAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.retryattribute.- Returns:
- the retry
-
isRetryAsPrimitive
public boolean isRetryAsPrimitive()
Generated method - Getter of theJob.retryattribute.- Returns:
- the retry
-
setRetry
public void setRetry(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.retryattribute.- Parameters:
value- the retry
-
setRetry
public void setRetry(java.lang.Boolean value)
Generated method - Setter of theJob.retryattribute.- Parameters:
value- the retry
-
setRetry
public void setRetry(SessionContext ctx, boolean value)
Generated method - Setter of theJob.retryattribute.- Parameters:
value- the retry
-
setRetry
public void setRetry(boolean value)
Generated method - Setter of theJob.retryattribute.- Parameters:
value- the retry
-
isSendEmail
public java.lang.Boolean isSendEmail(SessionContext ctx)
Generated method - Getter of theJob.sendEmailattribute.- Returns:
- the sendEmail
-
isSendEmail
public java.lang.Boolean isSendEmail()
Generated method - Getter of theJob.sendEmailattribute.- Returns:
- the sendEmail
-
isSendEmailAsPrimitive
public boolean isSendEmailAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.sendEmailattribute.- Returns:
- the sendEmail
-
isSendEmailAsPrimitive
public boolean isSendEmailAsPrimitive()
Generated method - Getter of theJob.sendEmailattribute.- Returns:
- the sendEmail
-
setSendEmail
public void setSendEmail(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.sendEmailattribute.- Parameters:
value- the sendEmail
-
setSendEmail
public void setSendEmail(java.lang.Boolean value)
Generated method - Setter of theJob.sendEmailattribute.- Parameters:
value- the sendEmail
-
setSendEmail
public void setSendEmail(SessionContext ctx, boolean value)
Generated method - Setter of theJob.sendEmailattribute.- Parameters:
value- the sendEmail
-
setSendEmail
public void setSendEmail(boolean value)
Generated method - Setter of theJob.sendEmailattribute.- Parameters:
value- the sendEmail
-
getSessionCurrency
public Currency getSessionCurrency(SessionContext ctx)
Generated method - Getter of theJob.sessionCurrencyattribute.- Returns:
- the sessionCurrency
-
getSessionCurrency
public Currency getSessionCurrency()
Generated method - Getter of theJob.sessionCurrencyattribute.- Returns:
- the sessionCurrency
-
setSessionCurrency
public void setSessionCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theJob.sessionCurrencyattribute.- Parameters:
value- the sessionCurrency
-
setSessionCurrency
public void setSessionCurrency(Currency value)
Generated method - Setter of theJob.sessionCurrencyattribute.- Parameters:
value- the sessionCurrency
-
getSessionLanguage
public Language getSessionLanguage(SessionContext ctx)
Generated method - Getter of theJob.sessionLanguageattribute.- Returns:
- the sessionLanguage
-
getSessionLanguage
public Language getSessionLanguage()
Generated method - Getter of theJob.sessionLanguageattribute.- Returns:
- the sessionLanguage
-
setSessionLanguage
public void setSessionLanguage(SessionContext ctx, Language value)
Generated method - Setter of theJob.sessionLanguageattribute.- Parameters:
value- the sessionLanguage
-
setSessionLanguage
public void setSessionLanguage(Language value)
Generated method - Setter of theJob.sessionLanguageattribute.- Parameters:
value- the sessionLanguage
-
getSessionUser
public User getSessionUser(SessionContext ctx)
Generated method - Getter of theJob.sessionUserattribute.- Returns:
- the sessionUser
-
getSessionUser
public User getSessionUser()
Generated method - Getter of theJob.sessionUserattribute.- Returns:
- the sessionUser
-
setSessionUser
public void setSessionUser(SessionContext ctx, User value)
Generated method - Setter of theJob.sessionUserattribute.- Parameters:
value- the sessionUser
-
setSessionUser
public void setSessionUser(User value)
Generated method - Setter of theJob.sessionUserattribute.- Parameters:
value- the sessionUser
-
isSingleExecutable
public java.lang.Boolean isSingleExecutable(SessionContext ctx)
Generated method - Getter of theJob.singleExecutableattribute.- Returns:
- the singleExecutable
-
isSingleExecutable
public java.lang.Boolean isSingleExecutable()
Generated method - Getter of theJob.singleExecutableattribute.- Returns:
- the singleExecutable
-
isSingleExecutableAsPrimitive
public boolean isSingleExecutableAsPrimitive(SessionContext ctx)
Generated method - Getter of theJob.singleExecutableattribute.- Returns:
- the singleExecutable
-
isSingleExecutableAsPrimitive
public boolean isSingleExecutableAsPrimitive()
Generated method - Getter of theJob.singleExecutableattribute.- Returns:
- the singleExecutable
-
setSingleExecutable
public void setSingleExecutable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theJob.singleExecutableattribute.- Parameters:
value- the singleExecutable
-
setSingleExecutable
public void setSingleExecutable(java.lang.Boolean value)
Generated method - Setter of theJob.singleExecutableattribute.- Parameters:
value- the singleExecutable
-
setSingleExecutable
public void setSingleExecutable(SessionContext ctx, boolean value)
Generated method - Setter of theJob.singleExecutableattribute.- Parameters:
value- the singleExecutable
-
setSingleExecutable
public void setSingleExecutable(boolean value)
Generated method - Setter of theJob.singleExecutableattribute.- Parameters:
value- the singleExecutable
-
getTriggers
public java.util.List<Trigger> getTriggers(SessionContext ctx)
Generated method - Getter of theJob.triggersattribute.- Returns:
- the triggers - list of triggers
-
getTriggers
public java.util.List<Trigger> getTriggers()
Generated method - Getter of theJob.triggersattribute.- Returns:
- the triggers - list of triggers
-
setTriggers
public void setTriggers(SessionContext ctx, java.util.List<Trigger> value)
Generated method - Setter of theJob.triggersattribute.- Parameters:
value- the triggers - list of triggers
-
setTriggers
public void setTriggers(java.util.List<Trigger> value)
Generated method - Setter of theJob.triggersattribute.- Parameters:
value- the triggers - list of triggers
-
addToTriggers
public void addToTriggers(SessionContext ctx, Trigger value)
Generated method - Addsvalueto triggers.- Parameters:
value- the item to add to triggers - list of triggers
-
addToTriggers
public void addToTriggers(Trigger value)
Generated method - Addsvalueto triggers.- Parameters:
value- the item to add to triggers - list of triggers
-
removeFromTriggers
public void removeFromTriggers(SessionContext ctx, Trigger value)
Generated method - Removesvaluefrom triggers.- Parameters:
value- the item to remove from triggers - list of triggers
-
removeFromTriggers
public void removeFromTriggers(Trigger value)
Generated method - Removesvaluefrom triggers.- Parameters:
value- the item to remove from triggers - list of triggers
-
-