Package com.hybris.backoffice.jalo
Class GeneratedBackofficeManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- com.hybris.backoffice.jalo.GeneratedBackofficeManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
- Direct Known Subclasses:
BackofficeManager
public abstract class GeneratedBackofficeManager extends Extension
Generated class for typeBackofficeManager
.- 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 GeneratedBackofficeManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackofficeRole
createBackofficeRole(SessionContext ctx, java.util.Map attributeValues)
BackofficeRole
createBackofficeRole(java.util.Map attributeValues)
ExcelImportCronJob
createExcelImportCronJob(SessionContext ctx, java.util.Map attributeValues)
ExcelImportCronJob
createExcelImportCronJob(java.util.Map attributeValues)
ExcelImportJob
createExcelImportJob(SessionContext ctx, java.util.Map attributeValues)
ExcelImportJob
createExcelImportJob(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
isBackOfficeLoginDisabled(Principal item)
Generated method - Getter of thePrincipal.backOfficeLoginDisabled
attribute.java.lang.Boolean
isBackOfficeLoginDisabled(SessionContext ctx, Principal item)
Generated method - Getter of thePrincipal.backOfficeLoginDisabled
attribute.boolean
isBackOfficeLoginDisabledAsPrimitive(Principal item)
Generated method - Getter of thePrincipal.backOfficeLoginDisabled
attribute.boolean
isBackOfficeLoginDisabledAsPrimitive(SessionContext ctx, Principal item)
Generated method - Getter of thePrincipal.backOfficeLoginDisabled
attribute.void
setBackOfficeLoginDisabled(Principal item, boolean value)
Generated method - Setter of thePrincipal.backOfficeLoginDisabled
attribute.void
setBackOfficeLoginDisabled(Principal item, java.lang.Boolean value)
Generated method - Setter of thePrincipal.backOfficeLoginDisabled
attribute.void
setBackOfficeLoginDisabled(SessionContext ctx, Principal item, boolean value)
Generated method - Setter of thePrincipal.backOfficeLoginDisabled
attribute.void
setBackOfficeLoginDisabled(SessionContext ctx, Principal item, java.lang.Boolean value)
Generated method - Setter of thePrincipal.backOfficeLoginDisabled
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
-
isBackOfficeLoginDisabled
public java.lang.Boolean isBackOfficeLoginDisabled(SessionContext ctx, Principal item)
Generated method - Getter of thePrincipal.backOfficeLoginDisabled
attribute.- Returns:
- the backOfficeLoginDisabled
-
isBackOfficeLoginDisabled
public java.lang.Boolean isBackOfficeLoginDisabled(Principal item)
Generated method - Getter of thePrincipal.backOfficeLoginDisabled
attribute.- Returns:
- the backOfficeLoginDisabled
-
isBackOfficeLoginDisabledAsPrimitive
public boolean isBackOfficeLoginDisabledAsPrimitive(SessionContext ctx, Principal item)
Generated method - Getter of thePrincipal.backOfficeLoginDisabled
attribute.- Returns:
- the backOfficeLoginDisabled
-
isBackOfficeLoginDisabledAsPrimitive
public boolean isBackOfficeLoginDisabledAsPrimitive(Principal item)
Generated method - Getter of thePrincipal.backOfficeLoginDisabled
attribute.- Returns:
- the backOfficeLoginDisabled
-
setBackOfficeLoginDisabled
public void setBackOfficeLoginDisabled(SessionContext ctx, Principal item, java.lang.Boolean value)
Generated method - Setter of thePrincipal.backOfficeLoginDisabled
attribute.- Parameters:
value
- the backOfficeLoginDisabled
-
setBackOfficeLoginDisabled
public void setBackOfficeLoginDisabled(Principal item, java.lang.Boolean value)
Generated method - Setter of thePrincipal.backOfficeLoginDisabled
attribute.- Parameters:
value
- the backOfficeLoginDisabled
-
setBackOfficeLoginDisabled
public void setBackOfficeLoginDisabled(SessionContext ctx, Principal item, boolean value)
Generated method - Setter of thePrincipal.backOfficeLoginDisabled
attribute.- Parameters:
value
- the backOfficeLoginDisabled
-
setBackOfficeLoginDisabled
public void setBackOfficeLoginDisabled(Principal item, boolean value)
Generated method - Setter of thePrincipal.backOfficeLoginDisabled
attribute.- Parameters:
value
- the backOfficeLoginDisabled
-
createBackofficeRole
public BackofficeRole createBackofficeRole(SessionContext ctx, java.util.Map attributeValues)
-
createBackofficeRole
public BackofficeRole createBackofficeRole(java.util.Map attributeValues)
-
createExcelImportCronJob
public ExcelImportCronJob createExcelImportCronJob(SessionContext ctx, java.util.Map attributeValues)
-
createExcelImportCronJob
public ExcelImportCronJob createExcelImportCronJob(java.util.Map attributeValues)
-
createExcelImportJob
public ExcelImportJob createExcelImportJob(SessionContext ctx, java.util.Map attributeValues)
-
createExcelImportJob
public ExcelImportJob createExcelImportJob(java.util.Map attributeValues)
-
-