public abstract class GeneratedBackofficeManager extends Extension
BackofficeManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedBackofficeManager() |
| Modifier and Type | Method and Description |
|---|---|
BackofficeRole |
createBackofficeRole(Map attributeValues) |
BackofficeRole |
createBackofficeRole(SessionContext ctx,
Map attributeValues) |
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
String |
getName() |
Boolean |
isBackOfficeLoginDisabled(Principal item)
Generated method - Getter of the
Principal.backOfficeLoginDisabled attribute. |
Boolean |
isBackOfficeLoginDisabled(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.backOfficeLoginDisabled attribute. |
boolean |
isBackOfficeLoginDisabledAsPrimitive(Principal item)
Generated method - Getter of the
Principal.backOfficeLoginDisabled attribute. |
boolean |
isBackOfficeLoginDisabledAsPrimitive(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.backOfficeLoginDisabled attribute. |
void |
setBackOfficeLoginDisabled(Principal item,
boolean value)
Generated method - Setter of the
Principal.backOfficeLoginDisabled attribute. |
void |
setBackOfficeLoginDisabled(Principal item,
Boolean value)
Generated method - Setter of the
Principal.backOfficeLoginDisabled attribute. |
void |
setBackOfficeLoginDisabled(SessionContext ctx,
Principal item,
boolean value)
Generated method - Setter of the
Principal.backOfficeLoginDisabled attribute. |
void |
setBackOfficeLoginDisabled(SessionContext ctx,
Principal item,
Boolean value)
Generated method - Setter of the
Principal.backOfficeLoginDisabled attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic Boolean isBackOfficeLoginDisabled(SessionContext ctx, Principal item)
Principal.backOfficeLoginDisabled attribute.public Boolean isBackOfficeLoginDisabled(Principal item)
Principal.backOfficeLoginDisabled attribute.public boolean isBackOfficeLoginDisabledAsPrimitive(SessionContext ctx, Principal item)
Principal.backOfficeLoginDisabled attribute.public boolean isBackOfficeLoginDisabledAsPrimitive(Principal item)
Principal.backOfficeLoginDisabled attribute.public void setBackOfficeLoginDisabled(SessionContext ctx, Principal item, Boolean value)
Principal.backOfficeLoginDisabled attribute.value - the backOfficeLoginDisabledpublic void setBackOfficeLoginDisabled(Principal item, Boolean value)
Principal.backOfficeLoginDisabled attribute.value - the backOfficeLoginDisabledpublic void setBackOfficeLoginDisabled(SessionContext ctx, Principal item, boolean value)
Principal.backOfficeLoginDisabled attribute.value - the backOfficeLoginDisabledpublic void setBackOfficeLoginDisabled(Principal item, boolean value)
Principal.backOfficeLoginDisabled attribute.value - the backOfficeLoginDisabledpublic BackofficeRole createBackofficeRole(SessionContext ctx, Map attributeValues)
public BackofficeRole createBackofficeRole(Map attributeValues)
Copyright © 2017 SAP SE. All Rights Reserved.