Class RemoveFromRelation
- java.lang.Object
-
- de.hybris.bootstrap.codegenerator.AbstractImportProvider
-
- de.hybris.bootstrap.codegenerator.MethodWriter
-
- de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
-
- de.hybris.bootstrap.codegenerator.jalo.AbstractTypedAttributeMethod
-
- de.hybris.bootstrap.codegenerator.jalo.RemoveFromRelation
-
- All Implemented Interfaces:
CodeWriter
public class RemoveFromRelation extends AbstractTypedAttributeMethod
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
AbstractAttributeMethodWriter.AttributeMode
-
-
Field Summary
-
Fields inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
PRIMITIVE_POSTFIX
-
Fields inherited from class de.hybris.bootstrap.codegenerator.MethodWriter
ABSTRACT, FINAL, STATIC, SYNCHRONIZED
-
-
Constructor Summary
Constructors Constructor Description RemoveFromRelation(JaloClassWriter forClass, YAttributeDescriptor desc, boolean managerMode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodWritercreateNonCtxDelegateMethod()protected static java.lang.StringgetRelatedType(ClassWriter forClass, YAttributeDescriptor desc)protected voidwriteContent(JavaFile file)-
Methods inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractTypedAttributeMethod
calculateReturnType, getQualifierConstant
-
Methods inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
getAttribute, getConstantsClassNameShort, getEnclosingClass, isInitialOnly, managerMode
-
Methods inherited from class de.hybris.bootstrap.codegenerator.MethodWriter
addAnnotation, addComment, addDeprecatedAnnotation, addParameter, addThrownException, analyzeAndStripReturnType, assembleSignature, assembleThrowsClause, extractClassNames, getAnnotations, getContent, getJavadoc, getModifiers, getName, getParameterType, getRequiredImports, getReturnType, getSignature, getThrownExceptions, getVisibility, isAbstract, isConstructor, modifiersToString, setAbstract, setConstructor, setContent, setContentPlain, setJavadoc, setModifiers, setReturnType, setVisibility, stripPackageName, write, writeTextToFile
-
Methods inherited from class de.hybris.bootstrap.codegenerator.AbstractImportProvider
addRequiredImport
-
-
-
-
Constructor Detail
-
RemoveFromRelation
public RemoveFromRelation(JaloClassWriter forClass, YAttributeDescriptor desc, boolean managerMode)
-
-
Method Detail
-
getRelatedType
protected static java.lang.String getRelatedType(ClassWriter forClass, YAttributeDescriptor desc)
-
createNonCtxDelegateMethod
public MethodWriter createNonCtxDelegateMethod()
- Overrides:
createNonCtxDelegateMethodin classAbstractTypedAttributeMethod
-
writeContent
protected void writeContent(JavaFile file)
- Overrides:
writeContentin classMethodWriter
-
-