Pacote | com.adobe.fiber.valueobjects |
Interface | public interface IModelType |
Implementadores | AbstractEntityMetadata |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
An implementation of this interface is generated for each entity
declared in a model. An instance corresponding to a value object
is accessible via its _model
property.
Método | Definido por | ||
---|---|---|---|
Returns the names of all association properties. | IModelType | ||
Gets the base type of a collection property. | IModelType | ||
Returns the names of all collection properties. | IModelType | ||
Returns the names of all data properties for an entity regardless of whether
they are currently available. | IModelType | ||
Gets all derived properties whose values may change as a result of this data property's
value changing. | IModelType | ||
Gets the names of all services that derived properties of this
entity depend on for their calculations. | IModelType | ||
Gets the entity's name for a given value object. | IModelType | ||
Returns the names of all guarded properties for an entity regardless of whether
they are currently available. | IModelType | ||
Returns the mappedBy property for the passed-in association property;
Returns null if the passed-in assocaition property is not mapped by a property. | IModelType | ||
Returns the names of all properties for an entity regardless of whether
they are currently available. | IModelType | ||
Returns the length set for the passed-in property. | IModelType | ||
Returns the names of all required properties. | IModelType | ||
Returns the names of all unguarded properties for an entity. | IModelType |
getAssociationProperties | () | método |
public function getAssociationProperties():Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the names of all association properties.
RetornaArray — Names of all association properties
|
getCollectionBase | () | método |
public function getCollectionBase(propertyName:String):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Gets the base type of a collection property.
Parâmetros
propertyName:String — Name of desired property
|
String — Fully qualified name of the collection's base class
|
getCollectionProperties | () | método |
public function getCollectionProperties():Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the names of all collection properties.
RetornaArray — Names of all collection properties
|
getDataProperties | () | método |
public function getDataProperties():Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the names of all data properties for an entity regardless of whether they are currently available.
RetornaArray — Names of all data properties for an entity
|
getDependants | () | método |
public function getDependants(propertyName:String):Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Gets all derived properties whose values may change as a result of this data property's value changing.
Parâmetros
propertyName:String — Name of data property for which to get dependants
|
Array — All derived properties depending on this data propery
|
getDependedOnServices | () | método |
public function getDependedOnServices():Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Gets the names of all services that derived properties of this entity depend on for their calculations.
RetornaArray — array of service names that derived properties of this
entity depend on for their calculations.
|
getEntityName | () | método |
public function getEntityName():String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Gets the entity's name for a given value object.
RetornaString — the entity name for the value object.
|
getGuardedProperties | () | método |
public function getGuardedProperties():Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the names of all guarded properties for an entity regardless of whether they are currently available.
RetornaArray — Names of all guarded properties for an entity
|
getMappedByProperty | () | método |
public function getMappedByProperty(associationProperty:String):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the mappedBy
property for the passed-in association property;
Returns null if the passed-in assocaition property is not mapped by a property.
Returns null of the passed-in property is not an association property.
Parâmetros
associationProperty:String — the property name.
|
String — The mappedBy property for the passed-in association property.
Returns null if the passed-in assocaition property is not mapped by a property.
Returns null of the passed-in property is not an association property.
|
getProperties | () | método |
public function getProperties():Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the names of all properties for an entity regardless of whether they are currently available.
RetornaArray — Names of all properties for an entity
|
getPropertyLength | () | método |
public function getPropertyLength(propertyName:String):int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the length set for the passed-in property. Returns zero if length was not set for the property.
Parâmetros
propertyName:String — the name of the property.
|
int — Length set for the passed-in property.
Returns zero if length was not set for the property.
|
getRequiredProperties | () | método |
public function getRequiredProperties():Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the names of all required properties.
RetornaArray — Names of all required properties.
|
getUnguardedProperties | () | método |
public function getUnguardedProperties():Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the names of all unguarded properties for an entity.
RetornaArray — Names of all unguarded properties for an entity
|
Wed Jun 13 2018, 11:10 AM Z