Class GeneratedExportDataCronJob
- 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.GeneratedCronJob
-
- de.hybris.platform.cronjob.jalo.CronJob
-
- de.hybris.platform.acceleratorservices.jalo.export.GeneratedExportDataCronJob
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
ExportDataCronJob
public abstract class GeneratedExportDataCronJob extends CronJob
Generated class for typeExportDataCronJob.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.cronjob.jalo.CronJob
CronJob.CronJobResult, CronJob.CronJobThreadSettings
-
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.StringBASESTOREQualifier of theExportDataCronJob.baseStoreattributestatic java.lang.StringCMSSITEQualifier of theExportDataCronJob.cmsSiteattributestatic java.lang.StringCURRENCYQualifier of theExportDataCronJob.currencyattributestatic java.lang.StringDATAGENERATIONPIPELINEQualifier of theExportDataCronJob.dataGenerationPipelineattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringHISTORYENTRIESQualifier of theExportDataCronJob.historyEntriesattributeprotected static OneToManyHandler<ExportDataHistoryEntry>HISTORYENTRIESHANDLEROneToManyHandlerfor handling 1:n HISTORYENTRIES's relation attributes from 'many' side.protected static BidirectionalOneToManyHandler<GeneratedExportDataCronJob>JOBHANDLERBidirectionalOneToManyHandlerfor handling 1:n JOB's relation attributes from 'one' side.static java.lang.StringLANGUAGEQualifier of theExportDataCronJob.languageattributestatic java.lang.StringTHIRDPARTYHOSTQualifier of theExportDataCronJob.thirdPartyHostattributestatic java.lang.StringTHIRDPARTYPASSWORDQualifier of theExportDataCronJob.thirdPartyPasswordattributestatic java.lang.StringTHIRDPARTYUSERNAMEQualifier of theExportDataCronJob.thirdPartyUsernameattributestatic java.lang.StringUSERQualifier of theExportDataCronJob.userattribute-
Fields inherited from class de.hybris.platform.cronjob.jalo.CronJob
CFG_FILTERED_CTX_ATTRIBUTES
-
Fields inherited from class de.hybris.platform.cronjob.jalo.GeneratedCronJob
ACTIVE, ACTIVECRONJOBHISTORY, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CHANGES, CODE, CRONJOBHISTORYENTRIES, CRONJOBHISTORYENTRIESHANDLER, CRONJOBPENDINGSTEPSRELATION_MARKMODIFIED, CRONJOBPENDINGSTEPSRELATION_SRC_ORDERED, CRONJOBPENDINGSTEPSRELATION_TGT_ORDERED, CRONJOBPROCESSEDSTEPSRELATION_MARKMODIFIED, CRONJOBPROCESSEDSTEPSRELATION_SRC_ORDERED, CRONJOBPROCESSEDSTEPSRELATION_TGT_ORDERED, CURRENTSTEP, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ENDTIME, ERRORMODE, FILESCOUNT, FILESDAYSOLD, FILESOPERATOR, JOB, LOGFILES, LOGLEVELDATABASE, LOGLEVELFILE, LOGS, LOGSCOUNT, LOGSDAYSOLD, LOGSHANDLER, LOGSOPERATOR, LOGTEXT, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PENDINGSTEPS, PRIORITY, PROCESSEDSTEPS, QUERYCOUNT, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESULT, RETRY, RUNNINGONCLUSTERNODE, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, STARTTIME, STATUS, 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 GeneratedExportDataCronJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToHistoryEntries(ExportDataHistoryEntry value)Generated method - Addsvalueto historyEntries.voidaddToHistoryEntries(SessionContext ctx, ExportDataHistoryEntry value)Generated method - Addsvalueto historyEntries.protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.BaseStoregetBaseStore()Generated method - Getter of theExportDataCronJob.baseStoreattribute.BaseStoregetBaseStore(SessionContext ctx)Generated method - Getter of theExportDataCronJob.baseStoreattribute.CMSSitegetCmsSite()Generated method - Getter of theExportDataCronJob.cmsSiteattribute.CMSSitegetCmsSite(SessionContext ctx)Generated method - Getter of theExportDataCronJob.cmsSiteattribute.CurrencygetCurrency()Generated method - Getter of theExportDataCronJob.currencyattribute.CurrencygetCurrency(SessionContext ctx)Generated method - Getter of theExportDataCronJob.currencyattribute.java.lang.StringgetDataGenerationPipeline()Generated method - Getter of theExportDataCronJob.dataGenerationPipelineattribute.java.lang.StringgetDataGenerationPipeline(SessionContext ctx)Generated method - Getter of theExportDataCronJob.dataGenerationPipelineattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.util.List<ExportDataHistoryEntry>getHistoryEntries()Generated method - Getter of theExportDataCronJob.historyEntriesattribute.java.util.List<ExportDataHistoryEntry>getHistoryEntries(SessionContext ctx)Generated method - Getter of theExportDataCronJob.historyEntriesattribute.LanguagegetLanguage()Generated method - Getter of theExportDataCronJob.languageattribute.LanguagegetLanguage(SessionContext ctx)Generated method - Getter of theExportDataCronJob.languageattribute.java.lang.StringgetThirdPartyHost()Generated method - Getter of theExportDataCronJob.thirdPartyHostattribute.java.lang.StringgetThirdPartyHost(SessionContext ctx)Generated method - Getter of theExportDataCronJob.thirdPartyHostattribute.java.lang.StringgetThirdPartyPassword()Generated method - Getter of theExportDataCronJob.thirdPartyPasswordattribute.java.lang.StringgetThirdPartyPassword(SessionContext ctx)Generated method - Getter of theExportDataCronJob.thirdPartyPasswordattribute.java.lang.StringgetThirdPartyUsername()Generated method - Getter of theExportDataCronJob.thirdPartyUsernameattribute.java.lang.StringgetThirdPartyUsername(SessionContext ctx)Generated method - Getter of theExportDataCronJob.thirdPartyUsernameattribute.UsergetUser()Generated method - Getter of theExportDataCronJob.userattribute.UsergetUser(SessionContext ctx)Generated method - Getter of theExportDataCronJob.userattribute.voidremoveFromHistoryEntries(ExportDataHistoryEntry value)Generated method - Removesvaluefrom historyEntries.voidremoveFromHistoryEntries(SessionContext ctx, ExportDataHistoryEntry value)Generated method - Removesvaluefrom historyEntries.voidsetBaseStore(SessionContext ctx, BaseStore value)Generated method - Setter of theExportDataCronJob.baseStoreattribute.voidsetBaseStore(BaseStore value)Generated method - Setter of theExportDataCronJob.baseStoreattribute.voidsetCmsSite(CMSSite value)Generated method - Setter of theExportDataCronJob.cmsSiteattribute.voidsetCmsSite(SessionContext ctx, CMSSite value)Generated method - Setter of theExportDataCronJob.cmsSiteattribute.voidsetCurrency(Currency value)Generated method - Setter of theExportDataCronJob.currencyattribute.voidsetCurrency(SessionContext ctx, Currency value)Generated method - Setter of theExportDataCronJob.currencyattribute.protected voidsetDataGenerationPipeline(SessionContext ctx, java.lang.String value)Generated method - Setter of theExportDataCronJob.dataGenerationPipelineattribute.protected voidsetDataGenerationPipeline(java.lang.String value)Generated method - Setter of theExportDataCronJob.dataGenerationPipelineattribute.voidsetHistoryEntries(SessionContext ctx, java.util.List<ExportDataHistoryEntry> value)Generated method - Setter of theExportDataCronJob.historyEntriesattribute.voidsetHistoryEntries(java.util.List<ExportDataHistoryEntry> value)Generated method - Setter of theExportDataCronJob.historyEntriesattribute.voidsetLanguage(Language value)Generated method - Setter of theExportDataCronJob.languageattribute.voidsetLanguage(SessionContext ctx, Language value)Generated method - Setter of theExportDataCronJob.languageattribute.voidsetThirdPartyHost(SessionContext ctx, java.lang.String value)Generated method - Setter of theExportDataCronJob.thirdPartyHostattribute.voidsetThirdPartyHost(java.lang.String value)Generated method - Setter of theExportDataCronJob.thirdPartyHostattribute.voidsetThirdPartyPassword(SessionContext ctx, java.lang.String value)Generated method - Setter of theExportDataCronJob.thirdPartyPasswordattribute.voidsetThirdPartyPassword(java.lang.String value)Generated method - Setter of theExportDataCronJob.thirdPartyPasswordattribute.voidsetThirdPartyUsername(SessionContext ctx, java.lang.String value)Generated method - Setter of theExportDataCronJob.thirdPartyUsernameattribute.voidsetThirdPartyUsername(java.lang.String value)Generated method - Setter of theExportDataCronJob.thirdPartyUsernameattribute.voidsetUser(SessionContext ctx, User value)Generated method - Setter of theExportDataCronJob.userattribute.voidsetUser(User value)Generated method - Setter of theExportDataCronJob.userattribute.-
Methods inherited from class de.hybris.platform.cronjob.jalo.CronJob
activateCronJobThreadSettings, addChangeDescriptor, addChangeDescriptor, addChangeDescriptor, addChangeDescriptor, addChangeListener, addLog, addLog, addLog, addLog, addLog, addToCounter, addToPendingSteps, addToPendingSteps, addToProcessedSteps, addToProcessedSteps, adjustAttributes, checkLogLevel, convertEnumToLogLevel, convertLogLevelToEnum, createNewLogFile, createRunOnceTrigger, createSessionForCronJob, currentStepDone, filterSessionContextValuesFromCronJob, finalizeCronJobHistory, getAbortedStatus, getAbortResult, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getChanges, getCounter, getCronJobThreadSettings, getCurrentlyExecutingCronJob, getCurrentlyExecutingCronJobFailSave, getDebugLogLevel, getErrorLogLevel, getErrorResult, getFailureResult, getFatalLogLevel, getFinishedEmailBody, getFinishedResult, getFinishedStatus, getInfoLogLevel, getLogFiles, getLogLevelDatabase, getLogLevelFile, getLogs, getLogText, getMostRecentChange, getNextChangeNumber, getPausedResult, getPausedStatus, getRendererNotificationContext, getRunningRestartStatus, getRunningStatus, getSuccessResult, getTimeTable, getTimeTable, getUndoFinishedResult, getUnknownLogLevel, getUnknownResult, getUnknownStatus, getWarnLogLevel, hasCurrentlyExecutingCronJob, instantiateCronJobHistory, isAbortable, isEnabledFor, isFinished, isPaused, isRunning, isRunningRestart, mustRunOnOtherNode, notifyChangeListeners, remove, removeAllChangeListener, removeChangeListener, resetCounter, resetFinishedCronJob, sendEmail, setAborted, setCronJobResult, setCurrentlyExecutingCronJob, setCurrentStep, setEndTime, setIsEnabledForCheckDifference, setJob, setLogFiles, setNodeGroup, setNodeID, setPaused, setRequestAbort, setResult, setRunning, setRunningRestart, setStartTime, setStatus, toString, tryToStop, unsetCronJobThreadSettings, unsetCurrentlyExecutingCronJob
-
Methods inherited from class de.hybris.platform.cronjob.jalo.GeneratedCronJob
addToCronJobHistoryEntries, addToCronJobHistoryEntries, addToTriggers, addToTriggers, getActiveCronJobHistory, getActiveCronJobHistory, getAlternativeDataSourceID, getAlternativeDataSourceID, getChanges, getCode, getCode, getCronJobHistoryEntries, getCronJobHistoryEntries, getCurrentStep, getCurrentStep, getEmailAddress, getEmailAddress, getEmailNotificationTemplate, getEmailNotificationTemplate, getEndTime, getEndTime, getErrorMode, getErrorMode, getFilesCount, getFilesCount, getFilesCountAsPrimitive, getFilesCountAsPrimitive, getFilesDaysOld, getFilesDaysOld, getFilesDaysOldAsPrimitive, getFilesDaysOldAsPrimitive, getFilesOperator, getFilesOperator, getJob, getJob, getLogFiles, getLogLevelDatabase, getLogLevelFile, getLogs, getLogs, getLogsCount, getLogsCount, getLogsCountAsPrimitive, getLogsCountAsPrimitive, getLogsDaysOld, getLogsDaysOld, getLogsDaysOldAsPrimitive, getLogsDaysOldAsPrimitive, getLogsOperator, getLogsOperator, getLogText, getNodeGroup, getNodeGroup, getNodeID, getNodeID, getNodeIDAsPrimitive, getNodeIDAsPrimitive, getPendingSteps, getPendingSteps, getPendingStepsCount, getPendingStepsCount, getPriority, getPriority, getPriorityAsPrimitive, getPriorityAsPrimitive, getProcessedSteps, getProcessedSteps, getProcessedStepsCount, getProcessedStepsCount, getQueryCount, getQueryCount, getQueryCountAsPrimitive, getQueryCountAsPrimitive, getResult, getResult, getRunningOnClusterNode, getRunningOnClusterNode, getRunningOnClusterNodeAsPrimitive, getRunningOnClusterNodeAsPrimitive, getSessionCurrency, getSessionCurrency, getSessionLanguage, getSessionLanguage, getSessionUser, getSessionUser, getStartTime, getStartTime, getStatus, getStatus, getTriggers, getTriggers, isActive, isActive, isActiveAsPrimitive, isActiveAsPrimitive, isChangeRecordingEnabled, isChangeRecordingEnabled, isChangeRecordingEnabledAsPrimitive, isChangeRecordingEnabledAsPrimitive, isLogToDatabase, isLogToDatabase, isLogToDatabaseAsPrimitive, isLogToDatabaseAsPrimitive, isLogToFile, isLogToFile, isLogToFileAsPrimitive, isLogToFileAsPrimitive, isMarkModifiedDisabled, isRemoveOnExit, isRemoveOnExit, isRemoveOnExitAsPrimitive, isRemoveOnExitAsPrimitive, isRequestAbort, isRequestAbort, isRequestAbortAsPrimitive, isRequestAbortAsPrimitive, isRequestAbortStep, isRequestAbortStep, isRequestAbortStepAsPrimitive, isRequestAbortStepAsPrimitive, isRetry, isRetry, isRetryAsPrimitive, isRetryAsPrimitive, isSendEmail, isSendEmail, isSendEmailAsPrimitive, isSendEmailAsPrimitive, isSingleExecutable, isSingleExecutable, isSingleExecutableAsPrimitive, isSingleExecutableAsPrimitive, removeFromCronJobHistoryEntries, removeFromCronJobHistoryEntries, removeFromPendingSteps, removeFromPendingSteps, removeFromProcessedSteps, removeFromProcessedSteps, removeFromTriggers, removeFromTriggers, setActive, setActive, setActive, setActive, setActiveCronJobHistory, setActiveCronJobHistory, setAlternativeDataSourceID, setAlternativeDataSourceID, setChangeRecordingEnabled, setChangeRecordingEnabled, setChangeRecordingEnabled, setChangeRecordingEnabled, setCode, setCode, setCronJobHistoryEntries, setCronJobHistoryEntries, setEmailAddress, setEmailAddress, setEmailNotificationTemplate, setEmailNotificationTemplate, setEndTime, setErrorMode, setErrorMode, setFilesCount, setFilesCount, setFilesCount, setFilesCount, setFilesDaysOld, setFilesDaysOld, setFilesDaysOld, setFilesDaysOld, setFilesOperator, setFilesOperator, setJob, setLogFiles, setLogLevelDatabase, setLogLevelDatabase, setLogLevelFile, setLogLevelFile, setLogsCount, setLogsCount, setLogsCount, setLogsCount, setLogsDaysOld, setLogsDaysOld, setLogsDaysOld, setLogsDaysOld, setLogsOperator, setLogsOperator, setLogToDatabase, setLogToDatabase, setLogToDatabase, setLogToDatabase, setLogToFile, setLogToFile, setLogToFile, setLogToFile, setNodeGroup, setNodeID, setNodeID, setNodeID, setPendingSteps, setPendingSteps, setPriority, setPriority, setPriority, setPriority, setProcessedSteps, setProcessedSteps, setQueryCount, setQueryCount, setQueryCount, setQueryCount, setRemoveOnExit, setRemoveOnExit, setRemoveOnExit, setRemoveOnExit, setRequestAbort, setRequestAbort, setRequestAbort, setRequestAbortStep, setRequestAbortStep, setRequestAbortStep, setRequestAbortStep, setResult, setRetry, setRetry, setRetry, setRetry, setRunningOnClusterNode, setRunningOnClusterNode, setRunningOnClusterNode, setRunningOnClusterNode, setSendEmail, setSendEmail, setSendEmail, setSendEmail, setSessionCurrency, setSessionCurrency, setSessionLanguage, setSessionLanguage, setSessionUser, setSessionUser, setSingleExecutable, setSingleExecutable, setSingleExecutable, setSingleExecutable, setStartTime, setStatus, setTriggers, setTriggers
-
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, 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, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
BASESTORE
public static final java.lang.String BASESTORE
Qualifier of theExportDataCronJob.baseStoreattribute- See Also:
- Constant Field Values
-
CMSSITE
public static final java.lang.String CMSSITE
Qualifier of theExportDataCronJob.cmsSiteattribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of theExportDataCronJob.languageattribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of theExportDataCronJob.currencyattribute- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Qualifier of theExportDataCronJob.userattribute- See Also:
- Constant Field Values
-
THIRDPARTYHOST
public static final java.lang.String THIRDPARTYHOST
Qualifier of theExportDataCronJob.thirdPartyHostattribute- See Also:
- Constant Field Values
-
THIRDPARTYUSERNAME
public static final java.lang.String THIRDPARTYUSERNAME
Qualifier of theExportDataCronJob.thirdPartyUsernameattribute- See Also:
- Constant Field Values
-
THIRDPARTYPASSWORD
public static final java.lang.String THIRDPARTYPASSWORD
Qualifier of theExportDataCronJob.thirdPartyPasswordattribute- See Also:
- Constant Field Values
-
DATAGENERATIONPIPELINE
public static final java.lang.String DATAGENERATIONPIPELINE
Qualifier of theExportDataCronJob.dataGenerationPipelineattribute- See Also:
- Constant Field Values
-
HISTORYENTRIES
public static final java.lang.String HISTORYENTRIES
Qualifier of theExportDataCronJob.historyEntriesattribute- See Also:
- Constant Field Values
-
JOBHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedExportDataCronJob> JOBHANDLER
BidirectionalOneToManyHandlerfor handling 1:n JOB's relation attributes from 'one' side.
-
HISTORYENTRIESHANDLER
protected static final OneToManyHandler<ExportDataHistoryEntry> HISTORYENTRIESHANDLER
OneToManyHandlerfor handling 1:n HISTORYENTRIES'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 classGeneratedCronJob
-
getBaseStore
public BaseStore getBaseStore(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.baseStoreattribute.- Returns:
- the baseStore - The base store to run against
-
getBaseStore
public BaseStore getBaseStore()
Generated method - Getter of theExportDataCronJob.baseStoreattribute.- Returns:
- the baseStore - The base store to run against
-
setBaseStore
public void setBaseStore(SessionContext ctx, BaseStore value)
Generated method - Setter of theExportDataCronJob.baseStoreattribute.- Parameters:
value- the baseStore - The base store to run against
-
setBaseStore
public void setBaseStore(BaseStore value)
Generated method - Setter of theExportDataCronJob.baseStoreattribute.- Parameters:
value- the baseStore - The base store to run against
-
getCmsSite
public CMSSite getCmsSite(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.cmsSiteattribute.- Returns:
- the cmsSite - The cms site to run against
-
getCmsSite
public CMSSite getCmsSite()
Generated method - Getter of theExportDataCronJob.cmsSiteattribute.- Returns:
- the cmsSite - The cms site to run against
-
setCmsSite
public void setCmsSite(SessionContext ctx, CMSSite value)
Generated method - Setter of theExportDataCronJob.cmsSiteattribute.- Parameters:
value- the cmsSite - The cms site to run against
-
setCmsSite
public void setCmsSite(CMSSite value)
Generated method - Setter of theExportDataCronJob.cmsSiteattribute.- Parameters:
value- the cmsSite - The cms site to run against
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas 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:
createItemin classCronJob- 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
-
getCurrency
public Currency getCurrency(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.currencyattribute.- Returns:
- the currency - The currency context
-
getCurrency
public Currency getCurrency()
Generated method - Getter of theExportDataCronJob.currencyattribute.- Returns:
- the currency - The currency context
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theExportDataCronJob.currencyattribute.- Parameters:
value- the currency - The currency context
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of theExportDataCronJob.currencyattribute.- Parameters:
value- the currency - The currency context
-
getDataGenerationPipeline
public java.lang.String getDataGenerationPipeline(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.dataGenerationPipelineattribute.- Returns:
- the dataGenerationPipeline - The name of the pipeline that generates the data
-
getDataGenerationPipeline
public java.lang.String getDataGenerationPipeline()
Generated method - Getter of theExportDataCronJob.dataGenerationPipelineattribute.- Returns:
- the dataGenerationPipeline - The name of the pipeline that generates the data
-
setDataGenerationPipeline
protected void setDataGenerationPipeline(SessionContext ctx, java.lang.String value)
Generated method - Setter of theExportDataCronJob.dataGenerationPipelineattribute.- Parameters:
value- the dataGenerationPipeline - The name of the pipeline that generates the data
-
setDataGenerationPipeline
protected void setDataGenerationPipeline(java.lang.String value)
Generated method - Setter of theExportDataCronJob.dataGenerationPipelineattribute.- Parameters:
value- the dataGenerationPipeline - The name of the pipeline that generates the data
-
getHistoryEntries
public java.util.List<ExportDataHistoryEntry> getHistoryEntries(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.historyEntriesattribute.- Returns:
- the historyEntries
-
getHistoryEntries
public java.util.List<ExportDataHistoryEntry> getHistoryEntries()
Generated method - Getter of theExportDataCronJob.historyEntriesattribute.- Returns:
- the historyEntries
-
setHistoryEntries
public void setHistoryEntries(SessionContext ctx, java.util.List<ExportDataHistoryEntry> value)
Generated method - Setter of theExportDataCronJob.historyEntriesattribute.- Parameters:
value- the historyEntries
-
setHistoryEntries
public void setHistoryEntries(java.util.List<ExportDataHistoryEntry> value)
Generated method - Setter of theExportDataCronJob.historyEntriesattribute.- Parameters:
value- the historyEntries
-
addToHistoryEntries
public void addToHistoryEntries(SessionContext ctx, ExportDataHistoryEntry value)
Generated method - Addsvalueto historyEntries.- Parameters:
value- the item to add to historyEntries
-
addToHistoryEntries
public void addToHistoryEntries(ExportDataHistoryEntry value)
Generated method - Addsvalueto historyEntries.- Parameters:
value- the item to add to historyEntries
-
removeFromHistoryEntries
public void removeFromHistoryEntries(SessionContext ctx, ExportDataHistoryEntry value)
Generated method - Removesvaluefrom historyEntries.- Parameters:
value- the item to remove from historyEntries
-
removeFromHistoryEntries
public void removeFromHistoryEntries(ExportDataHistoryEntry value)
Generated method - Removesvaluefrom historyEntries.- Parameters:
value- the item to remove from historyEntries
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.languageattribute.- Returns:
- the language - The language context
-
getLanguage
public Language getLanguage()
Generated method - Getter of theExportDataCronJob.languageattribute.- Returns:
- the language - The language context
-
setLanguage
public void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theExportDataCronJob.languageattribute.- Parameters:
value- the language - The language context
-
setLanguage
public void setLanguage(Language value)
Generated method - Setter of theExportDataCronJob.languageattribute.- Parameters:
value- the language - The language context
-
getThirdPartyHost
public java.lang.String getThirdPartyHost(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.thirdPartyHostattribute.- Returns:
- the thirdPartyHost - The location of the third party account
-
getThirdPartyHost
public java.lang.String getThirdPartyHost()
Generated method - Getter of theExportDataCronJob.thirdPartyHostattribute.- Returns:
- the thirdPartyHost - The location of the third party account
-
setThirdPartyHost
public void setThirdPartyHost(SessionContext ctx, java.lang.String value)
Generated method - Setter of theExportDataCronJob.thirdPartyHostattribute.- Parameters:
value- the thirdPartyHost - The location of the third party account
-
setThirdPartyHost
public void setThirdPartyHost(java.lang.String value)
Generated method - Setter of theExportDataCronJob.thirdPartyHostattribute.- Parameters:
value- the thirdPartyHost - The location of the third party account
-
getThirdPartyPassword
public java.lang.String getThirdPartyPassword(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.thirdPartyPasswordattribute.- Returns:
- the thirdPartyPassword - The password of the third party account
-
getThirdPartyPassword
public java.lang.String getThirdPartyPassword()
Generated method - Getter of theExportDataCronJob.thirdPartyPasswordattribute.- Returns:
- the thirdPartyPassword - The password of the third party account
-
setThirdPartyPassword
public void setThirdPartyPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theExportDataCronJob.thirdPartyPasswordattribute.- Parameters:
value- the thirdPartyPassword - The password of the third party account
-
setThirdPartyPassword
public void setThirdPartyPassword(java.lang.String value)
Generated method - Setter of theExportDataCronJob.thirdPartyPasswordattribute.- Parameters:
value- the thirdPartyPassword - The password of the third party account
-
getThirdPartyUsername
public java.lang.String getThirdPartyUsername(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.thirdPartyUsernameattribute.- Returns:
- the thirdPartyUsername - The username of the third party account
-
getThirdPartyUsername
public java.lang.String getThirdPartyUsername()
Generated method - Getter of theExportDataCronJob.thirdPartyUsernameattribute.- Returns:
- the thirdPartyUsername - The username of the third party account
-
setThirdPartyUsername
public void setThirdPartyUsername(SessionContext ctx, java.lang.String value)
Generated method - Setter of theExportDataCronJob.thirdPartyUsernameattribute.- Parameters:
value- the thirdPartyUsername - The username of the third party account
-
setThirdPartyUsername
public void setThirdPartyUsername(java.lang.String value)
Generated method - Setter of theExportDataCronJob.thirdPartyUsernameattribute.- Parameters:
value- the thirdPartyUsername - The username of the third party account
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.userattribute.- Returns:
- the user - The user to set the export context to
-
getUser
public User getUser()
Generated method - Getter of theExportDataCronJob.userattribute.- Returns:
- the user - The user to set the export context to
-
setUser
public void setUser(SessionContext ctx, User value)
Generated method - Setter of theExportDataCronJob.userattribute.- Parameters:
value- the user - The user to set the export context to
-
setUser
public void setUser(User value)
Generated method - Setter of theExportDataCronJob.userattribute.- Parameters:
value- the user - The user to set the export context to
-
-