public interface EJB3OperationFacade extends OperationFacade
Modifier and Type | Method and Description |
---|---|
String |
getImplementationCall()
The method call for the implementation operation.
|
String |
getImplementationName()
The name of the operation used within the entity implementation.
|
String |
getImplementationSignature()
The signature for the implementation operation.
|
boolean |
isBusinessOperation()
True/false on whether or not this operation is an EJB business operation.
|
boolean |
isCreateMethod()
Returns true if the operation has the <
|
boolean |
isEJB3OperationFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isFinderMethod()
Returns true if the operation is a finder or query operation.
|
boolean |
isLifecycleCallback()
Returns true if this operation is marked with any of the lifecycle callback stereotypes like
PrePersist, PostPersist, PreRemove, PostRemove, PreUpdate, PostUpdate or PostLoad.
|
boolean |
isPostLoad()
Returns true if the associated operation has the <
|
boolean |
isPostPersist()
Returns true if the associated operation has the <
|
boolean |
isPostRemove()
Returns true if the associated operation has the <
|
boolean |
isPostUpdate()
Returns true if the associated operation has the <
|
boolean |
isPrePersist()
Returns true if the associated operation has the <
|
boolean |
isPreRemove()
Returns true if the associated operation has the <
|
boolean |
isPreUpdate()
Returns true if the associated operation has the <
|
boolean |
isSelectMethod()
True/false on whether or not this operation represents a select method.
|
findParameter, findTaggedValue, getArgumentNames, getArguments, getArgumentTypeNames, getCall, getConcurrency, getExceptionList, getExceptionList, getExceptions, getGetterSetterReturnTypeName, getLower, getMethodBody, getOverriddenOperation, getOwner, getParameters, getPostconditionName, getPostconditions, getPreconditionCall, getPreconditionName, getPreconditions, getPreconditionSignature, getReturnParameter, getReturnType, getSignature, getSignature, getSignature, getTypedArgumentList, getTypedArgumentList, getUpper, isAbstract, isExceptionsPresent, isLeaf, isMany, isOperationFacadeMetaType, isOrdered, isOverriding, isPostconditionsPresent, isPreconditionsPresent, isQuery, isReturnTypePresent, isStatic, isUnique
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isEJB3OperationFacadeMetaType()
true
String getImplementationCall()
String getImplementationName()
String getImplementationSignature()
boolean isBusinessOperation()
boolean isCreateMethod()
boolean isFinderMethod()
boolean isLifecycleCallback()
boolean isPostLoad()
boolean isPostPersist()
boolean isPostRemove()
boolean isPostUpdate()
boolean isPrePersist()
boolean isPreRemove()
boolean isPreUpdate()
boolean isSelectMethod()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.