public abstract class EJB3ManageableEntityFacadeLogic extends MetafacadeBase implements EJB3ManageableEntityFacade
EJB3ManageableEntityFacade,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot, logger| Modifier | Constructor and Description |
|---|---|
protected |
EJB3ManageableEntityFacadeLogic(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 entity and its ancestors have a relation to.
|
Collection |
getAllEntityRelations()
Find all associations that define relations to other entities.
|
Collection<GeneralizableElementFacade> |
getAllGeneralizations()
All generalizations for this generalizable element, goes up the inheritance tree.
|
List |
getAllInstanceAttributes()
All instanceAttributes for this entity.
|
List<ManageableEntity> |
getAllManageables()
All entities to which can be browsed from this entity.
|
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<GeneralizableElementFacade> |
getAllSpecializations()
All specializations (travels down the inheritance hierarchy).
|
Collection<DependencyFacade> |
getAllValueObjectReferences()
Returns all value object references (this includes all those that are inherited from any
parent entities)
|
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.
|
String |
getAttributeNameList(boolean follow,
boolean withIdentifiers)
Gets a comma separated list of attribute names.
|
String |
getAttributeNameList(boolean follow,
boolean withIdentifiers,
boolean withDerived)
Gets a comma separated list of attribute names.
|
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.
|
Collection<AttributeFacade> |
getAttributes(boolean follow,
boolean withIdentifiers)
Gets all attributes of the entity, and optionally retieves the super entities attributes as
well as excludes the entity's identifiers if 'withIdentifiers' is set to false.
|
Collection<AttributeFacade> |
getAttributes(boolean follow,
boolean withIdentifiers,
boolean withDerived)
Gets all attributes of the entity, and optionally retieves the super entities attributes as
well as excludes the entity's identifiers if 'withIdentifiers' is set to false and exclude
derived attributes if 'withDerived' is set to false.
|
String |
getAttributesAsList(Collection attributes,
boolean includeTypes,
boolean includeNames,
boolean includeAutoIdentifiers)
Create a comma separated list of attributes.
|
String |
getAttributeTypeList(boolean follow,
boolean withIdentifiers)
Gets a comma separated list of attribute types.
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
Collection<OperationFacade> |
getBusinessOperations()
All business operations of the entity, these include any operations that aren't queries.
|
String |
getCacheType()
Provides the cache policy for the entity.
|
Collection<EntityAssociationEnd> |
getChildEnds()
Gets any children association ends (i.e.
|
Collection |
getConstants(boolean follow)
Gets all constants for this entity.
|
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.
|
Collection |
getCreateMethods(boolean follow)
Gets create methods for the entity.
|
String |
getDaoBaseName()
The DAO base class name.
|
Collection<EJB3OperationFacade> |
getDaoBusinessOperations()
The business operations modeled on the entity that will be generated on the DAO (Data Access
Object).
|
String |
getDaoDefaultExceptionName()
Returns the default DAO exception name.
|
String |
getDaoImplementationName()
The DAO implementation class name.
|
String |
getDaoName()
The name of the DAO for the specified entity.
|
String |
getDaoNoTransformationConstantName()
The constant name denoting no transformation is to be applied.
|
String |
getDefaultCascadeType()
Returns the default entity cascadable property attribute looked up in the namespace
descriptor.
|
String |
getDefaultPersistenceContextUnitName()
Returns the default persistence context unit name for the injected EntityManger for the
DAO/Manageable service beans.
|
String |
getDiscriminatorColumn()
The name of the discriminator column.
|
String |
getDiscriminatorColumnDefinition()
The SQL used when generating the DDL for the discriminator column.
|
int |
getDiscriminatorLength()
The standard length of a discriminator value.
|
String |
getDiscriminatorType()
The type of the entity discriminator column.
|
String |
getDiscriminatorValue()
The value indicating the row in an entity of the annotated entity type.
|
ManageableEntityAttribute |
getDisplayAttribute()
The attribute used as a key link to display values for this entity.
|
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.
|
Collection<AttributeFacade> |
getEmbeddedValues()
The embedded values belonging to this entity.
|
String |
getEntityCompositePrimaryKeyName()
Entity composite primary key class name for this entity.
|
String |
getEntityEmbeddableName()
Entity embeddable super class name this entity inherits from.
|
String |
getEntityImplementationName()
The name of the implementation class.
|
String |
getEntityListenerName()
Entity listener class name for callback methods.
|
String |
getEntityName()
The named used for the EJB3 entity.
|
Collection<DependencyFacade> |
getEntityReferences()
All entities referenced by this entity.
|
Collection |
getEntityRelations()
Entity classes that are association relationships from this entity.
|
Collection |
getEnvironmentEntries(boolean follow)
Gets all env-entries for the specified entity EJB.
|
String |
getFullyQualifiedArrayName()
The fully qualified name of the classifier as an array.
|
String |
getFullyQualifiedDaoBaseName()
The fully qualified name of the base DAO.
|
String |
getFullyQualifiedDaoDefaultExceptionName()
Returns the fully qualified default DAO exception name.
|
String |
getFullyQualifiedDaoImplementationName()
The fully qualified name of the DAO implemetation.
|
String |
getFullyQualifiedDaoName()
The fully qualified name of the DAO.
|
String |
getFullyQualifiedEntityCompositePrimaryKeyName()
The fully qualified name of the composite primary key class of this entity.
|
String |
getFullyQualifiedEntityEmbeddableName()
The fully qualified name of the embeddable super class of this entity.
|
String |
getFullyQualifiedEntityImplementationName()
Fully qualified name of the Entity implementation class.
|
String |
getFullyQualifiedEntityListenerName()
Fully qualified name of the Entity listner class holding entity callback methods.
|
String |
getFullyQualifiedEntityName()
The fully qualified name of the EJB3 entity.
|
String |
getFullyQualifiedIdentifierTypeName()
The full name of the type of the identifier.
|
String |
getFullyQualifiedManageableServiceBaseName()
Returns the fully qualified manageable service base class name that contains the
implementation.
|
String |
getFullyQualifiedManageableServiceCreateExceptionName()
Returns the fully qualified name of the application create exception.
|
String |
getFullyQualifiedManageableServiceDeleteExceptionName()
Returns the fully qualified delete application exception name.
|
String |
getFullyQualifiedManageableServiceName()
The fully qualified service name of the entity.
|
String |
getFullyQualifiedManageableServiceReadExceptionName()
Returns the fully qualified name of the application read exception.
|
String |
getFullyQualifiedManageableServiceUpdateExceptionName()
Returns the fully qualified update application exception name.
|
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
'/'.
|
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 |
getHomeInterfaceName()
A String representing the name of a home interface for this entity EJB.
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
ModelElementFacade |
getIdentifier()
Returns the identifier, which can be an attribute or an association.
|
Collection<AssociationEndFacade> |
getIdentifierAssociationEnds()
Gets all the associationEnds of this entity marked with the identifiers stereotype.
|
String |
getIdentifierGetterName()
The getter name of the identifier.
|
String |
getIdentifierName()
The name of the identifier.
|
Collection<ModelElementFacade> |
getIdentifiers()
All the attributes of the entity which make up its identifier (primary key).
|
Collection<ModelElementFacade> |
getIdentifiers(boolean follow)
Gets all identifiers for an entity.
|
String |
getIdentifierSetterName()
The setter name of the identifier.
|
String |
getIdentifierTypeName()
The name of the type of the identifier.
|
Collection<OperationFacade> |
getImplementationOperations()
Returns all those operations that could be implemented at this classifier's level.
|
String |
getImplementedInterfaceList()
A comma separated list of the fully qualified names of all implemented interfaces.
|
String |
getInheritanceStrategy()
Return the value of the andromda_persistence_inheritance tagged value which is an enumeration
containing SINGLE_TABLE, TABLE_PER_CLASS or JOINED.
|
List |
getInheritedInstanceAttributes()
All inherited instanceAttributes this class.
|
String |
getInstanceAttributeNameList(boolean follow,
boolean withIdentifiers)
Gets a comma separated list of instance attribute names.
|
Collection<AttributeFacade> |
getInstanceAttributes()
Those attributes that are scoped to an instance of this class.
|
Collection |
getInstanceAttributes(boolean follow,
boolean withIdentifiers)
Gets all instance attributes of the entity, and optionally retieves the super entities
instance attributes as well as excludes the entity's identifiers if 'withIdentifiers' is set
to false.
|
String |
getInstanceAttributeTypeList(boolean follow,
boolean withIdentifiers)
Gets a comma separated list of instance attribute types.
|
List<OperationFacade> |
getInstanceOperations()
Those operations that are scoped to an instance of this class.
|
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.
|
String |
getJndiName()
jndiNamePrefix/ejb/this.getFullyQualifiedName()
|
String |
getJndiNamePrefix()
Returns the JNDI name prefix for this menageable session bean.
|
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.
|
List<ManageableEntityAssociationEnd> |
getManageableAssociationEnds()
The associations to other entities from this entity.
|
List<ManageableEntityAttribute> |
getManageableAttributes()
Lists the attributes that can be managed for this entity.
|
AttributeFacade |
getManageableDisplayAttribute()
Find the attribute with 'andromda_manageable_table_displayname'
|
ManageableEntityAttribute |
getManageableIdentifier()
The identifier used when managing this entity.
|
List<ModelElementFacade> |
getManageableMembers()
ManageableAttributes and ManageableAssociationEnds
|
String |
getManageablePackageName()
The entity package name.
|
String |
getManageablePackagePath()
The Package path of the Entity
|
String |
getManageableRolesAllowed()
Returns the comma separated list of roles which are used to secure manageable service beans.
|
String |
getManageableServiceAccessorCall()
The entity accessor (getter) call.
|
String |
getManageableServiceBaseFullPath()
Returns the manageable service base class fully qualified path used to set the template
generated file.
|
String |
getManageableServiceBaseName()
Returns the manageable service base class name.
|
String |
getManageableServiceCreateExceptionName()
Returns the manageable service create exception name.
|
String |
getManageableServiceDeleteExceptionName()
Returns the manageable service delete exception name.
|
String |
getManageableServiceFullPath()
The service full path of the entity.
|
String |
getManageableServiceName()
The service name of the entity.
|
String |
getManageableServiceReadExceptionName()
Returns the manageable service read exception name.
|
String |
getManageableServiceUpdateExceptionName()
Returns the manageable service update exception name.
|
int |
getMaximumListSize()
The maximum number of rows to load from the database.
|
short |
getMaxSqlNameLength()
The maximum length a SQL name may be.
|
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.
|
Collection<Role> |
getNonRunAsRoles()
Return all dependent Roles with the stereotype 'RunAs'
|
String |
getOperationCallFromAttributes()
The attributes from this classifier in the form of an operation call (this example would be
in Java): '(String attributeOne, String attributeTwo).
|
String |
getOperationCallFromAttributes(boolean withIdentifiers)
Gets the attributes as a list within an operation call, optionally including the type names
and the identifier attributes.
|
String |
getOperationCallFromAttributes(boolean withIdentifiers,
boolean follow)
Gets the attributes as a list within an operation call.
|
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 '/'.
|
int |
getPageSize()
The maximum number of rows to load from the database.
|
EntityAssociationEnd |
getParentEnd()
Returns the parent association end of this entity if its a child entity.
|
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.
|
Collection<ModelElementFacade> |
getProperties(boolean follow,
boolean withIdentifiers)
Gets all properties of this entity, this includes the attributes and navigable association
ends of the entity.
|
String |
getQualifiedName()
UML2: Returns the value of the 'Qualified Name' attribute.
|
Collection<EntityQueryOperation> |
getQueryOperations()
Returns all the operations that can perform queries on the entity.
|
Collection<OperationFacade> |
getQueryOperations(boolean follow)
Gets all query operations for an entity.
|
List<ManageableEntity> |
getReferencingManageables()
Other Manageable Entities which reference this entity.
|
String |
getRequiredAttributeNameList(boolean follow,
boolean withIdentifiers)
Gets a comma separated list of required attribute names.
|
Collection<AttributeFacade> |
getRequiredAttributes(boolean follow,
boolean withIdentifiers)
Returns all attributes that are specified as 'required' in the model.
|
String |
getRequiredAttributeTypeList(boolean follow,
boolean withIdentifiers)
Gets a comma separated list of attribute types with are required.
|
Collection<ModelElementFacade> |
getRequiredConstructorParameters()
A collection containing all required and/or read-only 'properties' of the classifier.
|
Collection<ModelElementFacade> |
getRequiredProperties(boolean follow,
boolean withIdentifiers)
Gets all required properties for this entity.
|
String |
getRequiredPropertyNameList(boolean follow,
boolean withIdentifiers)
Creates a comma separated list of the required property names.
|
String |
getRequiredPropertyTypeList(boolean follow,
boolean withIdentifiers)
A comma separated list of the required property types.
|
String |
getRolesAllowed()
Returns the comma separated list of roles allowd to execute DAO operations.
|
EJB3EntityFacade |
getRoot()
Travels up the inheritance hierarchy and retrieves the root of this entity.
|
PackageFacade |
getRootPackage()
Gets the root package for the model element.
|
String |
getSchema()
The name of the schema that contains the database table
|
String |
getSeamComponentName()
Returns the Seam component name for the class.
|
String |
getSeamComponentScopeType()
Returns the seam component scope type if one is specified.
|
String |
getSecurityRealm()
Returns the security domain value.
|
Collection |
getSelectMethods(boolean follow)
Gets select methods for the entity, if all is set to 'true' then ALL select methods will be
retrieved (including those inherited from any superclasses).
|
long |
getSerialVersionUID()
Returns the serial version UID of the underlying model element.
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
Collection<GeneralizableElementFacade> |
getSpecializations()
Gets the direct specializations (i.e.
|
String |
getSqlType()
Gets the SQL Mappings from the SQLMappings URI
|
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.
|
protected EJB3EntityFacade |
getSuperEJB3EntityFacade()
Gets the EJB3EntityFacade parent instance.
|
protected ManageableEntity |
getSuperManageableEntity()
Gets the ManageableEntity parent instance.
|
String |
getTableName()
The name of the database table to which this entity is persisted.
|
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
|
List<ActorFacade> |
getUsers()
The Actors (Roles) which can manage the Entity.
|
String |
getValidationName() |
Object |
getValidationOwner() |
Collection |
getValueDependencies()
ValueObject dependency references from this Entity
|
Collection<DependencyFacade> |
getValueObjectReferences()
Retrieves the value object dependencies for this entity without inherited object references.
|
Collection |
getValueObjectReferences(boolean follow)
Retrieves the values object references for this entity.
|
String |
getViewType()
A string indicating whether the Bean is a local or remotely accessable bean.
|
String |
getVisibility()
The visibility (i.e.
|
String |
getWrapperName()
The wrapper name for this classifier if a mapped type has a defined wrapper class (ie.
|
protected abstract String |
handleGetFullyQualifiedManageableServiceBaseName() |
protected abstract String |
handleGetFullyQualifiedManageableServiceCreateExceptionName() |
protected abstract String |
handleGetFullyQualifiedManageableServiceDeleteExceptionName() |
protected abstract String |
handleGetFullyQualifiedManageableServiceReadExceptionName() |
protected abstract String |
handleGetFullyQualifiedManageableServiceUpdateExceptionName() |
protected abstract String |
handleGetJndiNamePrefix() |
protected abstract String |
handleGetManageableRolesAllowed() |
protected abstract String |
handleGetManageableServiceBaseFullPath() |
protected abstract String |
handleGetManageableServiceBaseName() |
protected abstract String |
handleGetManageableServiceCreateExceptionName() |
protected abstract String |
handleGetManageableServiceDeleteExceptionName() |
protected abstract String |
handleGetManageableServiceReadExceptionName() |
protected abstract String |
handleGetManageableServiceUpdateExceptionName() |
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 |
isArrayType()
True if this classifier represents an array type.
|
boolean |
isAssociationClass()
True if the ClassifierFacade is an AssociationClass.
|
boolean |
isAttributePresent(String att)
If the attribute att is present
|
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 |
isCacheEnabled()
Returns true if caching has been enabled via namespace property hibernateEnableCache.
|
boolean |
isCharacterType()
Indicates if this type represents a char, Character, or java.lang.Character type or not.
|
boolean |
isChild()
Returns true/false depending on whether or not this entity represetns a child in an
association (this occurs when this entity is on the opposite end of an assocation end defined
as composite).
|
boolean |
isClassifierFacadeMetaType() |
boolean |
isClobType()
Returns true if this type represents a Clob type.
|
boolean |
isCollectionType()
True if this classifier represents a collection type.
|
boolean |
isCompositeIdentifier()
True if this entity identifier is a composite (consists of multiple key columns, typically
abstracted into an external composite identifier class)
|
boolean |
isCompositePrimaryKeyPresent()
Returns true if a composite primary key exists for this entity bean.
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isCreate()
Create a create operation on the entity manager?
|
boolean |
isDaoBusinessOperationsPresent()
Indicates whether or not any business DAO operations are present.
|
boolean |
isDaoImplementationRequired()
True if an implementation is required for the dao class, this is the case when there are
business operations or value-object transformation.
|
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 |
isDelete()
Create a delete operation on the entity manager?
|
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 |
isDynamicIdentifiersPresent()
True if the entity has its identifiers dynamically added, false otherwise.
|
boolean |
isEJB3EntityFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isEJB3ManageableEntityFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isEmbeddableSuperclass()
Determines if this entity is an mapped/embeddable super class.
|
boolean |
isEmbeddableSuperclassGeneralizationExists()
Returns true if this entity is a subclass of an mapped/embeddable super class.
|
boolean |
isEmbeddedValue()
Indicates whether or not this classifier represents an "EmbeddedValue'.
|
boolean |
isEntityImplementationRequired()
True if an entity implementation is required for the entity class, this is the case when
there are business operations.
|
boolean |
isEntityMetaType() |
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 |
isFinderFindAllExists()
Returns true if the findAll finder method (specified as a query method) has been modelled.
|
boolean |
isFinderFindByPrimaryKeyExists()
Returns true if the finder findByPrimaryKey has been modelled.
|
boolean |
isFloatType()
Indicates if this type represents a Float type or not.
|
boolean |
isGeneralizableElementFacadeMetaType() |
boolean |
isGenericFinders()
Returns true if the generic finder property is true.
|
boolean |
isIdentifierPresent(String id)
If the identifier id is present
|
boolean |
isIdentifiersPresent()
True if the entity has any identifiers defined, false otherwise.
|
boolean |
isInheritanceJoined()
Return true if the entity inheritance strategy as specified by the tagged value
andromda_persistence_inheritance is defined as JOINED.
|
boolean |
isInheritanceSingleTable()
Return true if the entity inheritance strategy as specified by the tagged value
andromda_persistence_inheritance is defined as SINGLE_TABLE.
|
boolean |
isInheritanceTablePerClass()
Return true if the entity inheritance strategy as specified by the tagged value
andromda_persistence_inheritance is defined as TABLE_PER_CLASS.
|
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 |
isListenerEnabled()
Returns true if this entity bean has the stereotype Listener.
|
boolean |
isListType()
True if this classifier represents a list type.
|
boolean |
isLongType()
Indicates if this type represents a Long type or not.
|
boolean |
isManageable()
Returns true if this entity is assigned the Manageable stereotype.
|
boolean |
isManageableEntityMetaType() |
boolean |
isMapType()
Indicates whether or not this classifier represents a Map type.
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isOperationPresent(String op)
If the operation op is present
|
boolean |
isPrimitive()
Indicates whether or not this classifier represents a primitive type.
|
boolean |
isRead()
Create a read operation on the entity manager?
|
boolean |
isRequiresGeneralizationMapping()
Returns true if the entity requires generalization mapping.
|
boolean |
isRequiresSpecializationMapping()
Returns true if the entity requires specialization mapping.
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isResolveable()
The maximum number of rows to load from the database.
|
boolean |
isSeamComponent()
Returns true if this entity has the <
|
boolean |
isSecurityEnabled()
Returns true if the security realm is specified.
|
boolean |
isSetType()
True if this classifier represents a set type.
|
boolean |
isStringType()
Indicates whether or not this classifier represents a string type.
|
boolean |
isSyntheticCreateMethodAllowed()
Whether or not to allow a synthetic (auto generated) create method.
|
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 |
isUpdate()
Create an update operation on the entity manager?
|
boolean |
isUseDefaultCacheRegion()
Return true if a unique cache region is NOT required for entities and queries.
|
boolean |
isUseQueryCache()
Returns true if the application wide namespace property hibernateUseQueryCache is enabled.
|
boolean |
isUsingAssignedIdentifier()
Indiciates if this entity is using an assigned identifier or not.
|
boolean |
isUsingForeignIdentifier()
Indicates whether or not this entity is using a foreign identifier as its identifiers.
|
boolean |
isValidIdentifierName()
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
|
boolean |
isWrappedPrimitive()
Returns true if this type is a wrapped primitive type.
|
String |
listManageableMembers(boolean withTypes)
Returns a string with the attributes without wrapper types.
|
String |
listManageableMembersWithWrapperTypes()
Returns a string with the attributes and wrapper types.
|
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) |
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validateprotected Object metaObject
Objectprotected EJB3ManageableEntityFacadeLogic(Object metaObjectIn, String context)
metaObjectIn - context - protected EJB3EntityFacade getSuperEJB3EntityFacade()
protected ManageableEntity getSuperManageableEntity()
public void resetMetafacadeContext(String context)
resetMetafacadeContext in class MetafacadeBasecontext - MetafacadeBase.resetMetafacadeContext(String context)public boolean isEJB3ManageableEntityFacadeMetaType()
EJB3ManageableEntityFacadeisEJB3ManageableEntityFacadeMetaType in interface EJB3ManageableEntityFacadeEJB3ManageableEntityFacadeprotected abstract String handleGetFullyQualifiedManageableServiceCreateExceptionName()
EJB3ManageableEntityFacade.getFullyQualifiedManageableServiceCreateExceptionName()public final String getFullyQualifiedManageableServiceCreateExceptionName()
getFullyQualifiedManageableServiceCreateExceptionName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetFullyQualifiedManageableServiceReadExceptionName()
EJB3ManageableEntityFacade.getFullyQualifiedManageableServiceReadExceptionName()public final String getFullyQualifiedManageableServiceReadExceptionName()
getFullyQualifiedManageableServiceReadExceptionName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetFullyQualifiedManageableServiceUpdateExceptionName()
EJB3ManageableEntityFacade.getFullyQualifiedManageableServiceUpdateExceptionName()public final String getFullyQualifiedManageableServiceUpdateExceptionName()
getFullyQualifiedManageableServiceUpdateExceptionName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetFullyQualifiedManageableServiceDeleteExceptionName()
EJB3ManageableEntityFacade.getFullyQualifiedManageableServiceDeleteExceptionName()public final String getFullyQualifiedManageableServiceDeleteExceptionName()
getFullyQualifiedManageableServiceDeleteExceptionName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetJndiNamePrefix()
EJB3ManageableEntityFacade.getJndiNamePrefix()public final String getJndiNamePrefix()
getJndiNamePrefix in interface EJB3ManageableEntityFacadeprotected abstract String handleGetManageableServiceBaseName()
EJB3ManageableEntityFacade.getManageableServiceBaseName()public final String getManageableServiceBaseName()
getManageableServiceBaseName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetManageableServiceBaseFullPath()
EJB3ManageableEntityFacade.getManageableServiceBaseFullPath()public final String getManageableServiceBaseFullPath()
getManageableServiceBaseFullPath in interface EJB3ManageableEntityFacadeprotected abstract String handleGetFullyQualifiedManageableServiceBaseName()
EJB3ManageableEntityFacade.getFullyQualifiedManageableServiceBaseName()public final String getFullyQualifiedManageableServiceBaseName()
getFullyQualifiedManageableServiceBaseName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetManageableServiceCreateExceptionName()
EJB3ManageableEntityFacade.getManageableServiceCreateExceptionName()public final String getManageableServiceCreateExceptionName()
getManageableServiceCreateExceptionName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetManageableServiceReadExceptionName()
EJB3ManageableEntityFacade.getManageableServiceReadExceptionName()public final String getManageableServiceReadExceptionName()
getManageableServiceReadExceptionName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetManageableServiceUpdateExceptionName()
EJB3ManageableEntityFacade.getManageableServiceUpdateExceptionName()public final String getManageableServiceUpdateExceptionName()
getManageableServiceUpdateExceptionName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetManageableServiceDeleteExceptionName()
EJB3ManageableEntityFacade.getManageableServiceDeleteExceptionName()public final String getManageableServiceDeleteExceptionName()
getManageableServiceDeleteExceptionName in interface EJB3ManageableEntityFacadeprotected abstract String handleGetManageableRolesAllowed()
EJB3ManageableEntityFacade.getManageableRolesAllowed()public final String getManageableRolesAllowed()
getManageableRolesAllowed in interface EJB3ManageableEntityFacadepublic boolean isEJB3EntityFacadeMetaType()
EJB3EntityFacadeisEJB3EntityFacadeMetaType in interface EJB3EntityFacadeEJB3EntityFacadepublic boolean isManageableEntityMetaType()
isManageableEntityMetaType in interface ManageableEntityManageableEntitypublic boolean isEntityMetaType()
isEntityMetaType in interface EntityEntitypublic boolean isClassifierFacadeMetaType()
isClassifierFacadeMetaType in interface ClassifierFacadeClassifierFacadepublic boolean isGeneralizableElementFacadeMetaType()
isGeneralizableElementFacadeMetaType in interface GeneralizableElementFacadeGeneralizableElementFacadepublic boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType in interface ModelElementFacadeModelElementFacadepublic Collection getAllEntityRelations()
getAllEntityRelations in interface EJB3EntityFacadeEJB3EntityFacade.getAllEntityRelations()public List getAllInstanceAttributes()
getAllInstanceAttributes in interface EJB3EntityFacadeEJB3EntityFacade.getAllInstanceAttributes()public Collection<DependencyFacade> getAllValueObjectReferences()
getAllValueObjectReferences in interface EJB3EntityFacadeEJB3EntityFacade.getAllValueObjectReferences()public String getAttributesAsList(Collection attributes, boolean includeTypes, boolean includeNames, boolean includeAutoIdentifiers)
getAttributesAsList in interface EJB3EntityFacadeattributes - CollectionincludeTypes - booleanincludeNames - booleanincludeAutoIdentifiers - booleanEJB3EntityFacade.getAttributesAsList(Collection attributes, boolean includeTypes, boolean includeNames, boolean includeAutoIdentifiers)public String getCacheType()
getCacheType in interface EJB3EntityFacadeEJB3EntityFacade.getCacheType()public Collection getConstants(boolean follow)
getConstants in interface EJB3EntityFacadefollow - booleanEJB3EntityFacade.getConstants(boolean follow)public Collection getCreateMethods(boolean follow)
getCreateMethods in interface EJB3EntityFacadefollow - booleanEJB3EntityFacade.getCreateMethods(boolean follow)public String getDaoBaseName()
getDaoBaseName in interface EJB3EntityFacadeEJB3EntityFacade.getDaoBaseName()public Collection<EJB3OperationFacade> getDaoBusinessOperations()
getDaoBusinessOperations in interface EJB3EntityFacadeEJB3EntityFacade.getDaoBusinessOperations()public String getDaoDefaultExceptionName()
getDaoDefaultExceptionName in interface EJB3EntityFacadeEJB3EntityFacade.getDaoDefaultExceptionName()public String getDaoImplementationName()
getDaoImplementationName in interface EJB3EntityFacadeEJB3EntityFacade.getDaoImplementationName()public String getDaoName()
getDaoName in interface EJB3EntityFacadeEJB3EntityFacade.getDaoName()public String getDaoNoTransformationConstantName()
getDaoNoTransformationConstantName in interface EJB3EntityFacadeEJB3EntityFacade.getDaoNoTransformationConstantName()public String getDefaultCascadeType()
getDefaultCascadeType in interface EJB3EntityFacadeEJB3EntityFacade.getDefaultCascadeType()public String getDefaultPersistenceContextUnitName()
getDefaultPersistenceContextUnitName in interface EJB3EntityFacadeEJB3EntityFacade.getDefaultPersistenceContextUnitName()public String getDiscriminatorColumn()
getDiscriminatorColumn in interface EJB3EntityFacadeEJB3EntityFacade.getDiscriminatorColumn()public String getDiscriminatorColumnDefinition()
getDiscriminatorColumnDefinition in interface EJB3EntityFacadeEJB3EntityFacade.getDiscriminatorColumnDefinition()public int getDiscriminatorLength()
getDiscriminatorLength in interface EJB3EntityFacadeEJB3EntityFacade.getDiscriminatorLength()public String getDiscriminatorType()
getDiscriminatorType in interface EJB3EntityFacadeEJB3EntityFacade.getDiscriminatorType()public String getDiscriminatorValue()
getDiscriminatorValue in interface EJB3EntityFacadeEJB3EntityFacade.getDiscriminatorValue()public String getEntityCompositePrimaryKeyName()
getEntityCompositePrimaryKeyName in interface EJB3EntityFacadeEJB3EntityFacade.getEntityCompositePrimaryKeyName()public String getEntityEmbeddableName()
getEntityEmbeddableName in interface EJB3EntityFacadeEJB3EntityFacade.getEntityEmbeddableName()public String getEntityImplementationName()
getEntityImplementationName in interface EJB3EntityFacadeEJB3EntityFacade.getEntityImplementationName()public String getEntityListenerName()
getEntityListenerName in interface EJB3EntityFacadeEJB3EntityFacade.getEntityListenerName()public String getEntityName()
getEntityName in interface EJB3EntityFacadeEJB3EntityFacade.getEntityName()public Collection getEntityRelations()
getEntityRelations in interface EJB3EntityFacadeEJB3EntityFacade.getEntityRelations()public Collection getEnvironmentEntries(boolean follow)
getEnvironmentEntries in interface EJB3EntityFacadefollow - booleanEJB3EntityFacade.getEnvironmentEntries(boolean follow)public String getFullyQualifiedDaoBaseName()
getFullyQualifiedDaoBaseName in interface EJB3EntityFacadeEJB3EntityFacade.getFullyQualifiedDaoBaseName()public String getFullyQualifiedDaoDefaultExceptionName()
getFullyQualifiedDaoDefaultExceptionName in interface EJB3EntityFacadeEJB3EntityFacade.getFullyQualifiedDaoDefaultExceptionName()public String getFullyQualifiedDaoImplementationName()
getFullyQualifiedDaoImplementationName in interface EJB3EntityFacadeEJB3EntityFacade.getFullyQualifiedDaoImplementationName()public String getFullyQualifiedDaoName()
getFullyQualifiedDaoName in interface EJB3EntityFacadeEJB3EntityFacade.getFullyQualifiedDaoName()public String getFullyQualifiedEntityCompositePrimaryKeyName()
getFullyQualifiedEntityCompositePrimaryKeyName in interface EJB3EntityFacadeEJB3EntityFacade.getFullyQualifiedEntityCompositePrimaryKeyName()public String getFullyQualifiedEntityEmbeddableName()
getFullyQualifiedEntityEmbeddableName in interface EJB3EntityFacadeEJB3EntityFacade.getFullyQualifiedEntityEmbeddableName()public String getFullyQualifiedEntityImplementationName()
getFullyQualifiedEntityImplementationName in interface EJB3EntityFacadeEJB3EntityFacade.getFullyQualifiedEntityImplementationName()public String getFullyQualifiedEntityListenerName()
getFullyQualifiedEntityListenerName in interface EJB3EntityFacadeEJB3EntityFacade.getFullyQualifiedEntityListenerName()public String getFullyQualifiedEntityName()
getFullyQualifiedEntityName in interface EJB3EntityFacadeEJB3EntityFacade.getFullyQualifiedEntityName()public String getHomeInterfaceName()
getHomeInterfaceName in interface EJB3EntityFacadeEJB3EntityFacade.getHomeInterfaceName()public ModelElementFacade getIdentifier()
getIdentifier in interface EJB3EntityFacadeEJB3EntityFacade.getIdentifier()public String getInheritanceStrategy()
getInheritanceStrategy in interface EJB3EntityFacadeEJB3EntityFacade.getInheritanceStrategy()public List getInheritedInstanceAttributes()
getInheritedInstanceAttributes in interface EJB3EntityFacadeEJB3EntityFacade.getInheritedInstanceAttributes()public String getInstanceAttributeNameList(boolean follow, boolean withIdentifiers)
getInstanceAttributeNameList in interface EJB3EntityFacadefollow - booleanwithIdentifiers - booleanEJB3EntityFacade.getInstanceAttributeNameList(boolean follow, boolean withIdentifiers)public String getInstanceAttributeTypeList(boolean follow, boolean withIdentifiers)
getInstanceAttributeTypeList in interface EJB3EntityFacadefollow - booleanwithIdentifiers - booleanEJB3EntityFacade.getInstanceAttributeTypeList(boolean follow, boolean withIdentifiers)public Collection getInstanceAttributes(boolean follow, boolean withIdentifiers)
getInstanceAttributes in interface EJB3EntityFacadefollow - booleanwithIdentifiers - booleanEJB3EntityFacade.getInstanceAttributes(boolean follow, boolean withIdentifiers)public String getJndiName()
getJndiName in interface EJB3EntityFacadeEJB3EntityFacade.getJndiName()public AttributeFacade getManageableDisplayAttribute()
getManageableDisplayAttribute in interface EJB3EntityFacadeEJB3EntityFacade.getManageableDisplayAttribute()public Collection<Role> getNonRunAsRoles()
getNonRunAsRoles in interface EJB3EntityFacadeEJB3EntityFacade.getNonRunAsRoles()public String getRolesAllowed()
getRolesAllowed in interface EJB3EntityFacadeEJB3EntityFacade.getRolesAllowed()public EJB3EntityFacade getRoot()
getRoot in interface EJB3EntityFacadeEJB3EntityFacade.getRoot()public String getSeamComponentName()
getSeamComponentName in interface EJB3EntityFacadeEJB3EntityFacade.getSeamComponentName()public String getSeamComponentScopeType()
getSeamComponentScopeType in interface EJB3EntityFacadeEJB3EntityFacade.getSeamComponentScopeType()public String getSecurityRealm()
getSecurityRealm in interface EJB3EntityFacadeEJB3EntityFacade.getSecurityRealm()public Collection getSelectMethods(boolean follow)
getSelectMethods in interface EJB3EntityFacadefollow - booleanEJB3EntityFacade.getSelectMethods(boolean follow)public String getSqlType()
getSqlType in interface EJB3EntityFacadeEJB3EntityFacade.getSqlType()public Collection getValueDependencies()
getValueDependencies in interface EJB3EntityFacadeEJB3EntityFacade.getValueDependencies()public Collection<DependencyFacade> getValueObjectReferences()
getValueObjectReferences in interface EJB3EntityFacadeEJB3EntityFacade.getValueObjectReferences()public Collection getValueObjectReferences(boolean follow)
follow is true, then
all value object references (including those that were inherited) will be retrieved.getValueObjectReferences in interface EJB3EntityFacadefollow - booleanEJB3EntityFacade.getValueObjectReferences(boolean follow)public String getViewType()
getViewType in interface EJB3EntityFacadeEJB3EntityFacade.getViewType()public boolean isAttributePresent(String att)
isAttributePresent in interface EJB3EntityFacadeatt - StringEJB3EntityFacade.isAttributePresent(String att)public boolean isCacheEnabled()
isCacheEnabled in interface EJB3EntityFacadeEJB3EntityFacade.isCacheEnabled()public boolean isCompositePrimaryKeyPresent()
isCompositePrimaryKeyPresent in interface EJB3EntityFacadeEJB3EntityFacade.isCompositePrimaryKeyPresent()public boolean isDaoBusinessOperationsPresent()
isDaoBusinessOperationsPresent in interface EJB3EntityFacadeEJB3EntityFacade.isDaoBusinessOperationsPresent()public boolean isDaoImplementationRequired()
isDaoImplementationRequired in interface EJB3EntityFacadeEJB3EntityFacade.isDaoImplementationRequired()public boolean isEmbeddableSuperclass()
isEmbeddableSuperclass in interface EJB3EntityFacadeEJB3EntityFacade.isEmbeddableSuperclass()public boolean isEmbeddableSuperclassGeneralizationExists()
isEmbeddableSuperclassGeneralizationExists in interface EJB3EntityFacadeEJB3EntityFacade.isEmbeddableSuperclassGeneralizationExists()public boolean isEntityImplementationRequired()
isEntityImplementationRequired in interface EJB3EntityFacadeEJB3EntityFacade.isEntityImplementationRequired()public boolean isFinderFindAllExists()
isFinderFindAllExists in interface EJB3EntityFacadeEJB3EntityFacade.isFinderFindAllExists()public boolean isFinderFindByPrimaryKeyExists()
isFinderFindByPrimaryKeyExists in interface EJB3EntityFacadeEJB3EntityFacade.isFinderFindByPrimaryKeyExists()public boolean isGenericFinders()
isGenericFinders in interface EJB3EntityFacadeEJB3EntityFacade.isGenericFinders()public boolean isIdentifierPresent(String id)
isIdentifierPresent in interface EJB3EntityFacadeid - StringEJB3EntityFacade.isIdentifierPresent(String id)public boolean isInheritanceJoined()
isInheritanceJoined in interface EJB3EntityFacadeEJB3EntityFacade.isInheritanceJoined()public boolean isInheritanceSingleTable()
isInheritanceSingleTable in interface EJB3EntityFacadeEJB3EntityFacade.isInheritanceSingleTable()public boolean isInheritanceTablePerClass()
isInheritanceTablePerClass in interface EJB3EntityFacadeEJB3EntityFacade.isInheritanceTablePerClass()public boolean isListenerEnabled()
isListenerEnabled in interface EJB3EntityFacadeEJB3EntityFacade.isListenerEnabled()public boolean isManageable()
isManageable in interface EJB3EntityFacadeisManageable in interface ManageableEntityEJB3EntityFacade.isManageable()public boolean isOperationPresent(String op)
isOperationPresent in interface EJB3EntityFacadeop - StringEJB3EntityFacade.isOperationPresent(String op)public boolean isRequiresGeneralizationMapping()
isRequiresGeneralizationMapping in interface EJB3EntityFacadeEJB3EntityFacade.isRequiresGeneralizationMapping()public boolean isRequiresSpecializationMapping()
isRequiresSpecializationMapping in interface EJB3EntityFacadeEJB3EntityFacade.isRequiresSpecializationMapping()public boolean isSeamComponent()
isSeamComponent in interface EJB3EntityFacadeEJB3EntityFacade.isSeamComponent()public boolean isSecurityEnabled()
isSecurityEnabled in interface EJB3EntityFacadeEJB3EntityFacade.isSecurityEnabled()public boolean isSyntheticCreateMethodAllowed()
isSyntheticCreateMethodAllowed in interface EJB3EntityFacadeEJB3EntityFacade.isSyntheticCreateMethodAllowed()public boolean isUseDefaultCacheRegion()
isUseDefaultCacheRegion in interface EJB3EntityFacadeEJB3EntityFacade.isUseDefaultCacheRegion()public boolean isUseQueryCache()
isUseQueryCache in interface EJB3EntityFacadeEJB3EntityFacade.isUseQueryCache()public 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 Collection<DependencyFacade> getAllEntityReferences()
getAllEntityReferences in interface EntityEntity.getAllEntityReferences()public String getAttributeNameList(boolean follow, boolean withIdentifiers)
getAttributeNameList in interface EntityEntity.getAttributeNameList(boolean follow, boolean withIdentifiers)public String getAttributeNameList(boolean follow, boolean withIdentifiers, boolean withDerived)
getAttributeNameList in interface EntityEntity.getAttributeNameList(boolean follow, boolean withIdentifiers, boolean withDerived)public String getAttributeTypeList(boolean follow, boolean withIdentifiers)
getAttributeTypeList in interface EntityEntity.getAttributeTypeList(boolean follow, boolean withIdentifiers)public Collection<AttributeFacade> getAttributes(boolean follow, boolean withIdentifiers)
getAttributes in interface EntityEntity.getAttributes(boolean follow, boolean withIdentifiers)public Collection<AttributeFacade> getAttributes(boolean follow, boolean withIdentifiers, boolean withDerived)
getAttributes in interface EntityEntity.getAttributes(boolean follow, boolean withIdentifiers, boolean withDerived)public Collection<OperationFacade> getBusinessOperations()
getBusinessOperations in interface EntityEntity.getBusinessOperations()public Collection<EntityAssociationEnd> getChildEnds()
getChildEnds in interface EntityEntity.getChildEnds()public Collection<AttributeFacade> getEmbeddedValues()
getEmbeddedValues in interface EntityEntity.getEmbeddedValues()public Collection<DependencyFacade> getEntityReferences()
getEntityReferences in interface EntityEntity.getEntityReferences()public String getFullyQualifiedIdentifierTypeName()
getFullyQualifiedIdentifierTypeName in interface EntityEntity.getFullyQualifiedIdentifierTypeName()public Collection<AssociationEndFacade> getIdentifierAssociationEnds()
getIdentifierAssociationEnds in interface EntityEntity.getIdentifierAssociationEnds()public String getIdentifierGetterName()
getIdentifierGetterName in interface EntityEntity.getIdentifierGetterName()public String getIdentifierName()
getIdentifierName in interface EntityEntity.getIdentifierName()public String getIdentifierSetterName()
getIdentifierSetterName in interface EntityEntity.getIdentifierSetterName()public String getIdentifierTypeName()
getIdentifierTypeName in interface EntityEntity.getIdentifierTypeName()public Collection<ModelElementFacade> getIdentifiers()
getIdentifiers in interface EntityEntity.getIdentifiers()public Collection<ModelElementFacade> getIdentifiers(boolean follow)
getIdentifiers in interface EntityEntity.getIdentifiers(boolean follow)public short getMaxSqlNameLength()
getMaxSqlNameLength in interface EntityEntity.getMaxSqlNameLength()public String getOperationCallFromAttributes(boolean withIdentifiers)
getOperationCallFromAttributes in interface EntityEntity.getOperationCallFromAttributes(boolean withIdentifiers)public String getOperationCallFromAttributes(boolean withIdentifiers, boolean follow)
getOperationCallFromAttributes in interface EntityEntity.getOperationCallFromAttributes(boolean withIdentifiers, boolean follow)public EntityAssociationEnd getParentEnd()
getParentEnd in interface EntityEntity.getParentEnd()public Collection<ModelElementFacade> getProperties(boolean follow, boolean withIdentifiers)
getProperties in interface EntityEntity.getProperties(boolean follow, boolean withIdentifiers)public Collection<EntityQueryOperation> getQueryOperations()
getQueryOperations in interface EntityEntity.getQueryOperations()public Collection<OperationFacade> getQueryOperations(boolean follow)
getQueryOperations in interface EntityEntity.getQueryOperations(boolean follow)public String getRequiredAttributeNameList(boolean follow, boolean withIdentifiers)
getRequiredAttributeNameList in interface EntityEntity.getRequiredAttributeNameList(boolean follow, boolean withIdentifiers)public String getRequiredAttributeTypeList(boolean follow, boolean withIdentifiers)
getRequiredAttributeTypeList in interface EntityEntity.getRequiredAttributeTypeList(boolean follow, boolean withIdentifiers)public Collection<AttributeFacade> getRequiredAttributes(boolean follow, boolean withIdentifiers)
getRequiredAttributes in interface EntityEntity.getRequiredAttributes(boolean follow, boolean withIdentifiers)public Collection<ModelElementFacade> getRequiredProperties(boolean follow, boolean withIdentifiers)
getRequiredProperties in interface EntityEntity.getRequiredProperties(boolean follow, boolean withIdentifiers)public String getRequiredPropertyNameList(boolean follow, boolean withIdentifiers)
getRequiredPropertyNameList in interface EntityEntity.getRequiredPropertyNameList(boolean follow, boolean withIdentifiers)public String getRequiredPropertyTypeList(boolean follow, boolean withIdentifiers)
getRequiredPropertyTypeList in interface EntityEntity.getRequiredPropertyTypeList(boolean follow, boolean withIdentifiers)public String getSchema()
getSchema in interface EntityEntity.getSchema()public String getTableName()
getTableName in interface EntityEntity.getTableName()public boolean isChild()
isChild in interface EntityEntity.isChild()public boolean isCompositeIdentifier()
isCompositeIdentifier in interface EntityEntity.isCompositeIdentifier()public boolean isDynamicIdentifiersPresent()
isDynamicIdentifiersPresent in interface EntityEntity.isDynamicIdentifiersPresent()public boolean isIdentifiersPresent()
isIdentifiersPresent in interface EntityEntity.isIdentifiersPresent()public boolean isUsingAssignedIdentifier()
isUsingAssignedIdentifier in interface EntityEntity.isUsingAssignedIdentifier()public boolean isUsingForeignIdentifier()
isUsingForeignIdentifier in interface EntityEntity.isUsingForeignIdentifier()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 List<ManageableEntity> getAllManageables()
getAllManageables in interface ManageableEntityManageableEntity.getAllManageables()public ManageableEntityAttribute getDisplayAttribute()
getDisplayAttribute in interface ManageableEntityManageableEntity.getDisplayAttribute()public String getFullyQualifiedManageableServiceName()
getFullyQualifiedManageableServiceName in interface ManageableEntityManageableEntity.getFullyQualifiedManageableServiceName()public List<ManageableEntityAssociationEnd> getManageableAssociationEnds()
getManageableAssociationEnds in interface ManageableEntityManageableEntity.getManageableAssociationEnds()public List<ManageableEntityAttribute> getManageableAttributes()
getManageableAttributes in interface ManageableEntityManageableEntity.getManageableAttributes()public ManageableEntityAttribute getManageableIdentifier()
getManageableIdentifier in interface ManageableEntityManageableEntity.getManageableIdentifier()public List<ModelElementFacade> getManageableMembers()
getManageableMembers in interface ManageableEntityManageableEntity.getManageableMembers()public String getManageablePackageName()
getManageablePackageName in interface ManageableEntityManageableEntity.getManageablePackageName()public String getManageablePackagePath()
getManageablePackagePath in interface ManageableEntityManageableEntity.getManageablePackagePath()public String getManageableServiceAccessorCall()
getManageableServiceAccessorCall in interface ManageableEntityManageableEntity.getManageableServiceAccessorCall()public String getManageableServiceFullPath()
getManageableServiceFullPath in interface ManageableEntityManageableEntity.getManageableServiceFullPath()public String getManageableServiceName()
getManageableServiceName in interface ManageableEntityManageableEntity.getManageableServiceName()public int getMaximumListSize()
getMaximumListSize in interface ManageableEntityManageableEntity.getMaximumListSize()public int getPageSize()
getPageSize in interface ManageableEntityManageableEntity.getPageSize()public List<ManageableEntity> getReferencingManageables()
getReferencingManageables in interface ManageableEntityManageableEntity.getReferencingManageables()public List<ActorFacade> getUsers()
getUsers in interface ManageableEntityManageableEntity.getUsers()public boolean isCreate()
isCreate in interface ManageableEntityManageableEntity.isCreate()public boolean isDelete()
isDelete in interface ManageableEntityManageableEntity.isDelete()public boolean isRead()
isRead in interface ManageableEntityManageableEntity.isRead()public boolean isResolveable()
isResolveable in interface ManageableEntityManageableEntity.isResolveable()public boolean isUpdate()
isUpdate in interface ManageableEntityManageableEntity.isUpdate()public String listManageableMembers(boolean withTypes)
listManageableMembers in interface ManageableEntityManageableEntity.listManageableMembers(boolean withTypes)public String listManageableMembersWithWrapperTypes()
listManageableMembersWithWrapperTypes in interface ManageableEntityManageableEntity.listManageableMembersWithWrapperTypes()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)
validateInvariants in interface ModelElementFacadevalidateInvariants in class MetafacadeBasevalidationMessages - CollectionMetafacadeBase.validateInvariants(Collection validationMessages)public String toString()
toString in class MetafacadeBaseObject.toString()Copyright © 2006–2014 AndroMDA.org. All rights reserved.