Class GeneratedDroolsKIEBase
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.ruleengine.jalo.GeneratedDroolsKIEBase
- All Implemented Interfaces:
Serializable,Comparable
- Direct Known Subclasses:
DroolsKIEBase
Generated class for type
DroolsKIEBase.- 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 TypeFieldDescriptionprotected static final Map<String,Item.AttributeMode> static final StringQualifier of theDroolsKIEBase.defaultKIESessionattributestatic final StringQualifier of theDroolsKIEBase.equalityBehaviorattributestatic final StringQualifier of theDroolsKIEBase.eventProcessingModeattributestatic final StringQualifier of theDroolsKIEBase.kieModuleattributeprotected static final BidirectionalOneToManyHandler<GeneratedDroolsKIEBase>BidirectionalOneToManyHandlerfor handling 1:n KIEMODULE's relation attributes from 'one' side.static final StringQualifier of theDroolsKIEBase.kieSessionsattributeprotected static final OneToManyHandler<DroolsKIESession>OneToManyHandlerfor handling 1:n KIESESSIONS's relation attributes from 'many' side.static final StringQualifier of theDroolsKIEBase.nameattributestatic final StringQualifier of theDroolsKIEBase.rulesattributeprotected static final OneToManyHandler<DroolsRule>OneToManyHandlerfor handling 1:n RULES's relation attributes from 'many' side.Fields 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 TypeMethodDescriptionvoidaddToKieSessions(SessionContext ctx, DroolsKIESession value) Generated method - Addsvalueto kieSessions.voidaddToKieSessions(DroolsKIESession value) Generated method - Addsvalueto kieSessions.voidaddToRules(SessionContext ctx, DroolsRule value) Generated method - Addsvalueto rules.voidaddToRules(DroolsRule value) Generated method - Addsvalueto rules.protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) Has to be implemented for each concrete subtype of item.protected Map<String,Item.AttributeMode> Generated method - Getter of theDroolsKIEBase.defaultKIESessionattribute.Generated method - Getter of theDroolsKIEBase.defaultKIESessionattribute.Generated method - Getter of theDroolsKIEBase.equalityBehaviorattribute.Generated method - Getter of theDroolsKIEBase.equalityBehaviorattribute.Generated method - Getter of theDroolsKIEBase.eventProcessingModeattribute.Generated method - Getter of theDroolsKIEBase.eventProcessingModeattribute.Generated method - Getter of theDroolsKIEBase.kieModuleattribute.Generated method - Getter of theDroolsKIEBase.kieModuleattribute.Generated method - Getter of theDroolsKIEBase.kieSessionsattribute.Generated method - Getter of theDroolsKIEBase.kieSessionsattribute.getName()Generated method - Getter of theDroolsKIEBase.nameattribute.getName(SessionContext ctx) Generated method - Getter of theDroolsKIEBase.nameattribute.getRules()Generated method - Getter of theDroolsKIEBase.rulesattribute.getRules(SessionContext ctx) Generated method - Getter of theDroolsKIEBase.rulesattribute.voidremoveFromKieSessions(SessionContext ctx, DroolsKIESession value) Generated method - Removesvaluefrom kieSessions.voidGenerated method - Removesvaluefrom kieSessions.voidremoveFromRules(SessionContext ctx, DroolsRule value) Generated method - Removesvaluefrom rules.voidremoveFromRules(DroolsRule value) Generated method - Removesvaluefrom rules.voidsetDefaultKIESession(SessionContext ctx, DroolsKIESession value) Generated method - Setter of theDroolsKIEBase.defaultKIESessionattribute.voidGenerated method - Setter of theDroolsKIEBase.defaultKIESessionattribute.voidGenerated method - Setter of theDroolsKIEBase.equalityBehaviorattribute.voidsetEqualityBehavior(SessionContext ctx, EnumerationValue value) Generated method - Setter of theDroolsKIEBase.equalityBehaviorattribute.voidGenerated method - Setter of theDroolsKIEBase.eventProcessingModeattribute.voidsetEventProcessingMode(SessionContext ctx, EnumerationValue value) Generated method - Setter of theDroolsKIEBase.eventProcessingModeattribute.protected voidsetKieModule(SessionContext ctx, DroolsKIEModule value) Generated method - Setter of theDroolsKIEBase.kieModuleattribute.protected voidsetKieModule(DroolsKIEModule value) Generated method - Setter of theDroolsKIEBase.kieModuleattribute.voidsetKieSessions(SessionContext ctx, Collection<DroolsKIESession> value) Generated method - Setter of theDroolsKIEBase.kieSessionsattribute.voidsetKieSessions(Collection<DroolsKIESession> value) Generated method - Setter of theDroolsKIEBase.kieSessionsattribute.protected voidsetName(SessionContext ctx, String value) Generated method - Setter of theDroolsKIEBase.nameattribute.protected voidGenerated method - Setter of theDroolsKIEBase.nameattribute.voidsetRules(SessionContext ctx, Set<DroolsRule> value) Generated method - Setter of theDroolsKIEBase.rulesattribute.voidsetRules(Set<DroolsRule> value) Generated method - Setter of theDroolsKIEBase.rulesattribute.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, 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, suppressRelation, toString, useTA, writeReplaceMethods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
Field Details
-
NAME
Qualifier of theDroolsKIEBase.nameattribute- See Also:
-
EQUALITYBEHAVIOR
Qualifier of theDroolsKIEBase.equalityBehaviorattribute- See Also:
-
EVENTPROCESSINGMODE
Qualifier of theDroolsKIEBase.eventProcessingModeattribute- See Also:
-
DEFAULTKIESESSION
Qualifier of theDroolsKIEBase.defaultKIESessionattribute- See Also:
-
KIEMODULE
Qualifier of theDroolsKIEBase.kieModuleattribute- See Also:
-
KIESESSIONS
Qualifier of theDroolsKIEBase.kieSessionsattribute- See Also:
-
RULES
Qualifier of theDroolsKIEBase.rulesattribute- See Also:
-
KIEMODULEHANDLER
BidirectionalOneToManyHandlerfor handling 1:n KIEMODULE's relation attributes from 'one' side. -
KIESESSIONSHANDLER
OneToManyHandlerfor handling 1:n KIESESSIONS's relation attributes from 'many' side. -
RULESHANDLER
OneToManyHandlerfor handling 1:n RULES's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedDroolsKIEBase
public GeneratedDroolsKIEBase()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classItem
-
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
-
getDefaultKIESession
Generated method - Getter of theDroolsKIEBase.defaultKIESessionattribute.- Returns:
- the defaultKIESession - Default DroolsKIESession for DroolsKIEBase.
-
getDefaultKIESession
Generated method - Getter of theDroolsKIEBase.defaultKIESessionattribute.- Returns:
- the defaultKIESession - Default DroolsKIESession for DroolsKIEBase.
-
setDefaultKIESession
Generated method - Setter of theDroolsKIEBase.defaultKIESessionattribute.- Parameters:
value- the defaultKIESession - Default DroolsKIESession for DroolsKIEBase.
-
setDefaultKIESession
Generated method - Setter of theDroolsKIEBase.defaultKIESessionattribute.- Parameters:
value- the defaultKIESession - Default DroolsKIESession for DroolsKIEBase.
-
getEqualityBehavior
Generated method - Getter of theDroolsKIEBase.equalityBehaviorattribute.- Returns:
- the equalityBehavior
-
getEqualityBehavior
Generated method - Getter of theDroolsKIEBase.equalityBehaviorattribute.- Returns:
- the equalityBehavior
-
setEqualityBehavior
Generated method - Setter of theDroolsKIEBase.equalityBehaviorattribute.- Parameters:
value- the equalityBehavior
-
setEqualityBehavior
Generated method - Setter of theDroolsKIEBase.equalityBehaviorattribute.- Parameters:
value- the equalityBehavior
-
getEventProcessingMode
Generated method - Getter of theDroolsKIEBase.eventProcessingModeattribute.- Returns:
- the eventProcessingMode
-
getEventProcessingMode
Generated method - Getter of theDroolsKIEBase.eventProcessingModeattribute.- Returns:
- the eventProcessingMode
-
setEventProcessingMode
Generated method - Setter of theDroolsKIEBase.eventProcessingModeattribute.- Parameters:
value- the eventProcessingMode
-
setEventProcessingMode
Generated method - Setter of theDroolsKIEBase.eventProcessingModeattribute.- Parameters:
value- the eventProcessingMode
-
getKieModule
Generated method - Getter of theDroolsKIEBase.kieModuleattribute.- Returns:
- the kieModule
-
getKieModule
Generated method - Getter of theDroolsKIEBase.kieModuleattribute.- Returns:
- the kieModule
-
setKieModule
Generated method - Setter of theDroolsKIEBase.kieModuleattribute.- Parameters:
value- the kieModule
-
setKieModule
Generated method - Setter of theDroolsKIEBase.kieModuleattribute.- Parameters:
value- the kieModule
-
getKieSessions
Generated method - Getter of theDroolsKIEBase.kieSessionsattribute.- Returns:
- the kieSessions
-
getKieSessions
Generated method - Getter of theDroolsKIEBase.kieSessionsattribute.- Returns:
- the kieSessions
-
setKieSessions
Generated method - Setter of theDroolsKIEBase.kieSessionsattribute.- Parameters:
value- the kieSessions
-
setKieSessions
Generated method - Setter of theDroolsKIEBase.kieSessionsattribute.- Parameters:
value- the kieSessions
-
addToKieSessions
Generated method - Addsvalueto kieSessions.- Parameters:
value- the item to add to kieSessions
-
addToKieSessions
Generated method - Addsvalueto kieSessions.- Parameters:
value- the item to add to kieSessions
-
removeFromKieSessions
Generated method - Removesvaluefrom kieSessions.- Parameters:
value- the item to remove from kieSessions
-
removeFromKieSessions
Generated method - Removesvaluefrom kieSessions.- Parameters:
value- the item to remove from kieSessions
-
getName
Generated method - Getter of theDroolsKIEBase.nameattribute.- Returns:
- the name
-
getName
Generated method - Getter of theDroolsKIEBase.nameattribute.- Returns:
- the name
-
setName
Generated method - Setter of theDroolsKIEBase.nameattribute.- Parameters:
value- the name
-
setName
Generated method - Setter of theDroolsKIEBase.nameattribute.- Parameters:
value- the name
-
getRules
Generated method - Getter of theDroolsKIEBase.rulesattribute.- Returns:
- the rules
-
getRules
Generated method - Getter of theDroolsKIEBase.rulesattribute.- Returns:
- the rules
-
setRules
Generated method - Setter of theDroolsKIEBase.rulesattribute.- Parameters:
value- the rules
-
setRules
Generated method - Setter of theDroolsKIEBase.rulesattribute.- Parameters:
value- the rules
-
addToRules
Generated method - Addsvalueto rules.- Parameters:
value- the item to add to rules
-
addToRules
Generated method - Addsvalueto rules.- Parameters:
value- the item to add to rules
-
removeFromRules
Generated method - Removesvaluefrom rules.- Parameters:
value- the item to remove from rules
-
removeFromRules
Generated method - Removesvaluefrom rules.- Parameters:
value- the item to remove from rules
-