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 String |
AGENT
Qualifier of the
SessionEvent.agent attribute |
static String |
BASESITE
Qualifier of the
SessionEvent.baseSite attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
EVENTTIME
Qualifier of the
SessionEvent.eventTime attribute |
static String |
GROUPS
Qualifier of the
SessionEvent.groups attribute |
static 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 Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
Date |
getEventTime()
Generated method - Getter of the
SessionEvent.eventTime attribute. |
Date |
getEventTime(SessionContext ctx)
Generated method - Getter of the
SessionEvent.eventTime attribute. |
List<PrincipalGroup> |
getGroups()
Generated method - Getter of the
SessionEvent.groups attribute. |
List<PrincipalGroup> |
getGroups(SessionContext ctx)
Generated method - Getter of the
SessionEvent.groups attribute. |
String |
getSessionID()
Generated method - Getter of the
SessionEvent.sessionID attribute. |
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(Date value)
Generated method - Setter of the
SessionEvent.eventTime attribute. |
void |
setEventTime(SessionContext ctx,
Date value)
Generated method - Setter of the
SessionEvent.eventTime attribute. |
void |
setGroups(List<PrincipalGroup> value)
Generated method - Setter of the
SessionEvent.groups attribute. |
void |
setGroups(SessionContext ctx,
List<PrincipalGroup> value)
Generated method - Setter of the
SessionEvent.groups attribute. |
void |
setSessionID(SessionContext ctx,
String value)
Generated method - Setter of the
SessionEvent.sessionID attribute. |
void |
setSessionID(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, 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, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, 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, writeReplacegetImplementation, setTenantpublic static final String EVENTTIME
SessionEvent.eventTime attributepublic static final String AGENT
SessionEvent.agent attributepublic static final String SESSIONID
SessionEvent.sessionID attributepublic static final String BASESITE
SessionEvent.baseSite attributepublic static final String GROUPS
SessionEvent.groups attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<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 Date getEventTime(SessionContext ctx)
SessionEvent.eventTime attribute.public Date getEventTime()
SessionEvent.eventTime attribute.public void setEventTime(SessionContext ctx, Date value)
SessionEvent.eventTime attribute.value - the eventTime - Event creation time.public void setEventTime(Date value)
SessionEvent.eventTime attribute.value - the eventTime - Event creation time.public List<PrincipalGroup> getGroups(SessionContext ctx)
SessionEvent.groups attribute.public List<PrincipalGroup> getGroups()
SessionEvent.groups attribute.public void setGroups(SessionContext ctx, List<PrincipalGroup> value)
SessionEvent.groups attribute.value - the groupspublic void setGroups(List<PrincipalGroup> value)
SessionEvent.groups attribute.value - the groupspublic String getSessionID(SessionContext ctx)
SessionEvent.sessionID attribute.public String getSessionID()
SessionEvent.sessionID attribute.public void setSessionID(SessionContext ctx, String value)
SessionEvent.sessionID attribute.value - the sessionID - Unique identificator.public void setSessionID(String value)
SessionEvent.sessionID attribute.value - the sessionID - Unique identificator.Copyright © 2017 SAP SE. All Rights Reserved.