Class GeneratedSamlssobackofficeManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- com.hybris.samlssobackoffice.jalo.GeneratedSamlssobackofficeManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
SamlssobackofficeManager
public abstract class GeneratedSamlssobackofficeManager extends Extension
Generated class for typeSamlssobackofficeManager.- 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 GeneratedSamlssobackofficeManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.lang.BooleanisEnableBackofficeLogin(SessionContext ctx, GenericItem item)Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute.java.lang.BooleanisEnableBackofficeLogin(SamlUserGroup item)Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute.booleanisEnableBackofficeLoginAsPrimitive(SessionContext ctx, SamlUserGroup item)Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute.booleanisEnableBackofficeLoginAsPrimitive(SamlUserGroup item)Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute.voidsetEnableBackofficeLogin(SessionContext ctx, GenericItem item, java.lang.Boolean value)Generated method - Setter of theSamlUserGroup.enableBackofficeLoginattribute.voidsetEnableBackofficeLogin(SessionContext ctx, SamlUserGroup item, boolean value)Generated method - Setter of theSamlUserGroup.enableBackofficeLoginattribute.voidsetEnableBackofficeLogin(SamlUserGroup item, boolean value)Generated method - Setter of theSamlUserGroup.enableBackofficeLoginattribute.voidsetEnableBackofficeLogin(SamlUserGroup item, java.lang.Boolean value)Generated method - Setter of theSamlUserGroup.enableBackofficeLoginattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, 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:
getDefaultAttributeModesin classExtension
-
isEnableBackofficeLogin
public java.lang.Boolean isEnableBackofficeLogin(SessionContext ctx, GenericItem item)
Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute.- Returns:
- the enableBackofficeLogin
-
isEnableBackofficeLogin
public java.lang.Boolean isEnableBackofficeLogin(SamlUserGroup item)
Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute.- Returns:
- the enableBackofficeLogin
-
isEnableBackofficeLoginAsPrimitive
public boolean isEnableBackofficeLoginAsPrimitive(SessionContext ctx, SamlUserGroup item)
Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute.- Returns:
- the enableBackofficeLogin
-
isEnableBackofficeLoginAsPrimitive
public boolean isEnableBackofficeLoginAsPrimitive(SamlUserGroup item)
Generated method - Getter of theSamlUserGroup.enableBackofficeLoginattribute.- Returns:
- the enableBackofficeLogin
-
setEnableBackofficeLogin
public void setEnableBackofficeLogin(SessionContext ctx, GenericItem item, java.lang.Boolean value)
Generated method - Setter of theSamlUserGroup.enableBackofficeLoginattribute.- Parameters:
value- the enableBackofficeLogin
-
setEnableBackofficeLogin
public void setEnableBackofficeLogin(SamlUserGroup item, java.lang.Boolean value)
Generated method - Setter of theSamlUserGroup.enableBackofficeLoginattribute.- Parameters:
value- the enableBackofficeLogin
-
setEnableBackofficeLogin
public void setEnableBackofficeLogin(SessionContext ctx, SamlUserGroup item, boolean value)
Generated method - Setter of theSamlUserGroup.enableBackofficeLoginattribute.- Parameters:
value- the enableBackofficeLogin
-
setEnableBackofficeLogin
public void setEnableBackofficeLogin(SamlUserGroup item, boolean value)
Generated method - Setter of theSamlUserGroup.enableBackofficeLoginattribute.- Parameters:
value- the enableBackofficeLogin
-
-