Package de.hybris.platform.b2b.jalo
Class GeneratedB2BPermission
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.b2b.jalo.GeneratedB2BPermission
- All Implemented Interfaces:
Serializable,Comparable
- Direct Known Subclasses:
B2BPermission
Generated class for type
B2BPermission.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImplNested 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
FieldsModifier and TypeFieldDescriptionstatic final StringQualifier of theB2BPermission.activeattributeprotected static StringRelation disable markmodifed parameter constants for B2BCustomer2B2BPermissions from ((b2bapprovalprocess))protected static StringRelation ordering override parameter constants for B2BCustomer2B2BPermissions from ((b2bapprovalprocess))protected static Stringprotected static StringRelation disable markmodifed parameter constants for B2BUserGroups2B2BPermissions from ((b2bapprovalprocess))protected static StringRelation ordering override parameter constants for B2BUserGroups2B2BPermissions from ((b2bapprovalprocess))protected static Stringstatic final StringQualifier of theB2BPermission.codeattributestatic final StringQualifier of theB2BPermission.Customersattributeprotected static final Map<String,Item.AttributeMode> static final StringQualifier of theB2BPermission.messageattributestatic final StringQualifier of theB2BPermission.Unitattributeprotected static final BidirectionalOneToManyHandler<GeneratedB2BPermission>BidirectionalOneToManyHandlerfor handling 1:n UNIT's relation attributes from 'one' side.static final StringQualifier of theB2BPermission.UnitPOSattributestatic final StringQualifier of theB2BPermission.UserGroupsattributeFields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLEDFields 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, TYPEFields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToCustomers(B2BCustomer value) Generated method - Addsvalueto Customers.voidaddToCustomers(SessionContext ctx, B2BCustomer value) Generated method - Addsvalueto Customers.voidaddToUserGroups(B2BUserGroup value) Generated method - Addsvalueto UserGroups.voidaddToUserGroups(SessionContext ctx, B2BUserGroup value) Generated method - Addsvalueto UserGroups.protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) Has to be implemented for each concrete subtype of item.Generated method - Getter of theB2BPermission.messageattribute.Generated method - Getter of theB2BPermission.messageattribute.getCode()Generated method - Getter of theB2BPermission.codeattribute.getCode(SessionContext ctx) Generated method - Getter of theB2BPermission.codeattribute.Generated method - Getter of theB2BPermission.Customersattribute.Generated method - Getter of theB2BPermission.Customersattribute.longlongprotected Map<String,Item.AttributeMode> Generated method - Getter of theB2BPermission.messageattribute.getMessage(SessionContext ctx) Generated method - Getter of theB2BPermission.messageattribute.getUnit()Generated method - Getter of theB2BPermission.Unitattribute.getUnit(SessionContext ctx) Generated method - Getter of theB2BPermission.Unitattribute.Generated method - Getter of theB2BPermission.UserGroupsattribute.Generated method - Getter of theB2BPermission.UserGroupsattribute.longlongisActive()Generated method - Getter of theB2BPermission.activeattribute.isActive(SessionContext ctx) Generated method - Getter of theB2BPermission.activeattribute.booleanGenerated method - Getter of theB2BPermission.activeattribute.booleanGenerated method - Getter of theB2BPermission.activeattribute.booleanisMarkModifiedDisabled(Item referencedItem) Deprecated, for removal: This API element is subject to removal in a future version.voidremoveFromCustomers(B2BCustomer value) Generated method - Removesvaluefrom Customers.voidremoveFromCustomers(SessionContext ctx, B2BCustomer value) Generated method - Removesvaluefrom Customers.voidremoveFromUserGroups(B2BUserGroup value) Generated method - Removesvaluefrom UserGroups.voidremoveFromUserGroups(SessionContext ctx, B2BUserGroup value) Generated method - Removesvaluefrom UserGroups.voidsetActive(boolean value) Generated method - Setter of theB2BPermission.activeattribute.voidsetActive(SessionContext ctx, boolean value) Generated method - Setter of theB2BPermission.activeattribute.voidsetActive(SessionContext ctx, Boolean value) Generated method - Setter of theB2BPermission.activeattribute.voidGenerated method - Setter of theB2BPermission.activeattribute.voidsetAllMessage(SessionContext ctx, Map<Language, String> value) Generated method - Setter of theB2BPermission.messageattribute.voidsetAllMessage(Map<Language, String> value) Generated method - Setter of theB2BPermission.messageattribute.voidsetCode(SessionContext ctx, String value) Generated method - Setter of theB2BPermission.codeattribute.voidGenerated method - Setter of theB2BPermission.codeattribute.voidsetCustomers(SessionContext ctx, Collection<B2BCustomer> value) Generated method - Setter of theB2BPermission.Customersattribute.voidsetCustomers(Collection<B2BCustomer> value) Generated method - Setter of theB2BPermission.Customersattribute.voidsetMessage(SessionContext ctx, String value) Generated method - Setter of theB2BPermission.messageattribute.voidsetMessage(String value) Generated method - Setter of theB2BPermission.messageattribute.voidGenerated method - Setter of theB2BPermission.Unitattribute.voidsetUnit(SessionContext ctx, B2BUnit value) Generated method - Setter of theB2BPermission.Unitattribute.voidsetUserGroups(SessionContext ctx, List<B2BUserGroup> value) Generated method - Setter of theB2BPermission.UserGroupsattribute.voidsetUserGroups(List<B2BUserGroup> value) Generated method - Setter of theB2BPermission.UserGroupsattribute.Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItemsMethods 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, setLocalizedPropertyMethods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyMethods 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, getPartOfRemovedSessionMarker, 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, suppressRelation, toString, useTA, writeReplaceMethods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
Field Details
-
CODE
Qualifier of theB2BPermission.codeattribute- See Also:
-
ACTIVE
Qualifier of theB2BPermission.activeattribute- See Also:
-
MESSAGE
Qualifier of theB2BPermission.messageattribute- See Also:
-
USERGROUPS
Qualifier of theB2BPermission.UserGroupsattribute- See Also:
-
B2BUSERGROUPS2B2BPERMISSIONS_SRC_ORDERED
Relation ordering override parameter constants for B2BUserGroups2B2BPermissions from ((b2bapprovalprocess)) -
B2BUSERGROUPS2B2BPERMISSIONS_TGT_ORDERED
-
B2BUSERGROUPS2B2BPERMISSIONS_MARKMODIFIED
Relation disable markmodifed parameter constants for B2BUserGroups2B2BPermissions from ((b2bapprovalprocess)) -
UNITPOS
Qualifier of theB2BPermission.UnitPOSattribute- See Also:
-
UNIT
Qualifier of theB2BPermission.Unitattribute- See Also:
-
CUSTOMERS
Qualifier of theB2BPermission.Customersattribute- See Also:
-
B2BCUSTOMER2B2BPERMISSIONS_SRC_ORDERED
Relation ordering override parameter constants for B2BCustomer2B2BPermissions from ((b2bapprovalprocess)) -
B2BCUSTOMER2B2BPERMISSIONS_TGT_ORDERED
-
B2BCUSTOMER2B2BPERMISSIONS_MARKMODIFIED
Relation disable markmodifed parameter constants for B2BCustomer2B2BPermissions from ((b2bapprovalprocess)) -
UNITHANDLER
BidirectionalOneToManyHandlerfor handling 1:n UNIT's relation attributes from 'one' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedB2BPermission
public GeneratedB2BPermission()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classItem
-
isActive
Generated method - Getter of theB2BPermission.activeattribute.- Returns:
- the active
-
isActive
Generated method - Getter of theB2BPermission.activeattribute.- Returns:
- the active
-
isActiveAsPrimitive
Generated method - Getter of theB2BPermission.activeattribute.- Returns:
- the active
-
isActiveAsPrimitive
public boolean isActiveAsPrimitive()Generated method - Getter of theB2BPermission.activeattribute.- Returns:
- the active
-
setActive
Generated method - Setter of theB2BPermission.activeattribute.- Parameters:
value- the active
-
setActive
Generated method - Setter of theB2BPermission.activeattribute.- Parameters:
value- the active
-
setActive
Generated method - Setter of theB2BPermission.activeattribute.- Parameters:
value- the active
-
setActive
public void setActive(boolean value) Generated method - Setter of theB2BPermission.activeattribute.- Parameters:
value- the active
-
getCode
Generated method - Getter of theB2BPermission.codeattribute.- Returns:
- the code
-
getCode
Generated method - Getter of theB2BPermission.codeattribute.- Returns:
- the code
-
setCode
Generated method - Setter of theB2BPermission.codeattribute.- Parameters:
value- the code
-
setCode
Generated method - Setter of theB2BPermission.codeattribute.- Parameters:
value- the code
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException Description copied from class:ItemHas to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map).In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }- Overrides:
createItemin classGenericItem- Parameters:
ctx- the current session context which this item is created withintype- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException- indicates an error during creation - any changes will be rollbacked
-
getCustomers
Generated method - Getter of theB2BPermission.Customersattribute.- Returns:
- the Customers
-
getCustomers
Generated method - Getter of theB2BPermission.Customersattribute.- Returns:
- the Customers
-
getCustomersCount
-
getCustomersCount
public long getCustomersCount() -
setCustomers
Generated method - Setter of theB2BPermission.Customersattribute.- Parameters:
value- the Customers
-
setCustomers
Generated method - Setter of theB2BPermission.Customersattribute.- Parameters:
value- the Customers
-
addToCustomers
Generated method - Addsvalueto Customers.- Parameters:
value- the item to add to Customers
-
addToCustomers
Generated method - Addsvalueto Customers.- Parameters:
value- the item to add to Customers
-
removeFromCustomers
Generated method - Removesvaluefrom Customers.- Parameters:
value- the item to remove from Customers
-
removeFromCustomers
Generated method - Removesvaluefrom Customers.- Parameters:
value- the item to remove from Customers
-
isMarkModifiedDisabled
@Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isMarkModifiedDisabledin classItem
-
getMessage
Generated method - Getter of theB2BPermission.messageattribute.- Returns:
- the message
-
getMessage
Generated method - Getter of theB2BPermission.messageattribute.- Returns:
- the message
-
getAllMessage
Generated method - Getter of theB2BPermission.messageattribute.- Returns:
- the localized message
-
getAllMessage
Generated method - Getter of theB2BPermission.messageattribute.- Returns:
- the localized message
-
setMessage
Generated method - Setter of theB2BPermission.messageattribute.- Parameters:
value- the message
-
setMessage
Generated method - Setter of theB2BPermission.messageattribute.- Parameters:
value- the message
-
setAllMessage
Generated method - Setter of theB2BPermission.messageattribute.- Parameters:
value- the message
-
setAllMessage
Generated method - Setter of theB2BPermission.messageattribute.- Parameters:
value- the message
-
getUnit
Generated method - Getter of theB2BPermission.Unitattribute.- Returns:
- the Unit - The Parent B2BUnit
-
getUnit
Generated method - Getter of theB2BPermission.Unitattribute.- Returns:
- the Unit - The Parent B2BUnit
-
setUnit
Generated method - Setter of theB2BPermission.Unitattribute.- Parameters:
value- the Unit - The Parent B2BUnit
-
setUnit
Generated method - Setter of theB2BPermission.Unitattribute.- Parameters:
value- the Unit - The Parent B2BUnit
-
getUserGroups
Generated method - Getter of theB2BPermission.UserGroupsattribute.- Returns:
- the UserGroups
-
getUserGroups
Generated method - Getter of theB2BPermission.UserGroupsattribute.- Returns:
- the UserGroups
-
getUserGroupsCount
-
getUserGroupsCount
public long getUserGroupsCount() -
setUserGroups
Generated method - Setter of theB2BPermission.UserGroupsattribute.- Parameters:
value- the UserGroups
-
setUserGroups
Generated method - Setter of theB2BPermission.UserGroupsattribute.- Parameters:
value- the UserGroups
-
addToUserGroups
Generated method - Addsvalueto UserGroups.- Parameters:
value- the item to add to UserGroups
-
addToUserGroups
Generated method - Addsvalueto UserGroups.- Parameters:
value- the item to add to UserGroups
-
removeFromUserGroups
Generated method - Removesvaluefrom UserGroups.- Parameters:
value- the item to remove from UserGroups
-
removeFromUserGroups
Generated method - Removesvaluefrom UserGroups.- Parameters:
value- the item to remove from UserGroups
-
Utilities.getMarkModifiedOverride(de.hybris.platform.jalo.type.RelationType)