public abstract class SpringServiceLogic extends MetafacadeBase implements SpringService
SpringService,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot| Modifier | Constructor and Description |
|---|---|
protected |
SpringServiceLogic(Object metaObjectIn,
String context)
Create Metafacade implementation instance using the MetafacadeFactory from the context
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyTaggedValues(ModelElementFacade element)
Copies all tagged values from the given ModelElementFacade to this model element facade.
|
AttributeFacade |
findAttribute(String name)
Return the attribute which name matches the parameter
|
Object |
findTaggedValue(String tagName)
Finds the tagged value with the specified 'tagName'.
|
Object |
findTaggedValue(String tagName,
boolean follow)
Finds the tagged value optional searching the entire inheritance hierarchy if 'follow' is set
to true.
|
Collection<Object> |
findTaggedValues(String tagName)
Returns all the values for the tagged value with the specified name.
|
Collection<ClassifierFacade> |
getAbstractions()
Those abstraction dependencies for which this classifier is the client.
|
Collection<ClassifierFacade> |
getAllAssociatedClasses()
Lists all classes associated to this one and any ancestor classes (through generalization).
|
Collection<DependencyFacade> |
getAllEntityReferences()
Returns a collection of all entities this service and its ancestors have a relation to.
|
Collection<GeneralizableElementFacade> |
getAllGeneralizations()
All generalizations for this generalizable element, goes up the inheritance tree.
|
Collection<Destination> |
getAllMessagingDestinations()
All messaging destinations that belong to this service and all decendent services.
|
Collection<ModelElementFacade> |
getAllProperties()
A collection containing all 'properties' of the classifier and its ancestors.
|
Collection<ModelElementFacade> |
getAllRequiredConstructorParameters()
A collection containing all required and/or read-only 'properties' of the classifier and its
ancestors.
|
Collection<Role> |
getAllRoles()
All roles associated with the service, this includes both roles that have access to the
entire service, and any roles that have access to a single operation.
|
Collection<DependencyFacade> |
getAllServiceReferences()
Returns a collection of all services this service and its ancestors have a relation to.
|
Collection<GeneralizableElementFacade> |
getAllSpecializations()
All specializations (travels down the inheritance hierarchy).
|
ClassifierFacade |
getArray()
Gets the array type for this classifier.
|
String |
getArrayName()
The name of the classifier as an array.
|
Collection<ClassifierFacade> |
getAssociatedClasses()
Lists the classes associated to this one, there is no repitition of classes.
|
List<AssociationEndFacade> |
getAssociationEnds()
Gets the association ends belonging to a classifier.
|
List<AttributeFacade> |
getAttributes()
Gets the attributes that belong to the classifier.
|
List<AttributeFacade> |
getAttributes(boolean follow)
Gets all attributes for the classifier and if 'follow' is true goes up the inheritance
hierarchy and gets the attributes from the super classes as well.
|
String |
getBaseName()
The service base class name.
|
String |
getBeanName()
The bean name of this service.
|
String |
getBeanName(boolean targetSuffix)
Gets the Spring bean name, and optionally adds a target suffix, if 'targetSuffix' is set to
true.
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
Collection<ConstraintFacade> |
getConstraints()
Gets all constraints belonging to the model element.
|
Collection<ConstraintFacade> |
getConstraints(String kind)
Returns the constraints of the argument kind that have been placed onto this model.
|
String |
getDefaultExceptionName()
The name of the default exception to be generated for this service.
|
String |
getDestroyMethodName()
This is a name of the destroy-method of this service, or is empty if doesn't exists.
|
String |
getDocumentation(String indent)
Gets the documentation for the model element, The indent argument is prefixed to each line.
|
String |
getDocumentation(String indent,
int lineLength)
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
String |
getDocumentation(String indent,
int lineLength,
boolean htmlStyle)
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
String |
getEjbImplementationName()
The EJB implementation class name.
|
String |
getEjbJndiName()
The JNDI name to which a Spring remote Session EJB will be bound.
|
String |
getEjbLocalJndiName()
The JNDI name to which a Spring local Session EJB will be bound.
|
String |
getEjbPackageName()
This can be either the package name the model element exists within OR it can be the package
with a prefix or suffix (i.e.
|
String |
getEjbPackageNamePath()
The EJB package name as a path (i.e.
|
String |
getEjbTransactionType()
The EJB transaction type (Bean or Container).
|
Collection<DependencyFacade> |
getEntityReferences()
References to all entities to which this service has a dependency.
|
String |
getFullyQualifiedArrayName()
The fully qualified name of the classifier as an array.
|
String |
getFullyQualifiedBaseName()
The fully qualified service base class name.
|
String |
getFullyQualifiedDefaultExceptionName()
The fully qualified class name of the default exception.
|
String |
getFullyQualifiedEjbImplementationName()
The fully qualified name of the implementation class name.
|
String |
getFullyQualifiedEjbName()
TODO: Model Documentation for
org.andromda.cartridges.spring.metafacades.SpringService.fullyQualifiedEjbName
|
String |
getFullyQualifiedImplementationName()
The fully qualified name of the implementation class.
|
String |
getFullyQualifiedLocalEjbName()
TODO: Model Documentation for
org.andromda.cartridges.spring.metafacades.SpringService.fullyQualifiedLocalEjbName
|
String |
getFullyQualifiedName()
The fully qualified name of this model element.
|
String |
getFullyQualifiedName(boolean modelName)
Returns the fully qualified name of the model element.
|
String |
getFullyQualifiedNamePath()
Returns the fully qualified name as a path, the returned value always starts with out a slash
'/'.
|
String |
getFullyQualifiedWebServiceDelegatorName()
The fully qualified web service delegator class name.
|
GeneralizableElementFacade |
getGeneralization()
Gets the direct generalization for this generalizable element.
|
Collection<GeneralizationFacade> |
getGeneralizationLinks()
Gets the actual links that this generalization element is part of (it plays either the
specialization or generalization).
|
String |
getGeneralizationList()
A comma separated list of the fully qualified names of all generalizations.
|
GeneralizableElementFacade |
getGeneralizationRoot()
The element found when you recursively follow the generalization path up to the root.
|
Collection<GeneralizableElementFacade> |
getGeneralizations()
Return all generalizations (ancestors) from this generalizable element.
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
String |
getImplementationName()
The implementation name of the service
|
Collection<OperationFacade> |
getImplementationOperations()
Returns all those operations that could be implemented at this classifier's level.
|
String |
getImplementationPackageName()
This can be either the package name the model element exists within OR it can be the package
with a prefix or suffix (i.e.
|
String |
getImplementationPackagePath()
The service implementation package name as a path (i.e.
|
String |
getImplementedInterfaceList()
A comma separated list of the fully qualified names of all implemented interfaces.
|
String |
getInitMethodName()
This is a name of the init-method of this service, or is empty if doesn't exists.
|
Collection<AttributeFacade> |
getInstanceAttributes()
Those attributes that are scoped to an instance of this class.
|
List<OperationFacade> |
getInstanceOperations()
Those operations that are scoped to an instance of this class.
|
Collection<String> |
getInterceptors()
TODO: Model Documentation for
org.andromda.cartridges.spring.metafacades.SpringService.interceptors
|
Collection<ClassifierFacade> |
getInterfaceAbstractions()
Those interfaces that are abstractions of this classifier, this basically means this
classifier realizes them.
|
String |
getJavaNewString()
A String representing a new Constructor declaration for this classifier type to be used in a
Java environment.
|
String |
getJavaNullString()
A String representing the null-value for this classifier type to be used in a Java
environment.
|
Collection<String> |
getKeywords()
UML2: Retrieves the keywords for this element.
|
String |
getLabel()
UML2: Retrieves a localized label for this named element.
|
TypeMappings |
getLanguageMappings()
The language mappings that have been set for this model element.
|
Collection<Destination> |
getMessagingDestinations()
All messaging destinations available to this service.
|
ModelFacade |
getModel()
Return the model containing this model element (multiple models may be loaded and processed
at the same time).
|
String |
getName()
The name of the model element.
|
Collection<AssociationEndFacade> |
getNavigableConnectingEnds()
The other ends of this classifier's association ends which are navigable.
|
List<AssociationEndFacade> |
getNavigableConnectingEnds(boolean follow)
Get the other ends of this classifier's association ends which are navigable and if 'follow'
is true goes up the inheritance hierarchy and gets the super association ends as well.
|
ClassifierFacade |
getNonArray()
Assuming that the classifier is an array, this will return the non array type of the
classifier from
the model.
|
String |
getOperationCallFromAttributes()
The attributes from this classifier in the form of an operation call (this example would be
in Java): '(String attributeOne, String attributeTwo).
|
List<OperationFacade> |
getOperations()
The operations owned by this classifier.
|
ModelElementFacade |
getPackage()
Gets the package to which this model element belongs.
|
String |
getPackageName()
The name of this model element's package.
|
String |
getPackageName(boolean modelName)
Gets the package name (optionally providing the ability to retrieve the model name and not
the mapped name).
|
String |
getPackagePath()
Returns the package as a path, the returned value always starts with out a slash '/'.
|
List<ModelElementFacade> |
getProperties()
A collection containing all 'properties' of the classifier.
|
List |
getProperties(boolean follow)
Gets all properties (attributes and navigable association ends) for the classifier and if
'follow' is true goes up the inheritance hierarchy and gets the properties from the super
classes as well.
|
String |
getQualifiedName()
UML2: Returns the value of the 'Qualified Name' attribute.
|
String |
getRemoteContext()
Returns the remote context for this service.
|
String |
getRemotePort()
Determines which port this service will be published on at the server side.
|
String |
getRemoteServer()
Returns the name of the remote server for this service.
|
String |
getRemoteUrl()
The URL this servie will be run on at the server side.
|
Collection<ModelElementFacade> |
getRequiredConstructorParameters()
A collection containing all required and/or read-only 'properties' of the classifier.
|
Collection<Role> |
getRoles()
The roles of the service, these are the actor's that can access this service.
|
PackageFacade |
getRootPackage()
Gets the root package for the model element.
|
long |
getSerialVersionUID()
Returns the serial version UID of the underlying model element.
|
Collection<DependencyFacade> |
getServiceReferences()
References to all services to which this service has a dependency.
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
Collection<GeneralizableElementFacade> |
getSpecializations()
Gets the direct specializations (i.e.
|
StateMachineFacade |
getStateMachineContext()
If this model element is the context of an activity graph, this represents that activity
graph.
|
Collection<AttributeFacade> |
getStaticAttributes()
Those attributes that are scoped to the definition of this class.
|
List<OperationFacade> |
getStaticOperations()
Those operations that are scoped to the definition of this class.
|
Collection<String> |
getStereotypeNames()
The collection of ALL stereotype names for this model element.
|
Collection<StereotypeFacade> |
getStereotypes()
Gets all stereotypes for this model element.
|
ClassifierFacade |
getSuperClass()
This class' superclass, returns the generalization if it is a ClassifierFacade, null
otherwise.
|
Collection<TaggedValueFacade> |
getTaggedValues()
Return the TaggedValues associated with this model element, under all stereotypes.
|
Collection<DependencyFacade> |
getTargetDependencies()
Gets the dependencies for which this model element is the target.
|
Object |
getTemplateParameter(String parameterName)
Get the template parameter for this model element having the parameterName
|
Collection<TemplateParameterFacade> |
getTemplateParameters()
Get the template parameters for this model element
|
String |
getValidationName() |
Object |
getValidationOwner() |
String |
getVisibility()
The visibility (i.e.
|
String |
getWebServiceDelegatorName()
The name of the web service delegator class.
|
String |
getWebServiceIncomingAttachmentHandlerCall()
The call to the incoming web service attachment call.
|
Collection<SpringServiceOperation> |
getWebServiceOperations()
Represents a Spring service (which can include regular java objects, and/or session EJBs).
|
String |
getWebServiceOutgoingAttachmentHandlerCall()
The call to the outgoing web service attachment call.
|
String |
getWrapperName()
The wrapper name for this classifier if a mapped type has a defined wrapper class (ie.
|
protected abstract String |
handleGetBaseName() |
protected abstract String |
handleGetBeanName() |
protected abstract String |
handleGetBeanName(boolean targetSuffix)
Method to be implemented in descendants
Gets the Spring bean name, and optionally adds a target suffix, if 'targetSuffix' is set to
true.
|
protected abstract String |
handleGetDefaultExceptionName() |
protected abstract String |
handleGetDestroyMethodName() |
protected abstract String |
handleGetEjbImplementationName() |
protected abstract String |
handleGetEjbJndiName() |
protected abstract String |
handleGetEjbLocalJndiName() |
protected abstract String |
handleGetEjbPackageName() |
protected abstract String |
handleGetEjbPackageNamePath() |
protected abstract String |
handleGetEjbTransactionType() |
protected abstract String |
handleGetFullyQualifiedBaseName() |
protected abstract String |
handleGetFullyQualifiedDefaultExceptionName() |
protected abstract String |
handleGetFullyQualifiedEjbImplementationName() |
protected abstract String |
handleGetFullyQualifiedEjbName() |
protected abstract String |
handleGetFullyQualifiedImplementationName() |
protected abstract String |
handleGetFullyQualifiedLocalEjbName() |
protected abstract String |
handleGetFullyQualifiedWebServiceDelegatorName() |
protected abstract String |
handleGetImplementationName() |
protected abstract String |
handleGetImplementationPackageName() |
protected abstract String |
handleGetImplementationPackagePath() |
protected abstract String |
handleGetInitMethodName() |
protected abstract Collection<String> |
handleGetInterceptors() |
protected abstract String |
handleGetRemoteContext() |
protected abstract String |
handleGetRemotePort() |
protected abstract String |
handleGetRemoteServer() |
protected abstract String |
handleGetRemoteUrl() |
protected abstract String |
handleGetWebServiceDelegatorName() |
protected abstract String |
handleGetWebServiceIncomingAttachmentHandlerCall() |
protected abstract Collection |
handleGetWebServiceOperations()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract String |
handleGetWebServiceOutgoingAttachmentHandlerCall() |
protected abstract boolean |
handleIsAllowDefaultServiceException() |
protected abstract boolean |
handleIsConfigonly() |
protected abstract boolean |
handleIsEjbLocalView() |
protected abstract boolean |
handleIsEjbRemoteView() |
protected abstract boolean |
handleIsHibernateInterceptorEnabled() |
protected abstract boolean |
handleIsPrivate() |
protected abstract boolean |
handleIsRemotable() |
protected abstract boolean |
handleIsRemotingTypeBurlap() |
protected abstract boolean |
handleIsRemotingTypeHessian() |
protected abstract boolean |
handleIsRemotingTypeHttpInvoker() |
protected abstract boolean |
handleIsRemotingTypeLingo() |
protected abstract boolean |
handleIsRemotingTypeNone() |
protected abstract boolean |
handleIsRemotingTypeRmi() |
protected abstract boolean |
handleIsRichClient() |
protected abstract boolean |
handleIsWebService() |
boolean |
hasExactStereotype(String stereotypeName)
Returns true if the model element has the exact stereotype (meaning no stereotype inheritance
is taken into account when searching for the stereotype), false otherwise.
|
boolean |
hasKeyword(String keywordName)
Does the UML Element contain the named Keyword? Keywords can be separated by space, comma,
pipe, semicolon, or << >>
|
boolean |
hasStereotype(String stereotypeName)
Returns true if the model element has the specified stereotype.
|
void |
initialize() |
boolean |
isAbstract()
Indicates if this classifier is 'abstract'.
|
boolean |
isAllowDefaultServiceException()
Indicates whether or not a default service exception should be allowed.
|
boolean |
isArrayType()
True if this classifier represents an array type.
|
boolean |
isAssociationClass()
True if the ClassifierFacade is an AssociationClass.
|
boolean |
isBindingDependenciesPresent()
True if there are target dependencies from this element that are instances of BindingFacade.
|
boolean |
isBlobType()
Returns true if this type represents a Blob type.
|
boolean |
isBooleanType()
Indicates if this type represents a boolean type or not.
|
boolean |
isCharacterType()
Indicates if this type represents a char, Character, or java.lang.Character type or not.
|
boolean |
isClassifierFacadeMetaType() |
boolean |
isClobType()
Returns true if this type represents a Clob type.
|
boolean |
isCollectionType()
True if this classifier represents a collection type.
|
boolean |
isConfigonly()
Defines whether this service will only be listed in the config, but note be generated as a
Spring bean.
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isDataType()
True/false depending on whether or not this classifier represents a datatype.
|
boolean |
isDateType()
True when this classifier is a date type.
|
boolean |
isDocumentationPresent()
Indicates if any documentation is present on this model element.
|
boolean |
isDoubleType()
Indicates if this type represents a Double type or not.
|
boolean |
isEjbLocalView()
TODO: Model Documentation for
org.andromda.cartridges.spring.metafacades.SpringService.ejbLocalView
|
boolean |
isEjbRemoteView()
Indicates if the view type of this service is remote.
|
boolean |
isEmbeddedValue()
Indicates whether or not this classifier represents an "EmbeddedValue'.
|
boolean |
isEnumeration()
True if this classifier is in fact marked as an enumeration.
|
boolean |
isFileType()
Returns true if this type represents a 'file' type.
|
boolean |
isFloatType()
Indicates if this type represents a Float type or not.
|
boolean |
isGeneralizableElementFacadeMetaType() |
boolean |
isHibernateInterceptorEnabled()
Indicates whether or not the hibernate intercetor is enabled for this service.
|
boolean |
isIntegerType()
Indicates if this type represents an int or Integer or java.lang.Integer type or not.
|
boolean |
isInterface()
True/false depending on whether or not this Classifier represents an interface.
|
boolean |
isLeaf()
True if this classifier cannot be extended and represent a leaf in the inheritance tree.
|
boolean |
isListType()
True if this classifier represents a list type.
|
boolean |
isLongType()
Indicates if this type represents a Long type or not.
|
boolean |
isMapType()
Indicates whether or not this classifier represents a Map type.
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isPrimitive()
Indicates whether or not this classifier represents a primitive type.
|
boolean |
isPrivate()
Returns true if the service is considered as private.
|
boolean |
isRemotable()
Returns true if this service is remotable.
|
boolean |
isRemotingTypeBurlap()
Indicates if the remoting type is "burlap".
|
boolean |
isRemotingTypeHessian()
Indicates if the remoting type is "hessian".
|
boolean |
isRemotingTypeHttpInvoker()
Indicates if the remoting type is "httpinvoker".
|
boolean |
isRemotingTypeLingo()
Indicates whether this service can be talked to using Lingo remoting.
|
boolean |
isRemotingTypeNone()
Indicates if the remoting type for this service is "none".
|
boolean |
isRemotingTypeRmi()
Indicates if the remoting type is RMI.
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isRichClient()
Returns true if this service is meant to take part in a richt client application.
|
boolean |
isServiceMetaType() |
boolean |
isSetType()
True if this classifier represents a set type.
|
boolean |
isSpringServiceMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isStringType()
Indicates whether or not this classifier represents a string type.
|
boolean |
isTemplateParametersPresent()
True is there are template parameters on this model element.
|
boolean |
isTimeType()
Indicates whether or not this classifier represents a time type.
|
boolean |
isValidIdentifierName()
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
|
boolean |
isWebService()
Returns true/false depending on whether or not this SpringService represents a web service.
|
boolean |
isWrappedPrimitive()
Returns true if this type is a wrapped primitive type.
|
void |
resetMetafacadeContext(String context)
Reset context only for non-root metafacades
|
String |
toString() |
String |
translateConstraint(String name,
String translation)
Searches for the constraint with the specified 'name' on this model element, and if found
translates it using the specified 'translation' from a translation library discovered by the
framework.
|
String[] |
translateConstraints(String translation)
Translates all constraints belonging to this model element with the given 'translation'.
|
String[] |
translateConstraints(String kind,
String translation)
Translates the constraints of the specified 'kind' belonging to this model element.
|
void |
validateInvariants(Collection<ModelValidationMessage> validationMessages)
Constraint: org::andromda::cartridges::spring::metafacades::SpringService::only one init-method pro service
|
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validateprotected Object metaObject
Objectprotected SpringServiceLogic(Object metaObjectIn, String context)
metaObjectIn - context - public void resetMetafacadeContext(String context)
resetMetafacadeContext in class MetafacadeBasecontext - MetafacadeBase.resetMetafacadeContext(String context)public boolean isSpringServiceMetaType()
SpringServiceisSpringServiceMetaType in interface SpringServiceSpringServiceprotected abstract String handleGetWebServiceDelegatorName()
SpringService.getWebServiceDelegatorName()public final String getWebServiceDelegatorName()
getWebServiceDelegatorName in interface SpringServiceprotected abstract String handleGetFullyQualifiedWebServiceDelegatorName()
SpringService.getFullyQualifiedWebServiceDelegatorName()public final String getFullyQualifiedWebServiceDelegatorName()
getFullyQualifiedWebServiceDelegatorName in interface SpringServiceprotected abstract String handleGetImplementationName()
SpringService.getImplementationName()public final String getImplementationName()
getImplementationName in interface SpringServiceprotected abstract String handleGetFullyQualifiedImplementationName()
SpringService.getFullyQualifiedImplementationName()public final String getFullyQualifiedImplementationName()
getFullyQualifiedImplementationName in interface SpringServiceprotected abstract String handleGetBaseName()
SpringService.getBaseName()public final String getBaseName()
getBaseName in interface SpringServiceprotected abstract String handleGetBeanName()
SpringService.getBeanName()public final String getBeanName()
getBeanName in interface SpringServiceprotected abstract boolean handleIsWebService()
SpringService.isWebService()public final boolean isWebService()
isWebService in interface SpringServiceprotected abstract String handleGetEjbJndiName()
SpringService.getEjbJndiName()public final String getEjbJndiName()
getEjbJndiName in interface SpringServiceprotected abstract String handleGetEjbImplementationName()
SpringService.getEjbImplementationName()public final String getEjbImplementationName()
getEjbImplementationName in interface SpringServiceprotected abstract String handleGetFullyQualifiedBaseName()
SpringService.getFullyQualifiedBaseName()public final String getFullyQualifiedBaseName()
getFullyQualifiedBaseName in interface SpringServiceprotected abstract String handleGetFullyQualifiedEjbName()
SpringService.getFullyQualifiedEjbName()public final String getFullyQualifiedEjbName()
getFullyQualifiedEjbName in interface SpringServiceprotected abstract String handleGetEjbPackageName()
SpringService.getEjbPackageName()public final String getEjbPackageName()
getEjbPackageName in interface SpringServiceprotected abstract String handleGetFullyQualifiedEjbImplementationName()
SpringService.getFullyQualifiedEjbImplementationName()public final String getFullyQualifiedEjbImplementationName()
getFullyQualifiedEjbImplementationName in interface SpringServiceprotected abstract String handleGetEjbPackageNamePath()
SpringService.getEjbPackageNamePath()public final String getEjbPackageNamePath()
getEjbPackageNamePath in interface SpringServiceprotected abstract String handleGetDefaultExceptionName()
SpringService.getDefaultExceptionName()public final String getDefaultExceptionName()
getDefaultExceptionName in interface SpringServiceprotected abstract String handleGetFullyQualifiedDefaultExceptionName()
SpringService.getFullyQualifiedDefaultExceptionName()public final String getFullyQualifiedDefaultExceptionName()
getFullyQualifiedDefaultExceptionName in interface SpringServiceprotected abstract boolean handleIsAllowDefaultServiceException()
SpringService.isAllowDefaultServiceException()public final boolean isAllowDefaultServiceException()
isAllowDefaultServiceException in interface SpringServiceprotected abstract String handleGetRemotePort()
SpringService.getRemotePort()public final String getRemotePort()
getRemotePort in interface SpringServiceprotected abstract String handleGetRemoteUrl()
SpringService.getRemoteUrl()public final String getRemoteUrl()
getRemoteUrl in interface SpringServiceprotected abstract boolean handleIsRemotable()
SpringService.isRemotable()public final boolean isRemotable()
isRemotable in interface SpringServiceprotected abstract boolean handleIsRemotingTypeRmi()
SpringService.isRemotingTypeRmi()public final boolean isRemotingTypeRmi()
isRemotingTypeRmi in interface SpringServiceprotected abstract boolean handleIsRemotingTypeBurlap()
SpringService.isRemotingTypeBurlap()public final boolean isRemotingTypeBurlap()
isRemotingTypeBurlap in interface SpringServiceprotected abstract boolean handleIsRemotingTypeHessian()
SpringService.isRemotingTypeHessian()public final boolean isRemotingTypeHessian()
isRemotingTypeHessian in interface SpringServiceprotected abstract boolean handleIsRemotingTypeHttpInvoker()
SpringService.isRemotingTypeHttpInvoker()public final boolean isRemotingTypeHttpInvoker()
isRemotingTypeHttpInvoker in interface SpringServiceprotected abstract boolean handleIsRemotingTypeNone()
SpringService.isRemotingTypeNone()public final boolean isRemotingTypeNone()
isRemotingTypeNone in interface SpringServiceprotected abstract boolean handleIsHibernateInterceptorEnabled()
SpringService.isHibernateInterceptorEnabled()public final boolean isHibernateInterceptorEnabled()
isHibernateInterceptorEnabled in interface SpringServiceprotected abstract boolean handleIsEjbRemoteView()
SpringService.isEjbRemoteView()public final boolean isEjbRemoteView()
isEjbRemoteView in interface SpringServiceprotected abstract String handleGetRemoteServer()
SpringService.getRemoteServer()public final String getRemoteServer()
getRemoteServer in interface SpringServiceprotected abstract String handleGetRemoteContext()
SpringService.getRemoteContext()public final String getRemoteContext()
getRemoteContext in interface SpringServiceprotected abstract String handleGetEjbTransactionType()
SpringService.getEjbTransactionType()public final String getEjbTransactionType()
getEjbTransactionType in interface SpringServiceprotected abstract Collection<String> handleGetInterceptors()
SpringService.getInterceptors()public final Collection<String> getInterceptors()
getInterceptors in interface SpringServiceprotected abstract boolean handleIsConfigonly()
SpringService.isConfigonly()public final boolean isConfigonly()
isConfigonly in interface SpringServiceprotected abstract String handleGetWebServiceOutgoingAttachmentHandlerCall()
SpringService.getWebServiceOutgoingAttachmentHandlerCall()public final String getWebServiceOutgoingAttachmentHandlerCall()
getWebServiceOutgoingAttachmentHandlerCall in interface SpringServiceprotected abstract String handleGetWebServiceIncomingAttachmentHandlerCall()
SpringService.getWebServiceIncomingAttachmentHandlerCall()public final String getWebServiceIncomingAttachmentHandlerCall()
getWebServiceIncomingAttachmentHandlerCall in interface SpringServiceprotected abstract boolean handleIsRichClient()
SpringService.isRichClient()public final boolean isRichClient()
isRichClient in interface SpringServiceprotected abstract boolean handleIsEjbLocalView()
SpringService.isEjbLocalView()public final boolean isEjbLocalView()
isEjbLocalView in interface SpringServiceprotected abstract String handleGetFullyQualifiedLocalEjbName()
SpringService.getFullyQualifiedLocalEjbName()public final String getFullyQualifiedLocalEjbName()
getFullyQualifiedLocalEjbName in interface SpringServiceprotected abstract String handleGetEjbLocalJndiName()
SpringService.getEjbLocalJndiName()public final String getEjbLocalJndiName()
getEjbLocalJndiName in interface SpringServiceprotected abstract boolean handleIsRemotingTypeLingo()
SpringService.isRemotingTypeLingo()public final boolean isRemotingTypeLingo()
isRemotingTypeLingo in interface SpringServiceprotected abstract boolean handleIsPrivate()
SpringService.isPrivate()public final boolean isPrivate()
isPrivate in interface SpringServiceprotected abstract String handleGetImplementationPackageName()
SpringService.getImplementationPackageName()public final String getImplementationPackageName()
getImplementationPackageName in interface SpringServiceprotected abstract String handleGetImplementationPackagePath()
SpringService.getImplementationPackagePath()public final String getImplementationPackagePath()
getImplementationPackagePath in interface SpringServiceprotected abstract String handleGetInitMethodName()
SpringService.getInitMethodName()public final String getInitMethodName()
getInitMethodName in interface SpringServiceprotected abstract String handleGetDestroyMethodName()
SpringService.getDestroyMethodName()public final String getDestroyMethodName()
getDestroyMethodName in interface SpringServiceprotected abstract String handleGetBeanName(boolean targetSuffix)
targetSuffix - public String getBeanName(boolean targetSuffix)
getBeanName in interface SpringServicetargetSuffix - boolean
Whether or not the target suffix should be added.public final Collection<SpringServiceOperation> getWebServiceOperations()
getWebServiceOperations in interface SpringServiceprotected abstract Collection handleGetWebServiceOperations()
public boolean isServiceMetaType()
isServiceMetaType in interface ServiceServicepublic boolean isClassifierFacadeMetaType()
isClassifierFacadeMetaType in interface ClassifierFacadeClassifierFacadepublic boolean isGeneralizableElementFacadeMetaType()
isGeneralizableElementFacadeMetaType in interface GeneralizableElementFacadeGeneralizableElementFacadepublic boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType in interface ModelElementFacadeModelElementFacadepublic AttributeFacade findAttribute(String name)
findAttribute in interface ClassifierFacadeClassifierFacade.findAttribute(String name)public Collection<ClassifierFacade> getAbstractions()
getAbstractions in interface ClassifierFacadeClassifierFacade.getAbstractions()public Collection<ClassifierFacade> getAllAssociatedClasses()
getAllAssociatedClasses in interface ClassifierFacadeClassifierFacade.getAllAssociatedClasses()public Collection<ModelElementFacade> getAllProperties()
getAllProperties in interface ClassifierFacadeClassifierFacade.getAllProperties()public Collection<ModelElementFacade> getAllRequiredConstructorParameters()
getAllRequiredConstructorParameters in interface ClassifierFacadeClassifierFacade.getAllRequiredConstructorParameters()public ClassifierFacade getArray()
getArray in interface ClassifierFacadeClassifierFacade.getArray()public String getArrayName()
getArrayName in interface ClassifierFacadeClassifierFacade.getArrayName()public Collection<ClassifierFacade> getAssociatedClasses()
getAssociatedClasses in interface ClassifierFacadeClassifierFacade.getAssociatedClasses()public List<AssociationEndFacade> getAssociationEnds()
getAssociationEnds in interface ClassifierFacadeClassifierFacade.getAssociationEnds()public List<AttributeFacade> getAttributes()
getAttributes in interface ClassifierFacadeClassifierFacade.getAttributes()public List<AttributeFacade> getAttributes(boolean follow)
getAttributes in interface ClassifierFacadeClassifierFacade.getAttributes(boolean follow)public String getFullyQualifiedArrayName()
getFullyQualifiedArrayName in interface ClassifierFacadeClassifierFacade.getFullyQualifiedArrayName()public Collection<OperationFacade> getImplementationOperations()
getImplementationOperations in interface ClassifierFacadeClassifierFacade.getImplementationOperations()public String getImplementedInterfaceList()
getImplementedInterfaceList in interface ClassifierFacadeClassifierFacade.getImplementedInterfaceList()public Collection<AttributeFacade> getInstanceAttributes()
getInstanceAttributes in interface ClassifierFacadeClassifierFacade.getInstanceAttributes()public List<OperationFacade> getInstanceOperations()
getInstanceOperations in interface ClassifierFacadeClassifierFacade.getInstanceOperations()public Collection<ClassifierFacade> getInterfaceAbstractions()
getInterfaceAbstractions in interface ClassifierFacadeClassifierFacade.getInterfaceAbstractions()public String getJavaNewString()
getJavaNewString in interface ClassifierFacadeClassifierFacade.getJavaNewString()public String getJavaNullString()
getJavaNullString in interface ClassifierFacadeClassifierFacade.getJavaNullString()public Collection<AssociationEndFacade> getNavigableConnectingEnds()
getNavigableConnectingEnds in interface ClassifierFacadeClassifierFacade.getNavigableConnectingEnds()public List<AssociationEndFacade> getNavigableConnectingEnds(boolean follow)
getNavigableConnectingEnds in interface ClassifierFacadeClassifierFacade.getNavigableConnectingEnds(boolean follow)public ClassifierFacade getNonArray()
getNonArray in interface ClassifierFacadeClassifierFacade.getNonArray()public String getOperationCallFromAttributes()
getOperationCallFromAttributes in interface ClassifierFacadeClassifierFacade.getOperationCallFromAttributes()public List<OperationFacade> getOperations()
getOperations in interface ClassifierFacadeClassifierFacade.getOperations()public List<ModelElementFacade> getProperties()
getProperties in interface ClassifierFacadeClassifierFacade.getProperties()public List getProperties(boolean follow)
getProperties in interface ClassifierFacadeClassifierFacade.getProperties(boolean follow)public Collection<ModelElementFacade> getRequiredConstructorParameters()
getRequiredConstructorParameters in interface ClassifierFacadeClassifierFacade.getRequiredConstructorParameters()public long getSerialVersionUID()
getSerialVersionUID in interface ClassifierFacadeClassifierFacade.getSerialVersionUID()public Collection<AttributeFacade> getStaticAttributes()
getStaticAttributes in interface ClassifierFacadeClassifierFacade.getStaticAttributes()public List<OperationFacade> getStaticOperations()
getStaticOperations in interface ClassifierFacadeClassifierFacade.getStaticOperations()public ClassifierFacade getSuperClass()
getSuperClass in interface ClassifierFacadeClassifierFacade.getSuperClass()public String getWrapperName()
getWrapperName in interface ClassifierFacadeClassifierFacade.getWrapperName()public boolean isAbstract()
isAbstract in interface ClassifierFacadeClassifierFacade.isAbstract()public boolean isArrayType()
isArrayType in interface ClassifierFacadeClassifierFacade.isArrayType()public boolean isAssociationClass()
isAssociationClass in interface ClassifierFacadeClassifierFacade.isAssociationClass()public boolean isBlobType()
isBlobType in interface ClassifierFacadeClassifierFacade.isBlobType()public boolean isBooleanType()
isBooleanType in interface ClassifierFacadeClassifierFacade.isBooleanType()public boolean isCharacterType()
isCharacterType in interface ClassifierFacadeClassifierFacade.isCharacterType()public boolean isClobType()
isClobType in interface ClassifierFacadeClassifierFacade.isClobType()public boolean isCollectionType()
isCollectionType in interface ClassifierFacadeClassifierFacade.isCollectionType()public boolean isDataType()
isDataType in interface ClassifierFacadeClassifierFacade.isDataType()public boolean isDateType()
isDateType in interface ClassifierFacadeClassifierFacade.isDateType()public boolean isDoubleType()
isDoubleType in interface ClassifierFacadeClassifierFacade.isDoubleType()public boolean isEmbeddedValue()
isEmbeddedValue in interface ClassifierFacadeClassifierFacade.isEmbeddedValue()public boolean isEnumeration()
isEnumeration in interface ClassifierFacadeClassifierFacade.isEnumeration()public boolean isFileType()
isFileType in interface ClassifierFacadeClassifierFacade.isFileType()public boolean isFloatType()
isFloatType in interface ClassifierFacadeClassifierFacade.isFloatType()public boolean isIntegerType()
isIntegerType in interface ClassifierFacadeClassifierFacade.isIntegerType()public boolean isInterface()
isInterface in interface ClassifierFacadeClassifierFacade.isInterface()public boolean isLeaf()
isLeaf in interface ClassifierFacadeClassifierFacade.isLeaf()public boolean isListType()
isListType in interface ClassifierFacadeClassifierFacade.isListType()public boolean isLongType()
isLongType in interface ClassifierFacadeClassifierFacade.isLongType()public boolean isMapType()
isMapType in interface ClassifierFacadeClassifierFacade.isMapType()public boolean isPrimitive()
isPrimitive in interface ClassifierFacadeClassifierFacade.isPrimitive()public boolean isSetType()
isSetType in interface ClassifierFacadeClassifierFacade.isSetType()public boolean isStringType()
isStringType in interface ClassifierFacadeClassifierFacade.isStringType()public boolean isTimeType()
isTimeType in interface ClassifierFacadeClassifierFacade.isTimeType()public boolean isWrappedPrimitive()
isWrappedPrimitive in interface ClassifierFacadeClassifierFacade.isWrappedPrimitive()public Object findTaggedValue(String tagName, boolean follow)
findTaggedValue in interface GeneralizableElementFacadeGeneralizableElementFacade.findTaggedValue(String tagName, boolean follow)public Collection<GeneralizableElementFacade> getAllGeneralizations()
getAllGeneralizations in interface GeneralizableElementFacadeGeneralizableElementFacade.getAllGeneralizations()public Collection<GeneralizableElementFacade> getAllSpecializations()
getAllSpecializations in interface GeneralizableElementFacadeGeneralizableElementFacade.getAllSpecializations()public GeneralizableElementFacade getGeneralization()
getGeneralization in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralization()public Collection<GeneralizationFacade> getGeneralizationLinks()
getGeneralizationLinks in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralizationLinks()public String getGeneralizationList()
getGeneralizationList in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralizationList()public GeneralizableElementFacade getGeneralizationRoot()
getGeneralizationRoot in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralizationRoot()public Collection<GeneralizableElementFacade> getGeneralizations()
getGeneralizations in interface GeneralizableElementFacadeGeneralizableElementFacade.getGeneralizations()public Collection<GeneralizableElementFacade> getSpecializations()
getSpecializations in interface GeneralizableElementFacadeGeneralizableElementFacade.getSpecializations()public void copyTaggedValues(ModelElementFacade element)
copyTaggedValues in interface ModelElementFacadeModelElementFacade.copyTaggedValues(ModelElementFacade element)public Object findTaggedValue(String tagName)
findTaggedValue in interface ModelElementFacadeModelElementFacade.findTaggedValue(String tagName)public Collection<Object> findTaggedValues(String tagName)
findTaggedValues in interface ModelElementFacadeModelElementFacade.findTaggedValues(String tagName)public String getBindedFullyQualifiedName(ModelElementFacade bindedElement)
getBindedFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getBindedFullyQualifiedName(ModelElementFacade bindedElement)public Collection<ConstraintFacade> getConstraints()
getConstraints in interface ModelElementFacadeModelElementFacade.getConstraints()public Collection<ConstraintFacade> getConstraints(String kind)
getConstraints in interface ModelElementFacadeModelElementFacade.getConstraints(String kind)public String getDocumentation(String indent)
getDocumentation(indent, 64).getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent)public String getDocumentation(String indent, int lineLength)
getDocumentation(indent, lineLength, true).getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent, int lineLength)public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent, int lineLength, boolean htmlStyle)public String getFullyQualifiedName()
getFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getFullyQualifiedName()public String getFullyQualifiedName(boolean modelName)
getFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getFullyQualifiedName(boolean modelName)public String getFullyQualifiedNamePath()
getFullyQualifiedNamePath in interface ModelElementFacadeModelElementFacade.getFullyQualifiedNamePath()public String getId()
getId in interface ModelElementFacadeModelElementFacade.getId()public Collection<String> getKeywords()
getKeywords in interface ModelElementFacadeModelElementFacade.getKeywords()public String getLabel()
getLabel in interface ModelElementFacadeModelElementFacade.getLabel()public TypeMappings getLanguageMappings()
getLanguageMappings in interface ModelElementFacadeModelElementFacade.getLanguageMappings()public ModelFacade getModel()
getModel in interface ModelElementFacadeModelElementFacade.getModel()public String getName()
getName in interface ModelElementFacadeModelElementFacade.getName()public ModelElementFacade getPackage()
getPackage in interface ModelElementFacadeModelElementFacade.getPackage()public String getPackageName()
getPackageName in interface ModelElementFacadeModelElementFacade.getPackageName()public String getPackageName(boolean modelName)
getPackageName in interface ModelElementFacadeModelElementFacade.getPackageName(boolean modelName)public String getPackagePath()
getPackagePath in interface ModelElementFacadeModelElementFacade.getPackagePath()public String getQualifiedName()
getQualifiedName in interface ModelElementFacadeModelElementFacade.getQualifiedName()public PackageFacade getRootPackage()
getRootPackage in interface ModelElementFacadeModelElementFacade.getRootPackage()public Collection<DependencyFacade> getSourceDependencies()
getSourceDependencies in interface ModelElementFacadeModelElementFacade.getSourceDependencies()public StateMachineFacade getStateMachineContext()
getStateMachineContext in interface ModelElementFacadeModelElementFacade.getStateMachineContext()public Collection<String> getStereotypeNames()
getStereotypeNames in interface ModelElementFacadeModelElementFacade.getStereotypeNames()public Collection<StereotypeFacade> getStereotypes()
getStereotypes in interface ModelElementFacadeModelElementFacade.getStereotypes()public Collection<TaggedValueFacade> getTaggedValues()
getTaggedValues in interface ModelElementFacadeModelElementFacade.getTaggedValues()public Collection<DependencyFacade> getTargetDependencies()
getTargetDependencies in interface ModelElementFacadeModelElementFacade.getTargetDependencies()public Object getTemplateParameter(String parameterName)
getTemplateParameter in interface ModelElementFacadeModelElementFacade.getTemplateParameter(String parameterName)public Collection<TemplateParameterFacade> getTemplateParameters()
getTemplateParameters in interface ModelElementFacadeModelElementFacade.getTemplateParameters()public String getVisibility()
getVisibility in interface ModelElementFacadeModelElementFacade.getVisibility()public boolean hasExactStereotype(String stereotypeName)
hasExactStereotype in interface ModelElementFacadeModelElementFacade.hasExactStereotype(String stereotypeName)public boolean hasKeyword(String keywordName)
hasKeyword in interface ModelElementFacadeModelElementFacade.hasKeyword(String keywordName)public boolean hasStereotype(String stereotypeName)
hasStereotype in interface ModelElementFacadeModelElementFacade.hasStereotype(String stereotypeName)public boolean isBindingDependenciesPresent()
isBindingDependenciesPresent in interface ModelElementFacadeModelElementFacade.isBindingDependenciesPresent()public boolean isConstraintsPresent()
isConstraintsPresent in interface ModelElementFacadeModelElementFacade.isConstraintsPresent()public boolean isDocumentationPresent()
isDocumentationPresent in interface ModelElementFacadeModelElementFacade.isDocumentationPresent()public boolean isReservedWord()
isReservedWord in interface ModelElementFacadeModelElementFacade.isReservedWord()public boolean isTemplateParametersPresent()
isTemplateParametersPresent in interface ModelElementFacadeModelElementFacade.isTemplateParametersPresent()public boolean isValidIdentifierName()
isValidIdentifierName in interface ModelElementFacadeModelElementFacade.isValidIdentifierName()public String translateConstraint(String name, String translation)
translateConstraint in interface ModelElementFacadeModelElementFacade.translateConstraint(String name, String translation)public String[] translateConstraints(String translation)
translateConstraints in interface ModelElementFacadeModelElementFacade.translateConstraints(String translation)public String[] translateConstraints(String kind, String translation)
translateConstraints in interface ModelElementFacadeModelElementFacade.translateConstraints(String kind, String translation)public Collection<DependencyFacade> getAllEntityReferences()
getAllEntityReferences in interface ServiceService.getAllEntityReferences()public Collection<Destination> getAllMessagingDestinations()
getAllMessagingDestinations in interface ServiceService.getAllMessagingDestinations()public Collection<Role> getAllRoles()
getAllRoles in interface ServiceService.getAllRoles()public Collection<DependencyFacade> getAllServiceReferences()
getAllServiceReferences in interface ServiceService.getAllServiceReferences()public Collection<DependencyFacade> getEntityReferences()
getEntityReferences in interface ServiceService.getEntityReferences()public Collection<Destination> getMessagingDestinations()
getMessagingDestinations in interface ServiceService.getMessagingDestinations()public Collection<Role> getRoles()
getRoles in interface ServiceService.getRoles()public Collection<DependencyFacade> getServiceReferences()
getServiceReferences in interface ServiceService.getServiceReferences()public void initialize()
initialize in interface ModelElementFacadeinitialize in class MetafacadeBaseMetafacadeBase.initialize()public Object getValidationOwner()
getValidationOwner in interface ModelElementFacadegetValidationOwner in class MetafacadeBaseMetafacadeBase.getValidationOwner()public String getValidationName()
getValidationName in interface ModelElementFacadegetValidationName in class MetafacadeBaseMetafacadeBase.getValidationName()public void validateInvariants(Collection<ModelValidationMessage> validationMessages)
Constraint: org::andromda::cartridges::spring::metafacades::SpringService::only one init-method pro service
Error: Only one operation of the Springervice may be an init-method operation.
OCL: context SpringService inv: operations->select(initMethod=true)->size()<=1
Constraint: org::andromda::cartridges::spring::metafacades::SpringService::only one destroy-method pro service
Error: Only one operation of a SpringService may be destroy-method operation.
OCL: context SpringService inv: operations->select(destroyMethod=true)->size()<=1
validateInvariants in interface ModelElementFacadevalidateInvariants in class MetafacadeBasevalidationMessages - CollectionMetafacadeBase.validateInvariants(Collection validationMessages)public String toString()
toString in class MetafacadeBaseObject.toString()Copyright © 2003–2014 AndroMDA.org. All rights reserved.