Package de.hybris.platform.impex.jalo
Class GeneratedImpExManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.impex.jalo.GeneratedImpExManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
- Direct Known Subclasses:
ImpExManager
public abstract class GeneratedImpExManager extends Extension
Generated class for typeImpExManager
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>
DEFAULT_INITIAL_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description GeneratedImpExManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributedImportProcess
createDistributedImportProcess(SessionContext ctx, java.util.Map attributeValues)
DistributedImportProcess
createDistributedImportProcess(java.util.Map attributeValues)
DistributedImportSplitErrorDump
createDistributedImportSplitErrorDump(SessionContext ctx, java.util.Map attributeValues)
DistributedImportSplitErrorDump
createDistributedImportSplitErrorDump(java.util.Map attributeValues)
Export
createExport(SessionContext ctx, java.util.Map attributeValues)
Export
createExport(java.util.Map attributeValues)
ExternalImportKey
createExternalImportKey(SessionContext ctx, java.util.Map attributeValues)
ExternalImportKey
createExternalImportKey(java.util.Map attributeValues)
HeaderLibrary
createHeaderLibrary(SessionContext ctx, java.util.Map attributeValues)
HeaderLibrary
createHeaderLibrary(java.util.Map attributeValues)
ImpexDocumentId
createImpexDocumentId(SessionContext ctx, java.util.Map attributeValues)
ImpexDocumentId
createImpexDocumentId(java.util.Map attributeValues)
ImpExExportCronJob
createImpExExportCronJob(SessionContext ctx, java.util.Map attributeValues)
ImpExExportCronJob
createImpExExportCronJob(java.util.Map attributeValues)
ImpExExportJob
createImpExExportJob(SessionContext ctx, java.util.Map attributeValues)
ImpExExportJob
createImpExExportJob(java.util.Map attributeValues)
ImpExExportMedia
createImpExExportMedia(SessionContext ctx, java.util.Map attributeValues)
ImpExExportMedia
createImpExExportMedia(java.util.Map attributeValues)
ImpExImportCronJob
createImpExImportCronJob(SessionContext ctx, java.util.Map attributeValues)
ImpExImportCronJob
createImpExImportCronJob(java.util.Map attributeValues)
ImpExImportJob
createImpExImportJob(SessionContext ctx, java.util.Map attributeValues)
ImpExImportJob
createImpExImportJob(java.util.Map attributeValues)
ImpExMedia
createImpExMedia(SessionContext ctx, java.util.Map attributeValues)
ImpExMedia
createImpExMedia(java.util.Map attributeValues)
ImportBatch
createImportBatch(SessionContext ctx, java.util.Map attributeValues)
ImportBatch
createImportBatch(java.util.Map attributeValues)
ImportBatchContent
createImportBatchContent(SessionContext ctx, java.util.Map attributeValues)
ImportBatchContent
createImportBatchContent(java.util.Map attributeValues)
Report
createReport(SessionContext ctx, java.util.Map attributeValues)
Report
createReport(java.util.Map attributeValues)
java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
java.lang.String
getName()
java.lang.Boolean
isSystemType(SessionContext ctx, ComposedType item)
Generated method - Getter of theComposedType.systemType
attribute.java.lang.Boolean
isSystemType(ComposedType item)
Generated method - Getter of theComposedType.systemType
attribute.boolean
isSystemTypeAsPrimitive(SessionContext ctx, ComposedType item)
Generated method - Getter of theComposedType.systemType
attribute.boolean
isSystemTypeAsPrimitive(ComposedType item)
Generated method - Getter of theComposedType.systemType
attribute.void
setSystemType(SessionContext ctx, ComposedType item, boolean value)
Generated method - Setter of theComposedType.systemType
attribute.void
setSystemType(SessionContext ctx, ComposedType item, java.lang.Boolean value)
Generated method - Setter of theComposedType.systemType
attribute.void
setSystemType(ComposedType item, boolean value)
Generated method - Setter of theComposedType.systemType
attribute.void
setSystemType(ComposedType item, java.lang.Boolean value)
Generated method - Setter of theComposedType.systemType
attribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
Field Detail
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModes
in classExtension
-
createDistributedImportProcess
public DistributedImportProcess createDistributedImportProcess(SessionContext ctx, java.util.Map attributeValues)
-
createDistributedImportProcess
public DistributedImportProcess createDistributedImportProcess(java.util.Map attributeValues)
-
createDistributedImportSplitErrorDump
public DistributedImportSplitErrorDump createDistributedImportSplitErrorDump(SessionContext ctx, java.util.Map attributeValues)
-
createDistributedImportSplitErrorDump
public DistributedImportSplitErrorDump createDistributedImportSplitErrorDump(java.util.Map attributeValues)
-
createExport
public Export createExport(SessionContext ctx, java.util.Map attributeValues)
-
createExport
public Export createExport(java.util.Map attributeValues)
-
createExternalImportKey
public ExternalImportKey createExternalImportKey(SessionContext ctx, java.util.Map attributeValues)
-
createExternalImportKey
public ExternalImportKey createExternalImportKey(java.util.Map attributeValues)
-
createHeaderLibrary
public HeaderLibrary createHeaderLibrary(SessionContext ctx, java.util.Map attributeValues)
-
createHeaderLibrary
public HeaderLibrary createHeaderLibrary(java.util.Map attributeValues)
-
createImpexDocumentId
public ImpexDocumentId createImpexDocumentId(SessionContext ctx, java.util.Map attributeValues)
-
createImpexDocumentId
public ImpexDocumentId createImpexDocumentId(java.util.Map attributeValues)
-
createImpExExportCronJob
public ImpExExportCronJob createImpExExportCronJob(SessionContext ctx, java.util.Map attributeValues)
-
createImpExExportCronJob
public ImpExExportCronJob createImpExExportCronJob(java.util.Map attributeValues)
-
createImpExExportJob
public ImpExExportJob createImpExExportJob(SessionContext ctx, java.util.Map attributeValues)
-
createImpExExportJob
public ImpExExportJob createImpExExportJob(java.util.Map attributeValues)
-
createImpExExportMedia
public ImpExExportMedia createImpExExportMedia(SessionContext ctx, java.util.Map attributeValues)
-
createImpExExportMedia
public ImpExExportMedia createImpExExportMedia(java.util.Map attributeValues)
-
createImpExImportCronJob
public ImpExImportCronJob createImpExImportCronJob(SessionContext ctx, java.util.Map attributeValues)
-
createImpExImportCronJob
public ImpExImportCronJob createImpExImportCronJob(java.util.Map attributeValues)
-
createImpExImportJob
public ImpExImportJob createImpExImportJob(SessionContext ctx, java.util.Map attributeValues)
-
createImpExImportJob
public ImpExImportJob createImpExImportJob(java.util.Map attributeValues)
-
createImpExMedia
public ImpExMedia createImpExMedia(SessionContext ctx, java.util.Map attributeValues)
-
createImpExMedia
public ImpExMedia createImpExMedia(java.util.Map attributeValues)
-
createImportBatch
public ImportBatch createImportBatch(SessionContext ctx, java.util.Map attributeValues)
-
createImportBatch
public ImportBatch createImportBatch(java.util.Map attributeValues)
-
createImportBatchContent
public ImportBatchContent createImportBatchContent(SessionContext ctx, java.util.Map attributeValues)
-
createImportBatchContent
public ImportBatchContent createImportBatchContent(java.util.Map attributeValues)
-
createReport
public Report createReport(SessionContext ctx, java.util.Map attributeValues)
-
createReport
public Report createReport(java.util.Map attributeValues)
-
isSystemType
public java.lang.Boolean isSystemType(SessionContext ctx, ComposedType item)
Generated method - Getter of theComposedType.systemType
attribute.- Returns:
- the systemType
-
isSystemType
public java.lang.Boolean isSystemType(ComposedType item)
Generated method - Getter of theComposedType.systemType
attribute.- Returns:
- the systemType
-
isSystemTypeAsPrimitive
public boolean isSystemTypeAsPrimitive(SessionContext ctx, ComposedType item)
Generated method - Getter of theComposedType.systemType
attribute.- Returns:
- the systemType
-
isSystemTypeAsPrimitive
public boolean isSystemTypeAsPrimitive(ComposedType item)
Generated method - Getter of theComposedType.systemType
attribute.- Returns:
- the systemType
-
setSystemType
public void setSystemType(SessionContext ctx, ComposedType item, java.lang.Boolean value)
Generated method - Setter of theComposedType.systemType
attribute.- Parameters:
value
- the systemType
-
setSystemType
public void setSystemType(ComposedType item, java.lang.Boolean value)
Generated method - Setter of theComposedType.systemType
attribute.- Parameters:
value
- the systemType
-
setSystemType
public void setSystemType(SessionContext ctx, ComposedType item, boolean value)
Generated method - Setter of theComposedType.systemType
attribute.- Parameters:
value
- the systemType
-
setSystemType
public void setSystemType(ComposedType item, boolean value)
Generated method - Setter of theComposedType.systemType
attribute.- Parameters:
value
- the systemType
-
-