Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.fiber.services 

IFiberManagingService  - AS3 ADEP Data Services

Pacotecom.adobe.fiber.services
Interfacepublic interface IFiberManagingService

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

A managing service instance provides generated value objects with a means to retrieve services that may be involved in calculation of properties of the value object. To customize this process, implement this interface and pass the implementation to generated value objects via their managingService property. If an implementation of this interface is not set on a value object, it will lazily create static instances of any service that is required for the calculation of its properties.



Métodos públicos
 MétodoDefinido por
  
Retrieves a user provided implementation of a custom service declared in a model.
IFiberManagingService
  
Retrieves a service instance that has been generated and wrapped based on its declaration in a model.
IFiberManagingService
Detalhes do método

getCustomService

()método
public function getCustomService(name:String):IFiberService

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

Retrieves a user provided implementation of a custom service declared in a model.

Parâmetros

name:String — service name as it appears in the model

Retorna
IFiberService — an implementation of the custom service.

getService

()método 
public function getService(name:String):AbstractService

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

Retrieves a service instance that has been generated and wrapped based on its declaration in a model. Such a service may be a mx.rpc.remoting.RemoteObject, mx.rpc.http.HTTPMultiService, or mx.rpc.soap.WebService.

Parâmetros

name:String — service name as it appears in the model

Retorna
AbstractService — an implementation of the service.




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.