Package de.hybris.platform.cockpit.jalo
Class GeneratedCockpitUIComponentAccessRight
- 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
-
- de.hybris.platform.cockpit.jalo.GeneratedCockpitUIComponentAccessRight
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
CockpitUIComponentAccessRight
public abstract class GeneratedCockpitUIComponentAccessRight extends GenericItem
Generated class for typeCockpitUIComponentAccessRight
.- 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
CODE
Qualifier of theCockpitUIComponentAccessRight.code
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
protected static java.lang.String
PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2CockpitUIComponentReadAccessRelation from ((cockpit))protected static java.lang.String
PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2CockpitUIComponentReadAccessRelation from ((cockpit))protected static java.lang.String
PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION_TGT_ORDERED
protected static java.lang.String
PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2CockpitUIComponentWriteAccessRelation from ((cockpit))protected static java.lang.String
PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2CockpitUIComponentWriteAccessRelation from ((cockpit))protected static java.lang.String
PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION_TGT_ORDERED
static java.lang.String
READPRINCIPALS
Qualifier of theCockpitUIComponentAccessRight.readPrincipals
attributestatic java.lang.String
WRITEPRINCIPALS
Qualifier of theCockpitUIComponentAccessRight.writePrincipals
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 GeneratedCockpitUIComponentAccessRight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToReadPrincipals(Principal value)
Generated method - Addsvalue
to readPrincipals.void
addToReadPrincipals(SessionContext ctx, Principal value)
Generated method - Addsvalue
to readPrincipals.void
addToWritePrincipals(Principal value)
Generated method - Addsvalue
to writePrincipals.void
addToWritePrincipals(SessionContext ctx, Principal value)
Generated method - Addsvalue
to writePrincipals.java.lang.String
getCode()
Generated method - Getter of theCockpitUIComponentAccessRight.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theCockpitUIComponentAccessRight.code
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.Collection<Principal>
getReadPrincipals()
Generated method - Getter of theCockpitUIComponentAccessRight.readPrincipals
attribute.java.util.Collection<Principal>
getReadPrincipals(SessionContext ctx)
Generated method - Getter of theCockpitUIComponentAccessRight.readPrincipals
attribute.long
getReadPrincipalsCount()
long
getReadPrincipalsCount(SessionContext ctx)
java.util.Collection<Principal>
getWritePrincipals()
Generated method - Getter of theCockpitUIComponentAccessRight.writePrincipals
attribute.java.util.Collection<Principal>
getWritePrincipals(SessionContext ctx)
Generated method - Getter of theCockpitUIComponentAccessRight.writePrincipals
attribute.long
getWritePrincipalsCount()
long
getWritePrincipalsCount(SessionContext ctx)
boolean
isMarkModifiedDisabled(Item referencedItem)
void
removeFromReadPrincipals(Principal value)
Generated method - Removesvalue
from readPrincipals.void
removeFromReadPrincipals(SessionContext ctx, Principal value)
Generated method - Removesvalue
from readPrincipals.void
removeFromWritePrincipals(Principal value)
Generated method - Removesvalue
from writePrincipals.void
removeFromWritePrincipals(SessionContext ctx, Principal value)
Generated method - Removesvalue
from writePrincipals.void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCockpitUIComponentAccessRight.code
attribute.void
setCode(java.lang.String value)
Generated method - Setter of theCockpitUIComponentAccessRight.code
attribute.void
setReadPrincipals(SessionContext ctx, java.util.Collection<Principal> value)
Generated method - Setter of theCockpitUIComponentAccessRight.readPrincipals
attribute.void
setReadPrincipals(java.util.Collection<Principal> value)
Generated method - Setter of theCockpitUIComponentAccessRight.readPrincipals
attribute.void
setWritePrincipals(SessionContext ctx, java.util.Collection<Principal> value)
Generated method - Setter of theCockpitUIComponentAccessRight.writePrincipals
attribute.void
setWritePrincipals(java.util.Collection<Principal> value)
Generated method - Setter of theCockpitUIComponentAccessRight.writePrincipals
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, 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
-
CODE
public static final java.lang.String CODE
Qualifier of theCockpitUIComponentAccessRight.code
attribute- See Also:
- Constant Field Values
-
READPRINCIPALS
public static final java.lang.String READPRINCIPALS
Qualifier of theCockpitUIComponentAccessRight.readPrincipals
attribute- See Also:
- Constant Field Values
-
PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION_SRC_ORDERED
protected static java.lang.String PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2CockpitUIComponentReadAccessRelation from ((cockpit))
-
PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION_TGT_ORDERED
protected static java.lang.String PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION_TGT_ORDERED
-
PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION_MARKMODIFIED
protected static java.lang.String PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2CockpitUIComponentReadAccessRelation from ((cockpit))
-
WRITEPRINCIPALS
public static final java.lang.String WRITEPRINCIPALS
Qualifier of theCockpitUIComponentAccessRight.writePrincipals
attribute- See Also:
- Constant Field Values
-
PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION_SRC_ORDERED
protected static java.lang.String PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2CockpitUIComponentWriteAccessRelation from ((cockpit))
-
PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION_TGT_ORDERED
protected static java.lang.String PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION_TGT_ORDERED
-
PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION_MARKMODIFIED
protected static java.lang.String PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2CockpitUIComponentWriteAccessRelation from ((cockpit))
-
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
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theCockpitUIComponentAccessRight.code
attribute.- Returns:
- the code - Code of component
-
getCode
public java.lang.String getCode()
Generated method - Getter of theCockpitUIComponentAccessRight.code
attribute.- Returns:
- the code - Code of component
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCockpitUIComponentAccessRight.code
attribute.- Parameters:
value
- the code - Code of component
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theCockpitUIComponentAccessRight.code
attribute.- Parameters:
value
- the code - Code of component
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabled
in classItem
-
getReadPrincipals
public java.util.Collection<Principal> getReadPrincipals(SessionContext ctx)
Generated method - Getter of theCockpitUIComponentAccessRight.readPrincipals
attribute.- Returns:
- the readPrincipals
-
getReadPrincipals
public java.util.Collection<Principal> getReadPrincipals()
Generated method - Getter of theCockpitUIComponentAccessRight.readPrincipals
attribute.- Returns:
- the readPrincipals
-
getReadPrincipalsCount
public long getReadPrincipalsCount(SessionContext ctx)
-
getReadPrincipalsCount
public long getReadPrincipalsCount()
-
setReadPrincipals
public void setReadPrincipals(SessionContext ctx, java.util.Collection<Principal> value)
Generated method - Setter of theCockpitUIComponentAccessRight.readPrincipals
attribute.- Parameters:
value
- the readPrincipals
-
setReadPrincipals
public void setReadPrincipals(java.util.Collection<Principal> value)
Generated method - Setter of theCockpitUIComponentAccessRight.readPrincipals
attribute.- Parameters:
value
- the readPrincipals
-
addToReadPrincipals
public void addToReadPrincipals(SessionContext ctx, Principal value)
Generated method - Addsvalue
to readPrincipals.- Parameters:
value
- the item to add to readPrincipals
-
addToReadPrincipals
public void addToReadPrincipals(Principal value)
Generated method - Addsvalue
to readPrincipals.- Parameters:
value
- the item to add to readPrincipals
-
removeFromReadPrincipals
public void removeFromReadPrincipals(SessionContext ctx, Principal value)
Generated method - Removesvalue
from readPrincipals.- Parameters:
value
- the item to remove from readPrincipals
-
removeFromReadPrincipals
public void removeFromReadPrincipals(Principal value)
Generated method - Removesvalue
from readPrincipals.- Parameters:
value
- the item to remove from readPrincipals
-
getWritePrincipals
public java.util.Collection<Principal> getWritePrincipals(SessionContext ctx)
Generated method - Getter of theCockpitUIComponentAccessRight.writePrincipals
attribute.- Returns:
- the writePrincipals
-
getWritePrincipals
public java.util.Collection<Principal> getWritePrincipals()
Generated method - Getter of theCockpitUIComponentAccessRight.writePrincipals
attribute.- Returns:
- the writePrincipals
-
getWritePrincipalsCount
public long getWritePrincipalsCount(SessionContext ctx)
-
getWritePrincipalsCount
public long getWritePrincipalsCount()
-
setWritePrincipals
public void setWritePrincipals(SessionContext ctx, java.util.Collection<Principal> value)
Generated method - Setter of theCockpitUIComponentAccessRight.writePrincipals
attribute.- Parameters:
value
- the writePrincipals
-
setWritePrincipals
public void setWritePrincipals(java.util.Collection<Principal> value)
Generated method - Setter of theCockpitUIComponentAccessRight.writePrincipals
attribute.- Parameters:
value
- the writePrincipals
-
addToWritePrincipals
public void addToWritePrincipals(SessionContext ctx, Principal value)
Generated method - Addsvalue
to writePrincipals.- Parameters:
value
- the item to add to writePrincipals
-
addToWritePrincipals
public void addToWritePrincipals(Principal value)
Generated method - Addsvalue
to writePrincipals.- Parameters:
value
- the item to add to writePrincipals
-
removeFromWritePrincipals
public void removeFromWritePrincipals(SessionContext ctx, Principal value)
Generated method - Removesvalue
from writePrincipals.- Parameters:
value
- the item to remove from writePrincipals
-
removeFromWritePrincipals
public void removeFromWritePrincipals(Principal value)
Generated method - Removesvalue
from writePrincipals.- Parameters:
value
- the item to remove from writePrincipals
-
-