Package de.hybris.platform.jalo.security
Class GeneratedPrincipalGroup
- 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.jalo.security.GeneratedPrincipal
-
- de.hybris.platform.jalo.security.Principal
-
- de.hybris.platform.jalo.security.GeneratedPrincipalGroup
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
PrincipalGroup
public abstract class GeneratedPrincipalGroup extends Principal
Generated class for typePrincipalGroup.- 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 protected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringLOCNAMEQualifier of thePrincipalGroup.locNameattributestatic java.lang.StringMAXBRUTEFORCELOGINATTEMPTSQualifier of thePrincipalGroup.maxBruteForceLoginAttemptsattributestatic java.lang.StringMEMBERSQualifier of thePrincipalGroup.membersattributeprotected static java.lang.StringPRINCIPALGROUPRELATION_MARKMODIFIEDRelation disable markmodifed parameter constants for PrincipalGroupRelation from ((core))protected static java.lang.StringPRINCIPALGROUPRELATION_SRC_ORDEREDRelation ordering override parameter constants for PrincipalGroupRelation from ((core))protected static java.lang.StringPRINCIPALGROUPRELATION_TGT_ORDERED-
Fields inherited from class de.hybris.platform.jalo.security.Principal
ALLGROUPS, ALLSEARCHRESTRICTIONS, DISPLAYNAME, PRINCIPAL_GROUP_RELATION_NAME
-
Fields inherited from class de.hybris.platform.jalo.security.GeneratedPrincipal
DESCRIPTION, GROUPS, NAME, SEARCHRESTRICTIONS, SEARCHRESTRICTIONSHANDLER, UID
-
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 GeneratedPrincipalGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToMembers(Principal value)Generated method - Addsvalueto members.voidaddToMembers(SessionContext ctx, Principal value)Generated method - Addsvalueto members.java.util.Map<Language,java.lang.String>getAllLocName()Generated method - Getter of thePrincipalGroup.locNameattribute.java.util.Map<Language,java.lang.String>getAllLocName(SessionContext ctx)Generated method - Getter of thePrincipalGroup.locNameattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetLocName()Generated method - Getter of thePrincipalGroup.locNameattribute.java.lang.StringgetLocName(SessionContext ctx)Generated method - Getter of thePrincipalGroup.locNameattribute.java.lang.IntegergetMaxBruteForceLoginAttempts()Generated method - Getter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.java.lang.IntegergetMaxBruteForceLoginAttempts(SessionContext ctx)Generated method - Getter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.intgetMaxBruteForceLoginAttemptsAsPrimitive()Generated method - Getter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.intgetMaxBruteForceLoginAttemptsAsPrimitive(SessionContext ctx)Generated method - Getter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.java.util.Set<Principal>getMembers()Generated method - Getter of thePrincipalGroup.membersattribute.java.util.Set<Principal>getMembers(SessionContext ctx)Generated method - Getter of thePrincipalGroup.membersattribute.longgetMembersCount()longgetMembersCount(SessionContext ctx)booleanisMarkModifiedDisabled(Item referencedItem)voidremoveFromMembers(Principal value)Generated method - Removesvaluefrom members.voidremoveFromMembers(SessionContext ctx, Principal value)Generated method - Removesvaluefrom members.voidsetAllLocName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of thePrincipalGroup.locNameattribute.voidsetAllLocName(java.util.Map<Language,java.lang.String> value)Generated method - Setter of thePrincipalGroup.locNameattribute.voidsetLocName(SessionContext ctx, java.lang.String value)Generated method - Setter of thePrincipalGroup.locNameattribute.voidsetLocName(java.lang.String value)Generated method - Setter of thePrincipalGroup.locNameattribute.voidsetMaxBruteForceLoginAttempts(int value)Generated method - Setter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.voidsetMaxBruteForceLoginAttempts(SessionContext ctx, int value)Generated method - Setter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.voidsetMaxBruteForceLoginAttempts(SessionContext ctx, java.lang.Integer value)Generated method - Setter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.voidsetMaxBruteForceLoginAttempts(java.lang.Integer value)Generated method - Setter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.voidsetMembers(SessionContext ctx, java.util.Set<Principal> value)Generated method - Setter of thePrincipalGroup.membersattribute.voidsetMembers(java.util.Set<Principal> value)Generated method - Setter of thePrincipalGroup.membersattribute.-
Methods inherited from class de.hybris.platform.jalo.security.Principal
addGlobalNegativePermission, addGlobalPermission, addGlobalPermissions, addGlobalPositivePermission, addToGroup, checkConsistencyUid, checkGlobalPermission, checkOwnGlobalPermission, checkSystemPrincipal, clearGlobalPermission, clearGlobalPermissions, getAllDisplayName, getAllDisplayName, getAllGlobalNegativePermissions, getAllGlobalPositivePermissions, getAllGroups, getAllGroups, getAllSearchRestrictions, getAllSearchRestrictions, getDisplayName, getDisplayName, getGlobalNegativePermissions, getGlobalPermissions, getGlobalPositivePermissions, getGroups, getItemPermissionsMap, getUid, getUID, isAdmin, isMemberOf, isMemberOf, remove, removeFromGroup, setGroups, setItemPermissionsByMap, setUID, toString
-
Methods inherited from class de.hybris.platform.jalo.security.GeneratedPrincipal
addToGroups, addToGroups, getDescription, getDescription, getGroups, getGroupsCount, getGroupsCount, getName, getName, getSearchRestrictions, getSearchRestrictions, getUid, removeFromGroups, removeFromGroups, setDescription, setDescription, setGroups, setName, setName, setUid, setUid
-
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, 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, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
LOCNAME
public static final java.lang.String LOCNAME
Qualifier of thePrincipalGroup.locNameattribute- See Also:
- Constant Field Values
-
MAXBRUTEFORCELOGINATTEMPTS
public static final java.lang.String MAXBRUTEFORCELOGINATTEMPTS
Qualifier of thePrincipalGroup.maxBruteForceLoginAttemptsattribute- See Also:
- Constant Field Values
-
MEMBERS
public static final java.lang.String MEMBERS
Qualifier of thePrincipalGroup.membersattribute- See Also:
- Constant Field Values
-
PRINCIPALGROUPRELATION_SRC_ORDERED
protected static java.lang.String PRINCIPALGROUPRELATION_SRC_ORDERED
Relation ordering override parameter constants for PrincipalGroupRelation from ((core))
-
PRINCIPALGROUPRELATION_TGT_ORDERED
protected static java.lang.String PRINCIPALGROUPRELATION_TGT_ORDERED
-
PRINCIPALGROUPRELATION_MARKMODIFIED
protected static java.lang.String PRINCIPALGROUPRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for PrincipalGroupRelation from ((core))
-
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:
getDefaultAttributeModesin classGeneratedPrincipal
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabledin classGeneratedPrincipal
-
getLocName
public java.lang.String getLocName(SessionContext ctx)
Generated method - Getter of thePrincipalGroup.locNameattribute.- Returns:
- the locName
-
getLocName
public java.lang.String getLocName()
Generated method - Getter of thePrincipalGroup.locNameattribute.- Returns:
- the locName
-
getAllLocName
public java.util.Map<Language,java.lang.String> getAllLocName(SessionContext ctx)
Generated method - Getter of thePrincipalGroup.locNameattribute.- Returns:
- the localized locName
-
getAllLocName
public java.util.Map<Language,java.lang.String> getAllLocName()
Generated method - Getter of thePrincipalGroup.locNameattribute.- Returns:
- the localized locName
-
setLocName
public void setLocName(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePrincipalGroup.locNameattribute.- Parameters:
value- the locName
-
setLocName
public void setLocName(java.lang.String value)
Generated method - Setter of thePrincipalGroup.locNameattribute.- Parameters:
value- the locName
-
setAllLocName
public void setAllLocName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of thePrincipalGroup.locNameattribute.- Parameters:
value- the locName
-
setAllLocName
public void setAllLocName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of thePrincipalGroup.locNameattribute.- Parameters:
value- the locName
-
getMaxBruteForceLoginAttempts
public java.lang.Integer getMaxBruteForceLoginAttempts(SessionContext ctx)
Generated method - Getter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.- Returns:
- the maxBruteForceLoginAttempts
-
getMaxBruteForceLoginAttempts
public java.lang.Integer getMaxBruteForceLoginAttempts()
Generated method - Getter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.- Returns:
- the maxBruteForceLoginAttempts
-
getMaxBruteForceLoginAttemptsAsPrimitive
public int getMaxBruteForceLoginAttemptsAsPrimitive(SessionContext ctx)
Generated method - Getter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.- Returns:
- the maxBruteForceLoginAttempts
-
getMaxBruteForceLoginAttemptsAsPrimitive
public int getMaxBruteForceLoginAttemptsAsPrimitive()
Generated method - Getter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.- Returns:
- the maxBruteForceLoginAttempts
-
setMaxBruteForceLoginAttempts
public void setMaxBruteForceLoginAttempts(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.- Parameters:
value- the maxBruteForceLoginAttempts
-
setMaxBruteForceLoginAttempts
public void setMaxBruteForceLoginAttempts(java.lang.Integer value)
Generated method - Setter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.- Parameters:
value- the maxBruteForceLoginAttempts
-
setMaxBruteForceLoginAttempts
public void setMaxBruteForceLoginAttempts(SessionContext ctx, int value)
Generated method - Setter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.- Parameters:
value- the maxBruteForceLoginAttempts
-
setMaxBruteForceLoginAttempts
public void setMaxBruteForceLoginAttempts(int value)
Generated method - Setter of thePrincipalGroup.maxBruteForceLoginAttemptsattribute.- Parameters:
value- the maxBruteForceLoginAttempts
-
getMembers
public java.util.Set<Principal> getMembers(SessionContext ctx)
Generated method - Getter of thePrincipalGroup.membersattribute.- Returns:
- the members
-
getMembers
public java.util.Set<Principal> getMembers()
Generated method - Getter of thePrincipalGroup.membersattribute.- Returns:
- the members
-
getMembersCount
public long getMembersCount(SessionContext ctx)
-
getMembersCount
public long getMembersCount()
-
setMembers
public void setMembers(SessionContext ctx, java.util.Set<Principal> value)
Generated method - Setter of thePrincipalGroup.membersattribute.- Parameters:
value- the members
-
setMembers
public void setMembers(java.util.Set<Principal> value)
Generated method - Setter of thePrincipalGroup.membersattribute.- Parameters:
value- the members
-
addToMembers
public void addToMembers(SessionContext ctx, Principal value)
Generated method - Addsvalueto members.- Parameters:
value- the item to add to members
-
addToMembers
public void addToMembers(Principal value)
Generated method - Addsvalueto members.- Parameters:
value- the item to add to members
-
removeFromMembers
public void removeFromMembers(SessionContext ctx, Principal value)
Generated method - Removesvaluefrom members.- Parameters:
value- the item to remove from members
-
removeFromMembers
public void removeFromMembers(Principal value)
Generated method - Removesvaluefrom members.- Parameters:
value- the item to remove from members
-
-