Class CreateContext
java.lang.Object
de.hybris.platform.cockpit.session.impl.CreateContext
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionCreateContext(ObjectType baseType, TypedObject sourceObject, PropertyDescriptor propertyDescriptor, String langIso) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanvoidsetAllowedTypes(Set<ObjectType> allowedTypes) voidsetBaseType(ObjectType baseType) voidsetExcludedTypes(Set<ObjectType> excludedTypes) voidsetFireSearch(boolean fireSearch) voidsetLangIso(String langIso) voidsetPropertyDescriptor(PropertyDescriptor propertyDescriptor) voidsetSourceObject(TypedObject sourceObject)
-
Constructor Details
-
CreateContext
public CreateContext(ObjectType baseType, TypedObject sourceObject, PropertyDescriptor propertyDescriptor, String langIso)
-
-
Method Details
-
getSourceObject
-
setSourceObject
-
getPropertyDescriptor
-
setPropertyDescriptor
-
getLangIso
-
setLangIso
-
setBaseType
-
getBaseType
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
setExcludedTypes
-
getExcludedTypes
-
setAllowedTypes
-
getAllowedTypes
-
setFireSearch
public void setFireSearch(boolean fireSearch) -
isFireSearch
public boolean isFireSearch()
-