Class ExportDataHistoryEntryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.acceleratorservices.model.export.ExportDataHistoryEntryModel
- All Implemented Interfaces:
Serializable
Generated model class for type ExportDataHistoryEntry first defined at extension acceleratorservices.
Contains a history of executed exports.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationExportDataCronJob2ExportDataHistoryReldefining source attributeexportDataCronJobin extensionacceleratorservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.static final StringGenerated constant - Attribute key ofExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.static final StringGenerated constant - Attribute key ofExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.static final StringGenerated constant - Attribute key ofExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.static final StringGenerated constant - Attribute key ofExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.static final StringGenerated constant - Attribute key ofExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.static final StringGenerated constant - Attribute key ofExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExportDataHistoryEntryModel(String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.Generated method - Getter of theExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.Generated method - Getter of theExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.Generated method - Getter of theExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.Generated method - Getter of theExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.Generated method - Getter of theExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.Generated method - Getter of theExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.voidGenerated method - Initial setter ofExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.voidGenerated method - Setter ofExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.voidsetFailureMessage(String value) Generated method - Setter ofExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.voidsetFinishTime(Date value) Generated method - Setter ofExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.voidsetProcessedResultCount(Integer value) Generated method - Setter ofExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.voidsetStartTime(Date value) Generated method - Setter ofExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.voidsetStatus(ExportDataStatus value) Generated method - Setter ofExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_EXPORTDATACRONJOB2EXPORTDATAHISTORYREL
Generated relation code constant for relationExportDataCronJob2ExportDataHistoryReldefining source attributeexportDataCronJobin extensionacceleratorservices.- See Also:
-
CODE
Generated constant - Attribute key ofExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.- See Also:
-
STATUS
Generated constant - Attribute key ofExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.- See Also:
-
STARTTIME
Generated constant - Attribute key ofExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.- See Also:
-
FINISHTIME
Generated constant - Attribute key ofExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.- See Also:
-
PROCESSEDRESULTCOUNT
Generated constant - Attribute key ofExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.- See Also:
-
FAILUREMESSAGE
Generated constant - Attribute key ofExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.- See Also:
-
EXPORTDATACRONJOB
Generated constant - Attribute key ofExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.- See Also:
-
-
Constructor Details
-
ExportDataHistoryEntryModel
public ExportDataHistoryEntryModel()Generated constructor - Default constructor for generic creation. -
ExportDataHistoryEntryModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ExportDataHistoryEntryModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeExportDataHistoryEntryat extensionacceleratorservices
-
ExportDataHistoryEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public ExportDataHistoryEntryModel(String _code, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeExportDataHistoryEntryat extensionacceleratorservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCode
Generated method - Getter of theExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.- Returns:
- the code - unique code that identifies the export data history
-
getExportDataCronJob
@Accessor(qualifier="exportDataCronJob", type=GETTER) public ExportDataCronJobModel getExportDataCronJob()Generated method - Getter of theExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.- Returns:
- the exportDataCronJob
-
getFailureMessage
Generated method - Getter of theExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.- Returns:
- the failureMessage - Message if failure occurred
-
getFinishTime
Generated method - Getter of theExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.- Returns:
- the finishTime - Start time of this export
-
getProcessedResultCount
Generated method - Getter of theExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.- Returns:
- the processedResultCount - The amount of records that was written to the export file
-
getStartTime
Generated method - Getter of theExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.- Returns:
- the startTime - Start time of this export
-
getStatus
Generated method - Getter of theExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.- Returns:
- the status - The status of this particular export
-
setCode
Generated method - Initial setter ofExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices. Can only be used at creation of model - before first save.- Parameters:
value- the code - unique code that identifies the export data history
-
setExportDataCronJob
@Accessor(qualifier="exportDataCronJob", type=SETTER) public void setExportDataCronJob(ExportDataCronJobModel value) Generated method - Setter ofExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.- Parameters:
value- the exportDataCronJob
-
setFailureMessage
Generated method - Setter ofExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.- Parameters:
value- the failureMessage - Message if failure occurred
-
setFinishTime
Generated method - Setter ofExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.- Parameters:
value- the finishTime - Start time of this export
-
setProcessedResultCount
@Accessor(qualifier="processedResultCount", type=SETTER) public void setProcessedResultCount(Integer value) Generated method - Setter ofExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.- Parameters:
value- the processedResultCount - The amount of records that was written to the export file
-
setStartTime
Generated method - Setter ofExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.- Parameters:
value- the startTime - Start time of this export
-
setStatus
Generated method - Setter ofExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.- Parameters:
value- the status - The status of this particular export
-