public abstract class GeneratedPlatformbackofficeManager extends Extension
PlatformbackofficeManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
BACKOFFICESAVEDQUERY2USERGROUPRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for BackofficeSavedQuery2UserGroupRelation from ((platformbackoffice))
|
protected static java.lang.String |
BACKOFFICESAVEDQUERY2USERGROUPRELATION_SRC_ORDERED
Relation ordering override parameter constants for BackofficeSavedQuery2UserGroupRelation from ((platformbackoffice))
|
protected static java.lang.String |
BACKOFFICESAVEDQUERY2USERGROUPRELATION_TGT_ORDERED |
protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedPlatformbackofficeManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToSavedQueries(SessionContext ctx,
UserGroup item,
BackofficeSavedQuery value)
Generated method - Adds
value to savedQueries. |
void |
addToSavedQueries(UserGroup item,
BackofficeSavedQuery value)
Generated method - Adds
value to savedQueries. |
BackofficeSavedQuery |
createBackofficeSavedQuery(java.util.Map attributeValues) |
BackofficeSavedQuery |
createBackofficeSavedQuery(SessionContext ctx,
java.util.Map attributeValues) |
BackofficeSearchCondition |
createBackofficeSearchCondition(java.util.Map attributeValues) |
BackofficeSearchCondition |
createBackofficeSearchCondition(SessionContext ctx,
java.util.Map attributeValues) |
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.lang.String |
getName() |
java.util.Collection<BackofficeSavedQuery> |
getSavedQueries(SessionContext ctx,
UserGroup item)
Generated method - Getter of the
UserGroup.savedQueries attribute. |
java.util.Collection<BackofficeSavedQuery> |
getSavedQueries(UserGroup item)
Generated method - Getter of the
UserGroup.savedQueries attribute. |
long |
getSavedQueriesCount(SessionContext ctx,
UserGroup item) |
long |
getSavedQueriesCount(UserGroup item) |
void |
removeFromSavedQueries(SessionContext ctx,
UserGroup item,
BackofficeSavedQuery value)
Generated method - Removes
value from savedQueries. |
void |
removeFromSavedQueries(UserGroup item,
BackofficeSavedQuery value)
Generated method - Removes
value from savedQueries. |
void |
setSavedQueries(SessionContext ctx,
UserGroup item,
java.util.Collection<BackofficeSavedQuery> value)
Generated method - Setter of the
UserGroup.savedQueries attribute. |
void |
setSavedQueries(UserGroup item,
java.util.Collection<BackofficeSavedQuery> value)
Generated method - Setter of the
UserGroup.savedQueries 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 java.lang.String BACKOFFICESAVEDQUERY2USERGROUPRELATION_SRC_ORDERED
protected static java.lang.String BACKOFFICESAVEDQUERY2USERGROUPRELATION_TGT_ORDERED
protected static java.lang.String BACKOFFICESAVEDQUERY2USERGROUPRELATION_MARKMODIFIED
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic BackofficeSavedQuery createBackofficeSavedQuery(SessionContext ctx, java.util.Map attributeValues)
public BackofficeSavedQuery createBackofficeSavedQuery(java.util.Map attributeValues)
public BackofficeSearchCondition createBackofficeSearchCondition(SessionContext ctx, java.util.Map attributeValues)
public BackofficeSearchCondition createBackofficeSearchCondition(java.util.Map attributeValues)
public java.util.Collection<BackofficeSavedQuery> getSavedQueries(SessionContext ctx, UserGroup item)
UserGroup.savedQueries attribute.public java.util.Collection<BackofficeSavedQuery> getSavedQueries(UserGroup item)
UserGroup.savedQueries attribute.public long getSavedQueriesCount(SessionContext ctx, UserGroup item)
public long getSavedQueriesCount(UserGroup item)
public void setSavedQueries(SessionContext ctx, UserGroup item, java.util.Collection<BackofficeSavedQuery> value)
UserGroup.savedQueries attribute.value - the savedQueriespublic void setSavedQueries(UserGroup item, java.util.Collection<BackofficeSavedQuery> value)
UserGroup.savedQueries attribute.value - the savedQueriespublic void addToSavedQueries(SessionContext ctx, UserGroup item, BackofficeSavedQuery value)
value to savedQueries.value - the item to add to savedQueriespublic void addToSavedQueries(UserGroup item, BackofficeSavedQuery value)
value to savedQueries.value - the item to add to savedQueriespublic void removeFromSavedQueries(SessionContext ctx, UserGroup item, BackofficeSavedQuery value)
value from savedQueries.value - the item to remove from savedQueriespublic void removeFromSavedQueries(UserGroup item, BackofficeSavedQuery value)
value from savedQueries.value - the item to remove from savedQueriesCopyright © 2018 SAP SE. All Rights Reserved.