Package de.hybris.platform.cronjob.jalo
Class GeneratedProcessTaskLogMaintenanceJob
- 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
-
- de.hybris.platform.cronjob.jalo.Job
-
- de.hybris.platform.servicelayer.internal.jalo.GeneratedServicelayerJob
-
- de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob
-
- de.hybris.platform.cronjob.jalo.GeneratedProcessTaskLogMaintenanceJob
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
ProcessTaskLogMaintenanceJob
public abstract class GeneratedProcessTaskLogMaintenanceJob extends ServicelayerJob
Generated class for typeProcessTaskLogMaintenanceJob.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.cronjob.jalo.Job
Job.JobFileLogContainer, Job.Synchronicity
-
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.StringAGEQualifier of theProcessTaskLogMaintenanceJob.ageattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringNUMBEROFLOGSQualifier of theProcessTaskLogMaintenanceJob.numberOfLogsattributestatic java.lang.StringQUERYCOUNTQualifier of theProcessTaskLogMaintenanceJob.queryCountattribute-
Fields inherited from class de.hybris.platform.servicelayer.internal.jalo.GeneratedServicelayerJob
SPRINGID, SPRINGIDCRONJOBFACTORY
-
Fields inherited from class de.hybris.platform.cronjob.jalo.Job
CTX_CURRENTCRONJOB, CTX_CURRENTJOB
-
Fields inherited from class de.hybris.platform.cronjob.jalo.GeneratedJob
ACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CODE, CRONJOBS, CRONJOBSHANDLER, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ERRORMODE, LOGLEVELDATABASE, LOGLEVELFILE, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PRIORITY, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESTRICTIONS, RESTRICTIONSHANDLER, RETRY, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, TRIGGERS, TRIGGERSHANDLER
-
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 GeneratedProcessTaskLogMaintenanceJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAge()Generated method - Getter of theProcessTaskLogMaintenanceJob.ageattribute.java.lang.IntegergetAge(SessionContext ctx)Generated method - Getter of theProcessTaskLogMaintenanceJob.ageattribute.intgetAgeAsPrimitive()Generated method - Getter of theProcessTaskLogMaintenanceJob.ageattribute.intgetAgeAsPrimitive(SessionContext ctx)Generated method - Getter of theProcessTaskLogMaintenanceJob.ageattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.IntegergetNumberOfLogs()Generated method - Getter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.java.lang.IntegergetNumberOfLogs(SessionContext ctx)Generated method - Getter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.intgetNumberOfLogsAsPrimitive()Generated method - Getter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.intgetNumberOfLogsAsPrimitive(SessionContext ctx)Generated method - Getter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.java.lang.IntegergetQueryCount()Generated method - Getter of theProcessTaskLogMaintenanceJob.queryCountattribute.java.lang.IntegergetQueryCount(SessionContext ctx)Generated method - Getter of theProcessTaskLogMaintenanceJob.queryCountattribute.intgetQueryCountAsPrimitive()Generated method - Getter of theProcessTaskLogMaintenanceJob.queryCountattribute.intgetQueryCountAsPrimitive(SessionContext ctx)Generated method - Getter of theProcessTaskLogMaintenanceJob.queryCountattribute.voidsetAge(int value)Generated method - Setter of theProcessTaskLogMaintenanceJob.ageattribute.voidsetAge(SessionContext ctx, int value)Generated method - Setter of theProcessTaskLogMaintenanceJob.ageattribute.voidsetAge(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theProcessTaskLogMaintenanceJob.ageattribute.voidsetAge(java.lang.Integer value)Generated method - Setter of theProcessTaskLogMaintenanceJob.ageattribute.voidsetNumberOfLogs(int value)Generated method - Setter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.voidsetNumberOfLogs(SessionContext ctx, int value)Generated method - Setter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.voidsetNumberOfLogs(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.voidsetNumberOfLogs(java.lang.Integer value)Generated method - Setter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.voidsetQueryCount(int value)Generated method - Setter of theProcessTaskLogMaintenanceJob.queryCountattribute.voidsetQueryCount(SessionContext ctx, int value)Generated method - Setter of theProcessTaskLogMaintenanceJob.queryCountattribute.voidsetQueryCount(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theProcessTaskLogMaintenanceJob.queryCountattribute.voidsetQueryCount(java.lang.Integer value)Generated method - Setter of theProcessTaskLogMaintenanceJob.queryCountattribute.-
Methods inherited from class de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob
canPerform, canUndo, getPerformable, isAbortable, performCronJob
-
Methods inherited from class de.hybris.platform.servicelayer.internal.jalo.GeneratedServicelayerJob
getSpringId, getSpringId, getSpringIdCronJobFactory, getSpringIdCronJobFactory, setSpringId, setSpringId, setSpringIdCronJobFactory, setSpringIdCronJobFactory
-
Methods inherited from class de.hybris.platform.cronjob.jalo.Job
checkRemovable, configureCronjob, createItem, createLogContext, debug, error, fatal, getConfigAttributes, getCronJobsByCode, getCronJobsByCode, getCurrentLogContainer, getEffectiveLogLevel, getNonInitialAttributes, info, isDebugEnabled, isEnabledFor, isErrorEnabled, isInfoEnabled, isPerformable, isPerformable, isUndoable, isWarnEnabled, jobIsCurrentlyRunning, log, logToFile, perform, perform, perform, prepareAfterFinishEvent, prepareBeforeStartEvent, remove, saveToLogFile, sendFinishedEvent, sendStartEvent, setCode, setCronJobs, setCurrentLogContainer, setNonInitialAttributes, startOwnSession, stopOwnSession, switchDataSource, undo, undo, undoCronJob, unsetAlternativeDataSource, unsetCurrentLogContainer, warn
-
Methods inherited from class de.hybris.platform.cronjob.jalo.GeneratedJob
addToRestrictions, addToRestrictions, addToTriggers, addToTriggers, getAlternativeDataSourceID, getAlternativeDataSourceID, getCode, getCode, getCronJobs, getCronJobs, getEmailAddress, getEmailAddress, getEmailNotificationTemplate, getEmailNotificationTemplate, getErrorMode, getErrorMode, getLogLevelDatabase, getLogLevelDatabase, getLogLevelFile, getLogLevelFile, getNodeGroup, getNodeGroup, getNodeID, getNodeID, getNodeIDAsPrimitive, getNodeIDAsPrimitive, getPriority, getPriority, getPriorityAsPrimitive, getPriorityAsPrimitive, getRestrictions, getRestrictions, getSessionCurrency, getSessionCurrency, getSessionLanguage, getSessionLanguage, getSessionUser, getSessionUser, getTriggers, getTriggers, isActive, isActive, isActiveAsPrimitive, isActiveAsPrimitive, isChangeRecordingEnabled, isChangeRecordingEnabled, isChangeRecordingEnabledAsPrimitive, isChangeRecordingEnabledAsPrimitive, isLogToDatabase, isLogToDatabase, isLogToDatabaseAsPrimitive, isLogToDatabaseAsPrimitive, isLogToFile, isLogToFile, isLogToFileAsPrimitive, isLogToFileAsPrimitive, isRemoveOnExit, isRemoveOnExit, isRemoveOnExitAsPrimitive, isRemoveOnExitAsPrimitive, isRequestAbort, isRequestAbort, isRequestAbortAsPrimitive, isRequestAbortAsPrimitive, isRequestAbortStep, isRequestAbortStep, isRequestAbortStepAsPrimitive, isRequestAbortStepAsPrimitive, isRetry, isRetry, isRetryAsPrimitive, isRetryAsPrimitive, isSendEmail, isSendEmail, isSendEmailAsPrimitive, isSendEmailAsPrimitive, isSingleExecutable, isSingleExecutable, isSingleExecutableAsPrimitive, isSingleExecutableAsPrimitive, removeFromRestrictions, removeFromRestrictions, removeFromTriggers, removeFromTriggers, setActive, setActive, setActive, setActive, setAlternativeDataSourceID, setAlternativeDataSourceID, setChangeRecordingEnabled, setChangeRecordingEnabled, setChangeRecordingEnabled, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailAddress, setEmailNotificationTemplate, setEmailNotificationTemplate, setErrorMode, setErrorMode, setLogLevelDatabase, setLogLevelDatabase, setLogLevelFile, setLogLevelFile, setLogToDatabase, setLogToDatabase, setLogToDatabase, setLogToDatabase, setLogToFile, setLogToFile, setLogToFile, setLogToFile, setNodeGroup, setNodeGroup, setNodeID, setNodeID, setNodeID, setNodeID, setPriority, setPriority, setPriority, setPriority, setRemoveOnExit, setRemoveOnExit, setRemoveOnExit, setRemoveOnExit, setRequestAbort, setRequestAbort, setRequestAbort, setRequestAbort, setRequestAbortStep, setRequestAbortStep, setRequestAbortStep, setRequestAbortStep, setRestrictions, setRestrictions, setRetry, setRetry, setRetry, setRetry, setSendEmail, setSendEmail, setSendEmail, setSendEmail, setSessionCurrency, setSessionCurrency, setSessionLanguage, setSessionLanguage, setSessionUser, setSessionUser, setSingleExecutable, setSingleExecutable, setSingleExecutable, setSingleExecutable, setTriggers, setTriggers
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getRelatedItems, 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, 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, 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, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
AGE
public static final java.lang.String AGE
Qualifier of theProcessTaskLogMaintenanceJob.ageattribute- See Also:
- Constant Field Values
-
NUMBEROFLOGS
public static final java.lang.String NUMBEROFLOGS
Qualifier of theProcessTaskLogMaintenanceJob.numberOfLogsattribute- See Also:
- Constant Field Values
-
QUERYCOUNT
public static final java.lang.String QUERYCOUNT
Qualifier of theProcessTaskLogMaintenanceJob.queryCountattribute- See Also:
- Constant Field Values
-
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 classGeneratedServicelayerJob
-
getAge
public java.lang.Integer getAge(SessionContext ctx)
Generated method - Getter of theProcessTaskLogMaintenanceJob.ageattribute.- Returns:
- the age
-
getAge
public java.lang.Integer getAge()
Generated method - Getter of theProcessTaskLogMaintenanceJob.ageattribute.- Returns:
- the age
-
getAgeAsPrimitive
public int getAgeAsPrimitive(SessionContext ctx)
Generated method - Getter of theProcessTaskLogMaintenanceJob.ageattribute.- Returns:
- the age
-
getAgeAsPrimitive
public int getAgeAsPrimitive()
Generated method - Getter of theProcessTaskLogMaintenanceJob.ageattribute.- Returns:
- the age
-
setAge
public void setAge(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.ageattribute.- Parameters:
value- the age
-
setAge
public void setAge(java.lang.Integer value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.ageattribute.- Parameters:
value- the age
-
setAge
public void setAge(SessionContext ctx, int value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.ageattribute.- Parameters:
value- the age
-
setAge
public void setAge(int value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.ageattribute.- Parameters:
value- the age
-
getNumberOfLogs
public java.lang.Integer getNumberOfLogs(SessionContext ctx)
Generated method - Getter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.- Returns:
- the numberOfLogs
-
getNumberOfLogs
public java.lang.Integer getNumberOfLogs()
Generated method - Getter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.- Returns:
- the numberOfLogs
-
getNumberOfLogsAsPrimitive
public int getNumberOfLogsAsPrimitive(SessionContext ctx)
Generated method - Getter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.- Returns:
- the numberOfLogs
-
getNumberOfLogsAsPrimitive
public int getNumberOfLogsAsPrimitive()
Generated method - Getter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.- Returns:
- the numberOfLogs
-
setNumberOfLogs
public void setNumberOfLogs(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.- Parameters:
value- the numberOfLogs
-
setNumberOfLogs
public void setNumberOfLogs(java.lang.Integer value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.- Parameters:
value- the numberOfLogs
-
setNumberOfLogs
public void setNumberOfLogs(SessionContext ctx, int value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.- Parameters:
value- the numberOfLogs
-
setNumberOfLogs
public void setNumberOfLogs(int value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.numberOfLogsattribute.- Parameters:
value- the numberOfLogs
-
getQueryCount
public java.lang.Integer getQueryCount(SessionContext ctx)
Generated method - Getter of theProcessTaskLogMaintenanceJob.queryCountattribute.- Returns:
- the queryCount - Maximum number of items that can be retrieved form DB and thus removed
-
getQueryCount
public java.lang.Integer getQueryCount()
Generated method - Getter of theProcessTaskLogMaintenanceJob.queryCountattribute.- Returns:
- the queryCount - Maximum number of items that can be retrieved form DB and thus removed
-
getQueryCountAsPrimitive
public int getQueryCountAsPrimitive(SessionContext ctx)
Generated method - Getter of theProcessTaskLogMaintenanceJob.queryCountattribute.- Returns:
- the queryCount - Maximum number of items that can be retrieved form DB and thus removed
-
getQueryCountAsPrimitive
public int getQueryCountAsPrimitive()
Generated method - Getter of theProcessTaskLogMaintenanceJob.queryCountattribute.- Returns:
- the queryCount - Maximum number of items that can be retrieved form DB and thus removed
-
setQueryCount
public void setQueryCount(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.queryCountattribute.- Parameters:
value- the queryCount - Maximum number of items that can be retrieved form DB and thus removed
-
setQueryCount
public void setQueryCount(java.lang.Integer value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.queryCountattribute.- Parameters:
value- the queryCount - Maximum number of items that can be retrieved form DB and thus removed
-
setQueryCount
public void setQueryCount(SessionContext ctx, int value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.queryCountattribute.- Parameters:
value- the queryCount - Maximum number of items that can be retrieved form DB and thus removed
-
setQueryCount
public void setQueryCount(int value)
Generated method - Setter of theProcessTaskLogMaintenanceJob.queryCountattribute.- Parameters:
value- the queryCount - Maximum number of items that can be retrieved form DB and thus removed
-
-