public abstract class GeneratedSessionEvent extends GenericItem
SessionEvent.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGENT
Qualifier of the
SessionEvent.agent attribute |
static java.lang.String |
BASESITE
Qualifier of the
SessionEvent.baseSite attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
EVENTTIME
Qualifier of the
SessionEvent.eventTime attribute |
static java.lang.String |
GROUPS
Qualifier of the
SessionEvent.groups attribute |
static java.lang.String |
SESSIONID
Qualifier of the
SessionEvent.sessionID attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedSessionEvent() |
| Modifier and Type | Method and Description |
|---|---|
Employee |
getAgent()
Generated method - Getter of the
SessionEvent.agent attribute. |
Employee |
getAgent(SessionContext ctx)
Generated method - Getter of the
SessionEvent.agent attribute. |
BaseSite |
getBaseSite()
Generated method - Getter of the
SessionEvent.baseSite attribute. |
BaseSite |
getBaseSite(SessionContext ctx)
Generated method - Getter of the
SessionEvent.baseSite attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.util.Date |
getEventTime()
Generated method - Getter of the
SessionEvent.eventTime attribute. |
java.util.Date |
getEventTime(SessionContext ctx)
Generated method - Getter of the
SessionEvent.eventTime attribute. |
java.util.List<PrincipalGroup> |
getGroups()
Generated method - Getter of the
SessionEvent.groups attribute. |
java.util.List<PrincipalGroup> |
getGroups(SessionContext ctx)
Generated method - Getter of the
SessionEvent.groups attribute. |
java.lang.String |
getSessionID()
Generated method - Getter of the
SessionEvent.sessionID attribute. |
java.lang.String |
getSessionID(SessionContext ctx)
Generated method - Getter of the
SessionEvent.sessionID attribute. |
void |
setAgent(Employee value)
Generated method - Setter of the
SessionEvent.agent attribute. |
void |
setAgent(SessionContext ctx,
Employee value)
Generated method - Setter of the
SessionEvent.agent attribute. |
void |
setBaseSite(BaseSite value)
Generated method - Setter of the
SessionEvent.baseSite attribute. |
void |
setBaseSite(SessionContext ctx,
BaseSite value)
Generated method - Setter of the
SessionEvent.baseSite attribute. |
void |
setEventTime(java.util.Date value)
Generated method - Setter of the
SessionEvent.eventTime attribute. |
void |
setEventTime(SessionContext ctx,
java.util.Date value)
Generated method - Setter of the
SessionEvent.eventTime attribute. |
void |
setGroups(java.util.List<PrincipalGroup> value)
Generated method - Setter of the
SessionEvent.groups attribute. |
void |
setGroups(SessionContext ctx,
java.util.List<PrincipalGroup> value)
Generated method - Setter of the
SessionEvent.groups attribute. |
void |
setSessionID(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
SessionEvent.sessionID attribute. |
void |
setSessionID(java.lang.String value)
Generated method - Setter of the
SessionEvent.sessionID attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacesetTenantpublic static final java.lang.String EVENTTIME
SessionEvent.eventTime attributepublic static final java.lang.String AGENT
SessionEvent.agent attributepublic static final java.lang.String SESSIONID
SessionEvent.sessionID attributepublic static final java.lang.String BASESITE
SessionEvent.baseSite attributepublic static final java.lang.String GROUPS
SessionEvent.groups attributeprotected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic Employee getAgent(SessionContext ctx)
SessionEvent.agent attribute.public Employee getAgent()
SessionEvent.agent attribute.public void setAgent(SessionContext ctx, Employee value)
SessionEvent.agent attribute.value - the agent - Any employee.public void setAgent(Employee value)
SessionEvent.agent attribute.value - the agent - Any employee.public BaseSite getBaseSite(SessionContext ctx)
SessionEvent.baseSite attribute.public BaseSite getBaseSite()
SessionEvent.baseSite attribute.public void setBaseSite(SessionContext ctx, BaseSite value)
SessionEvent.baseSite attribute.value - the baseSite - Site model where event was created.public void setBaseSite(BaseSite value)
SessionEvent.baseSite attribute.value - the baseSite - Site model where event was created.public java.util.Date getEventTime(SessionContext ctx)
SessionEvent.eventTime attribute.public java.util.Date getEventTime()
SessionEvent.eventTime attribute.public void setEventTime(SessionContext ctx, java.util.Date value)
SessionEvent.eventTime attribute.value - the eventTime - Event creation time.public void setEventTime(java.util.Date value)
SessionEvent.eventTime attribute.value - the eventTime - Event creation time.public java.util.List<PrincipalGroup> getGroups(SessionContext ctx)
SessionEvent.groups attribute.public java.util.List<PrincipalGroup> getGroups()
SessionEvent.groups attribute.public void setGroups(SessionContext ctx, java.util.List<PrincipalGroup> value)
SessionEvent.groups attribute.value - the groupspublic void setGroups(java.util.List<PrincipalGroup> value)
SessionEvent.groups attribute.value - the groupspublic java.lang.String getSessionID(SessionContext ctx)
SessionEvent.sessionID attribute.public java.lang.String getSessionID()
SessionEvent.sessionID attribute.public void setSessionID(SessionContext ctx, java.lang.String value)
SessionEvent.sessionID attribute.value - the sessionID - Unique identificator.public void setSessionID(java.lang.String value)
SessionEvent.sessionID attribute.value - the sessionID - Unique identificator.Copyright © 2018 SAP SE. All Rights Reserved.