Package com.sap.platform.jalo
Class GeneratedCecTechnicalUser
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- com.sap.platform.jalo.GeneratedCecTechnicalUser
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
CecTechnicalUser
public abstract class GeneratedCecTechnicalUser extends GenericItem
Generated class for typeCecTechnicalUser
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CECSERVICEMAPPINGS
Qualifier of theCecTechnicalUser.CecServiceMappings
attributeprotected static OneToManyHandler<AbstractCecServiceMapping>
CECSERVICEMAPPINGSHANDLER
OneToManyHandler
for handling 1:n CECSERVICEMAPPINGS's relation attributes from 'many' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
OAUTHURL
Qualifier of theCecTechnicalUser.oauthURL
attributestatic java.lang.String
PASSWORD
Qualifier of theCecTechnicalUser.password
attributestatic java.lang.String
TECHNICALUSER
Qualifier of theCecTechnicalUser.technicalUser
attributestatic java.lang.String
TENANTNAME
Qualifier of theCecTechnicalUser.tenantName
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedCecTechnicalUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToCecServiceMappings(AbstractCecServiceMapping value)
Generated method - Addsvalue
to CecServiceMappings.void
addToCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)
Generated method - Addsvalue
to CecServiceMappings.java.util.Set<AbstractCecServiceMapping>
getCecServiceMappings()
Generated method - Getter of theCecTechnicalUser.CecServiceMappings
attribute.java.util.Set<AbstractCecServiceMapping>
getCecServiceMappings(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.CecServiceMappings
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getOauthURL()
Generated method - Getter of theCecTechnicalUser.oauthURL
attribute.java.lang.String
getOauthURL(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.oauthURL
attribute.java.lang.String
getPassword()
Generated method - Getter of theCecTechnicalUser.password
attribute.java.lang.String
getPassword(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.password
attribute.java.lang.String
getTechnicalUser()
Generated method - Getter of theCecTechnicalUser.technicalUser
attribute.java.lang.String
getTechnicalUser(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.technicalUser
attribute.java.lang.String
getTenantName()
Generated method - Getter of theCecTechnicalUser.tenantName
attribute.java.lang.String
getTenantName(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.tenantName
attribute.void
removeFromCecServiceMappings(AbstractCecServiceMapping value)
Generated method - Removesvalue
from CecServiceMappings.void
removeFromCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)
Generated method - Removesvalue
from CecServiceMappings.void
setCecServiceMappings(SessionContext ctx, java.util.Set<AbstractCecServiceMapping> value)
Generated method - Setter of theCecTechnicalUser.CecServiceMappings
attribute.void
setCecServiceMappings(java.util.Set<AbstractCecServiceMapping> value)
Generated method - Setter of theCecTechnicalUser.CecServiceMappings
attribute.void
setOauthURL(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCecTechnicalUser.oauthURL
attribute.void
setOauthURL(java.lang.String value)
Generated method - Setter of theCecTechnicalUser.oauthURL
attribute.void
setPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCecTechnicalUser.password
attribute.void
setPassword(java.lang.String value)
Generated method - Setter of theCecTechnicalUser.password
attribute.void
setTechnicalUser(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCecTechnicalUser.technicalUser
attribute.void
setTechnicalUser(java.lang.String value)
Generated method - Setter of theCecTechnicalUser.technicalUser
attribute.void
setTenantName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCecTechnicalUser.tenantName
attribute.void
setTenantName(java.lang.String value)
Generated method - Setter of theCecTechnicalUser.tenantName
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, 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, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
TENANTNAME
public static final java.lang.String TENANTNAME
Qualifier of theCecTechnicalUser.tenantName
attribute- See Also:
- Constant Field Values
-
TECHNICALUSER
public static final java.lang.String TECHNICALUSER
Qualifier of theCecTechnicalUser.technicalUser
attribute- See Also:
- Constant Field Values
-
PASSWORD
public static final java.lang.String PASSWORD
Qualifier of theCecTechnicalUser.password
attribute- See Also:
- Constant Field Values
-
OAUTHURL
public static final java.lang.String OAUTHURL
Qualifier of theCecTechnicalUser.oauthURL
attribute- See Also:
- Constant Field Values
-
CECSERVICEMAPPINGS
public static final java.lang.String CECSERVICEMAPPINGS
Qualifier of theCecTechnicalUser.CecServiceMappings
attribute- See Also:
- Constant Field Values
-
CECSERVICEMAPPINGSHANDLER
protected static final OneToManyHandler<AbstractCecServiceMapping> CECSERVICEMAPPINGSHANDLER
OneToManyHandler
for handling 1:n CECSERVICEMAPPINGS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getCecServiceMappings
public java.util.Set<AbstractCecServiceMapping> getCecServiceMappings(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.CecServiceMappings
attribute.- Returns:
- the CecServiceMappings
-
getCecServiceMappings
public java.util.Set<AbstractCecServiceMapping> getCecServiceMappings()
Generated method - Getter of theCecTechnicalUser.CecServiceMappings
attribute.- Returns:
- the CecServiceMappings
-
setCecServiceMappings
public void setCecServiceMappings(SessionContext ctx, java.util.Set<AbstractCecServiceMapping> value)
Generated method - Setter of theCecTechnicalUser.CecServiceMappings
attribute.- Parameters:
value
- the CecServiceMappings
-
setCecServiceMappings
public void setCecServiceMappings(java.util.Set<AbstractCecServiceMapping> value)
Generated method - Setter of theCecTechnicalUser.CecServiceMappings
attribute.- Parameters:
value
- the CecServiceMappings
-
addToCecServiceMappings
public void addToCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)
Generated method - Addsvalue
to CecServiceMappings.- Parameters:
value
- the item to add to CecServiceMappings
-
addToCecServiceMappings
public void addToCecServiceMappings(AbstractCecServiceMapping value)
Generated method - Addsvalue
to CecServiceMappings.- Parameters:
value
- the item to add to CecServiceMappings
-
removeFromCecServiceMappings
public void removeFromCecServiceMappings(SessionContext ctx, AbstractCecServiceMapping value)
Generated method - Removesvalue
from CecServiceMappings.- Parameters:
value
- the item to remove from CecServiceMappings
-
removeFromCecServiceMappings
public void removeFromCecServiceMappings(AbstractCecServiceMapping value)
Generated method - Removesvalue
from CecServiceMappings.- Parameters:
value
- the item to remove from CecServiceMappings
-
getOauthURL
public java.lang.String getOauthURL(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.oauthURL
attribute.- Returns:
- the oauthURL
-
getOauthURL
public java.lang.String getOauthURL()
Generated method - Getter of theCecTechnicalUser.oauthURL
attribute.- Returns:
- the oauthURL
-
setOauthURL
public void setOauthURL(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCecTechnicalUser.oauthURL
attribute.- Parameters:
value
- the oauthURL
-
setOauthURL
public void setOauthURL(java.lang.String value)
Generated method - Setter of theCecTechnicalUser.oauthURL
attribute.- Parameters:
value
- the oauthURL
-
getPassword
public java.lang.String getPassword(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.password
attribute.- Returns:
- the password
-
getPassword
public java.lang.String getPassword()
Generated method - Getter of theCecTechnicalUser.password
attribute.- Returns:
- the password
-
setPassword
public void setPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCecTechnicalUser.password
attribute.- Parameters:
value
- the password
-
setPassword
public void setPassword(java.lang.String value)
Generated method - Setter of theCecTechnicalUser.password
attribute.- Parameters:
value
- the password
-
getTechnicalUser
public java.lang.String getTechnicalUser(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.technicalUser
attribute.- Returns:
- the technicalUser
-
getTechnicalUser
public java.lang.String getTechnicalUser()
Generated method - Getter of theCecTechnicalUser.technicalUser
attribute.- Returns:
- the technicalUser
-
setTechnicalUser
public void setTechnicalUser(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCecTechnicalUser.technicalUser
attribute.- Parameters:
value
- the technicalUser
-
setTechnicalUser
public void setTechnicalUser(java.lang.String value)
Generated method - Setter of theCecTechnicalUser.technicalUser
attribute.- Parameters:
value
- the technicalUser
-
getTenantName
public java.lang.String getTenantName(SessionContext ctx)
Generated method - Getter of theCecTechnicalUser.tenantName
attribute.- Returns:
- the tenantName
-
getTenantName
public java.lang.String getTenantName()
Generated method - Getter of theCecTechnicalUser.tenantName
attribute.- Returns:
- the tenantName
-
setTenantName
public void setTenantName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCecTechnicalUser.tenantName
attribute.- Parameters:
value
- the tenantName
-
setTenantName
public void setTenantName(java.lang.String value)
Generated method - Setter of theCecTechnicalUser.tenantName
attribute.- Parameters:
value
- the tenantName
-
-