Package de.hybris.platform.cronjob.jalo
Class GeneratedCronJobHistory
- 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.GeneratedCronJobHistory
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
CronJobHistory
public abstract class GeneratedCronJobHistory extends GenericItem
Generated class for typeCronJobHistory
.- 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.String
CRONJOB
Qualifier of theCronJobHistory.cronJob
attributestatic java.lang.String
CRONJOBCODE
Qualifier of theCronJobHistory.cronJobCode
attributeprotected static BidirectionalOneToManyHandler<GeneratedCronJobHistory>
CRONJOBHANDLER
BidirectionalOneToManyHandler
for handling 1:n CRONJOB's relation attributes from 'one' side.static java.lang.String
CRONJOBPOS
Qualifier of theCronJobHistory.cronJobPOS
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
ENDTIME
Qualifier of theCronJobHistory.endTime
attributestatic java.lang.String
FAILUREMESSAGE
Qualifier of theCronJobHistory.failureMessage
attributestatic java.lang.String
JOBCODE
Qualifier of theCronJobHistory.jobCode
attributestatic java.lang.String
NODEID
Qualifier of theCronJobHistory.nodeID
attributestatic java.lang.String
PROGRESS
Qualifier of theCronJobHistory.progress
attributestatic java.lang.String
RESULT
Qualifier of theCronJobHistory.result
attributestatic java.lang.String
SCHEDULED
Qualifier of theCronJobHistory.scheduled
attributestatic java.lang.String
STARTTIME
Qualifier of theCronJobHistory.startTime
attributestatic java.lang.String
STATUS
Qualifier of theCronJobHistory.status
attributestatic java.lang.String
STATUSLINE
Qualifier of theCronJobHistory.statusLine
attributestatic java.lang.String
USERUID
Qualifier of theCronJobHistory.userUid
attribute-
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 GeneratedCronJobHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.CronJob
getCronJob()
Generated method - Getter of theCronJobHistory.cronJob
attribute.CronJob
getCronJob(SessionContext ctx)
Generated method - Getter of theCronJobHistory.cronJob
attribute.java.lang.String
getCronJobCode()
Generated method - Getter of theCronJobHistory.cronJobCode
attribute.java.lang.String
getCronJobCode(SessionContext ctx)
Generated method - Getter of theCronJobHistory.cronJobCode
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.Date
getEndTime()
Generated method - Getter of theCronJobHistory.endTime
attribute.java.util.Date
getEndTime(SessionContext ctx)
Generated method - Getter of theCronJobHistory.endTime
attribute.java.lang.String
getFailureMessage()
Generated method - Getter of theCronJobHistory.failureMessage
attribute.java.lang.String
getFailureMessage(SessionContext ctx)
Generated method - Getter of theCronJobHistory.failureMessage
attribute.java.lang.String
getJobCode()
Generated method - Getter of theCronJobHistory.jobCode
attribute.java.lang.String
getJobCode(SessionContext ctx)
Generated method - Getter of theCronJobHistory.jobCode
attribute.java.lang.Integer
getNodeID()
Generated method - Getter of theCronJobHistory.nodeID
attribute.java.lang.Integer
getNodeID(SessionContext ctx)
Generated method - Getter of theCronJobHistory.nodeID
attribute.int
getNodeIDAsPrimitive()
Generated method - Getter of theCronJobHistory.nodeID
attribute.int
getNodeIDAsPrimitive(SessionContext ctx)
Generated method - Getter of theCronJobHistory.nodeID
attribute.java.lang.Double
getProgress()
Generated method - Getter of theCronJobHistory.progress
attribute.java.lang.Double
getProgress(SessionContext ctx)
Generated method - Getter of theCronJobHistory.progress
attribute.double
getProgressAsPrimitive()
Generated method - Getter of theCronJobHistory.progress
attribute.double
getProgressAsPrimitive(SessionContext ctx)
Generated method - Getter of theCronJobHistory.progress
attribute.EnumerationValue
getResult()
Generated method - Getter of theCronJobHistory.result
attribute.EnumerationValue
getResult(SessionContext ctx)
Generated method - Getter of theCronJobHistory.result
attribute.java.util.Date
getStartTime()
Generated method - Getter of theCronJobHistory.startTime
attribute.java.util.Date
getStartTime(SessionContext ctx)
Generated method - Getter of theCronJobHistory.startTime
attribute.EnumerationValue
getStatus()
Generated method - Getter of theCronJobHistory.status
attribute.EnumerationValue
getStatus(SessionContext ctx)
Generated method - Getter of theCronJobHistory.status
attribute.java.lang.String
getStatusLine()
Generated method - Getter of theCronJobHistory.statusLine
attribute.java.lang.String
getStatusLine(SessionContext ctx)
Generated method - Getter of theCronJobHistory.statusLine
attribute.java.lang.String
getUserUid()
Generated method - Getter of theCronJobHistory.userUid
attribute.java.lang.String
getUserUid(SessionContext ctx)
Generated method - Getter of theCronJobHistory.userUid
attribute.java.lang.Boolean
isScheduled()
Generated method - Getter of theCronJobHistory.scheduled
attribute.java.lang.Boolean
isScheduled(SessionContext ctx)
Generated method - Getter of theCronJobHistory.scheduled
attribute.boolean
isScheduledAsPrimitive()
Generated method - Getter of theCronJobHistory.scheduled
attribute.boolean
isScheduledAsPrimitive(SessionContext ctx)
Generated method - Getter of theCronJobHistory.scheduled
attribute.void
setCronJob(CronJob value)
Generated method - Setter of theCronJobHistory.cronJob
attribute.void
setCronJob(SessionContext ctx, CronJob value)
Generated method - Setter of theCronJobHistory.cronJob
attribute.protected void
setCronJobCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.cronJobCode
attribute.protected void
setCronJobCode(java.lang.String value)
Generated method - Setter of theCronJobHistory.cronJobCode
attribute.void
setEndTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCronJobHistory.endTime
attribute.void
setEndTime(java.util.Date value)
Generated method - Setter of theCronJobHistory.endTime
attribute.void
setFailureMessage(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.failureMessage
attribute.void
setFailureMessage(java.lang.String value)
Generated method - Setter of theCronJobHistory.failureMessage
attribute.protected void
setJobCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.jobCode
attribute.protected void
setJobCode(java.lang.String value)
Generated method - Setter of theCronJobHistory.jobCode
attribute.void
setNodeID(int value)
Generated method - Setter of theCronJobHistory.nodeID
attribute.void
setNodeID(SessionContext ctx, int value)
Generated method - Setter of theCronJobHistory.nodeID
attribute.void
setNodeID(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theCronJobHistory.nodeID
attribute.void
setNodeID(java.lang.Integer value)
Generated method - Setter of theCronJobHistory.nodeID
attribute.void
setProgress(double value)
Generated method - Setter of theCronJobHistory.progress
attribute.void
setProgress(SessionContext ctx, double value)
Generated method - Setter of theCronJobHistory.progress
attribute.void
setProgress(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theCronJobHistory.progress
attribute.void
setProgress(java.lang.Double value)
Generated method - Setter of theCronJobHistory.progress
attribute.void
setResult(EnumerationValue value)
Generated method - Setter of theCronJobHistory.result
attribute.void
setResult(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCronJobHistory.result
attribute.void
setScheduled(boolean value)
Generated method - Setter of theCronJobHistory.scheduled
attribute.void
setScheduled(SessionContext ctx, boolean value)
Generated method - Setter of theCronJobHistory.scheduled
attribute.void
setScheduled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCronJobHistory.scheduled
attribute.void
setScheduled(java.lang.Boolean value)
Generated method - Setter of theCronJobHistory.scheduled
attribute.protected void
setStartTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCronJobHistory.startTime
attribute.protected void
setStartTime(java.util.Date value)
Generated method - Setter of theCronJobHistory.startTime
attribute.void
setStatus(EnumerationValue value)
Generated method - Setter of theCronJobHistory.status
attribute.void
setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCronJobHistory.status
attribute.void
setStatusLine(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.statusLine
attribute.void
setStatusLine(java.lang.String value)
Generated method - Setter of theCronJobHistory.statusLine
attribute.void
setUserUid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.userUid
attribute.void
setUserUid(java.lang.String value)
Generated method - Setter of theCronJobHistory.userUid
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
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
-
CRONJOBCODE
public static final java.lang.String CRONJOBCODE
Qualifier of theCronJobHistory.cronJobCode
attribute- See Also:
- Constant Field Values
-
JOBCODE
public static final java.lang.String JOBCODE
Qualifier of theCronJobHistory.jobCode
attribute- See Also:
- Constant Field Values
-
STARTTIME
public static final java.lang.String STARTTIME
Qualifier of theCronJobHistory.startTime
attribute- See Also:
- Constant Field Values
-
ENDTIME
public static final java.lang.String ENDTIME
Qualifier of theCronJobHistory.endTime
attribute- See Also:
- Constant Field Values
-
NODEID
public static final java.lang.String NODEID
Qualifier of theCronJobHistory.nodeID
attribute- See Also:
- Constant Field Values
-
SCHEDULED
public static final java.lang.String SCHEDULED
Qualifier of theCronJobHistory.scheduled
attribute- See Also:
- Constant Field Values
-
USERUID
public static final java.lang.String USERUID
Qualifier of theCronJobHistory.userUid
attribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theCronJobHistory.status
attribute- See Also:
- Constant Field Values
-
RESULT
public static final java.lang.String RESULT
Qualifier of theCronJobHistory.result
attribute- See Also:
- Constant Field Values
-
FAILUREMESSAGE
public static final java.lang.String FAILUREMESSAGE
Qualifier of theCronJobHistory.failureMessage
attribute- See Also:
- Constant Field Values
-
PROGRESS
public static final java.lang.String PROGRESS
Qualifier of theCronJobHistory.progress
attribute- See Also:
- Constant Field Values
-
STATUSLINE
public static final java.lang.String STATUSLINE
Qualifier of theCronJobHistory.statusLine
attribute- See Also:
- Constant Field Values
-
CRONJOBPOS
public static final java.lang.String CRONJOBPOS
Qualifier of theCronJobHistory.cronJobPOS
attribute- See Also:
- Constant Field Values
-
CRONJOB
public static final java.lang.String CRONJOB
Qualifier of theCronJobHistory.cronJob
attribute- See Also:
- Constant Field Values
-
CRONJOBHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCronJobHistory> CRONJOBHANDLER
BidirectionalOneToManyHandler
for handling 1:n CRONJOB's relation attributes from 'one' 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:
getDefaultAttributeModes
in classItem
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getCronJob
public CronJob getCronJob(SessionContext ctx)
Generated method - Getter of theCronJobHistory.cronJob
attribute.- Returns:
- the cronJob - cronjob
-
getCronJob
public CronJob getCronJob()
Generated method - Getter of theCronJobHistory.cronJob
attribute.- Returns:
- the cronJob - cronjob
-
setCronJob
public void setCronJob(SessionContext ctx, CronJob value)
Generated method - Setter of theCronJobHistory.cronJob
attribute.- Parameters:
value
- the cronJob - cronjob
-
setCronJob
public void setCronJob(CronJob value)
Generated method - Setter of theCronJobHistory.cronJob
attribute.- Parameters:
value
- the cronJob - cronjob
-
getCronJobCode
public java.lang.String getCronJobCode(SessionContext ctx)
Generated method - Getter of theCronJobHistory.cronJobCode
attribute.- Returns:
- the cronJobCode
-
getCronJobCode
public java.lang.String getCronJobCode()
Generated method - Getter of theCronJobHistory.cronJobCode
attribute.- Returns:
- the cronJobCode
-
setCronJobCode
protected void setCronJobCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.cronJobCode
attribute.- Parameters:
value
- the cronJobCode
-
setCronJobCode
protected void setCronJobCode(java.lang.String value)
Generated method - Setter of theCronJobHistory.cronJobCode
attribute.- Parameters:
value
- the cronJobCode
-
getEndTime
public java.util.Date getEndTime(SessionContext ctx)
Generated method - Getter of theCronJobHistory.endTime
attribute.- Returns:
- the endTime
-
getEndTime
public java.util.Date getEndTime()
Generated method - Getter of theCronJobHistory.endTime
attribute.- Returns:
- the endTime
-
setEndTime
public void setEndTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCronJobHistory.endTime
attribute.- Parameters:
value
- the endTime
-
setEndTime
public void setEndTime(java.util.Date value)
Generated method - Setter of theCronJobHistory.endTime
attribute.- Parameters:
value
- the endTime
-
getFailureMessage
public java.lang.String getFailureMessage(SessionContext ctx)
Generated method - Getter of theCronJobHistory.failureMessage
attribute.- Returns:
- the failureMessage
-
getFailureMessage
public java.lang.String getFailureMessage()
Generated method - Getter of theCronJobHistory.failureMessage
attribute.- Returns:
- the failureMessage
-
setFailureMessage
public void setFailureMessage(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.failureMessage
attribute.- Parameters:
value
- the failureMessage
-
setFailureMessage
public void setFailureMessage(java.lang.String value)
Generated method - Setter of theCronJobHistory.failureMessage
attribute.- Parameters:
value
- the failureMessage
-
getJobCode
public java.lang.String getJobCode(SessionContext ctx)
Generated method - Getter of theCronJobHistory.jobCode
attribute.- Returns:
- the jobCode
-
getJobCode
public java.lang.String getJobCode()
Generated method - Getter of theCronJobHistory.jobCode
attribute.- Returns:
- the jobCode
-
setJobCode
protected void setJobCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.jobCode
attribute.- Parameters:
value
- the jobCode
-
setJobCode
protected void setJobCode(java.lang.String value)
Generated method - Setter of theCronJobHistory.jobCode
attribute.- Parameters:
value
- the jobCode
-
getNodeID
public java.lang.Integer getNodeID(SessionContext ctx)
Generated method - Getter of theCronJobHistory.nodeID
attribute.- Returns:
- the nodeID
-
getNodeID
public java.lang.Integer getNodeID()
Generated method - Getter of theCronJobHistory.nodeID
attribute.- Returns:
- the nodeID
-
getNodeIDAsPrimitive
public int getNodeIDAsPrimitive(SessionContext ctx)
Generated method - Getter of theCronJobHistory.nodeID
attribute.- Returns:
- the nodeID
-
getNodeIDAsPrimitive
public int getNodeIDAsPrimitive()
Generated method - Getter of theCronJobHistory.nodeID
attribute.- Returns:
- the nodeID
-
setNodeID
public void setNodeID(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theCronJobHistory.nodeID
attribute.- Parameters:
value
- the nodeID
-
setNodeID
public void setNodeID(java.lang.Integer value)
Generated method - Setter of theCronJobHistory.nodeID
attribute.- Parameters:
value
- the nodeID
-
setNodeID
public void setNodeID(SessionContext ctx, int value)
Generated method - Setter of theCronJobHistory.nodeID
attribute.- Parameters:
value
- the nodeID
-
setNodeID
public void setNodeID(int value)
Generated method - Setter of theCronJobHistory.nodeID
attribute.- Parameters:
value
- the nodeID
-
getProgress
public java.lang.Double getProgress(SessionContext ctx)
Generated method - Getter of theCronJobHistory.progress
attribute.- Returns:
- the progress
-
getProgress
public java.lang.Double getProgress()
Generated method - Getter of theCronJobHistory.progress
attribute.- Returns:
- the progress
-
getProgressAsPrimitive
public double getProgressAsPrimitive(SessionContext ctx)
Generated method - Getter of theCronJobHistory.progress
attribute.- Returns:
- the progress
-
getProgressAsPrimitive
public double getProgressAsPrimitive()
Generated method - Getter of theCronJobHistory.progress
attribute.- Returns:
- the progress
-
setProgress
public void setProgress(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theCronJobHistory.progress
attribute.- Parameters:
value
- the progress
-
setProgress
public void setProgress(java.lang.Double value)
Generated method - Setter of theCronJobHistory.progress
attribute.- Parameters:
value
- the progress
-
setProgress
public void setProgress(SessionContext ctx, double value)
Generated method - Setter of theCronJobHistory.progress
attribute.- Parameters:
value
- the progress
-
setProgress
public void setProgress(double value)
Generated method - Setter of theCronJobHistory.progress
attribute.- Parameters:
value
- the progress
-
getResult
public EnumerationValue getResult(SessionContext ctx)
Generated method - Getter of theCronJobHistory.result
attribute.- Returns:
- the result
-
getResult
public EnumerationValue getResult()
Generated method - Getter of theCronJobHistory.result
attribute.- Returns:
- the result
-
setResult
public void setResult(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCronJobHistory.result
attribute.- Parameters:
value
- the result
-
setResult
public void setResult(EnumerationValue value)
Generated method - Setter of theCronJobHistory.result
attribute.- Parameters:
value
- the result
-
isScheduled
public java.lang.Boolean isScheduled(SessionContext ctx)
Generated method - Getter of theCronJobHistory.scheduled
attribute.- Returns:
- the scheduled
-
isScheduled
public java.lang.Boolean isScheduled()
Generated method - Getter of theCronJobHistory.scheduled
attribute.- Returns:
- the scheduled
-
isScheduledAsPrimitive
public boolean isScheduledAsPrimitive(SessionContext ctx)
Generated method - Getter of theCronJobHistory.scheduled
attribute.- Returns:
- the scheduled
-
isScheduledAsPrimitive
public boolean isScheduledAsPrimitive()
Generated method - Getter of theCronJobHistory.scheduled
attribute.- Returns:
- the scheduled
-
setScheduled
public void setScheduled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCronJobHistory.scheduled
attribute.- Parameters:
value
- the scheduled
-
setScheduled
public void setScheduled(java.lang.Boolean value)
Generated method - Setter of theCronJobHistory.scheduled
attribute.- Parameters:
value
- the scheduled
-
setScheduled
public void setScheduled(SessionContext ctx, boolean value)
Generated method - Setter of theCronJobHistory.scheduled
attribute.- Parameters:
value
- the scheduled
-
setScheduled
public void setScheduled(boolean value)
Generated method - Setter of theCronJobHistory.scheduled
attribute.- Parameters:
value
- the scheduled
-
getStartTime
public java.util.Date getStartTime(SessionContext ctx)
Generated method - Getter of theCronJobHistory.startTime
attribute.- Returns:
- the startTime
-
getStartTime
public java.util.Date getStartTime()
Generated method - Getter of theCronJobHistory.startTime
attribute.- Returns:
- the startTime
-
setStartTime
protected void setStartTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCronJobHistory.startTime
attribute.- Parameters:
value
- the startTime
-
setStartTime
protected void setStartTime(java.util.Date value)
Generated method - Setter of theCronJobHistory.startTime
attribute.- Parameters:
value
- the startTime
-
getStatus
public EnumerationValue getStatus(SessionContext ctx)
Generated method - Getter of theCronJobHistory.status
attribute.- Returns:
- the status
-
getStatus
public EnumerationValue getStatus()
Generated method - Getter of theCronJobHistory.status
attribute.- Returns:
- the status
-
setStatus
public void setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCronJobHistory.status
attribute.- Parameters:
value
- the status
-
setStatus
public void setStatus(EnumerationValue value)
Generated method - Setter of theCronJobHistory.status
attribute.- Parameters:
value
- the status
-
getStatusLine
public java.lang.String getStatusLine(SessionContext ctx)
Generated method - Getter of theCronJobHistory.statusLine
attribute.- Returns:
- the statusLine
-
getStatusLine
public java.lang.String getStatusLine()
Generated method - Getter of theCronJobHistory.statusLine
attribute.- Returns:
- the statusLine
-
setStatusLine
public void setStatusLine(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.statusLine
attribute.- Parameters:
value
- the statusLine
-
setStatusLine
public void setStatusLine(java.lang.String value)
Generated method - Setter of theCronJobHistory.statusLine
attribute.- Parameters:
value
- the statusLine
-
getUserUid
public java.lang.String getUserUid(SessionContext ctx)
Generated method - Getter of theCronJobHistory.userUid
attribute.- Returns:
- the userUid
-
getUserUid
public java.lang.String getUserUid()
Generated method - Getter of theCronJobHistory.userUid
attribute.- Returns:
- the userUid
-
setUserUid
public void setUserUid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCronJobHistory.userUid
attribute.- Parameters:
value
- the userUid
-
setUserUid
public void setUserUid(java.lang.String value)
Generated method - Setter of theCronJobHistory.userUid
attribute.- Parameters:
value
- the userUid
-
-