ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.fiber.services 

IFiberManagingService  - AS3 ADEP Data Services

Pakietcom.adobe.fiber.services
Interfejspublic interface IFiberManagingService

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Data Services for Java EE 3
Wersje środowiska wykonawczego: 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.



Metody publiczne
 MetodaZdefiniowane przez
  
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
Szczegół metody

getCustomService

()metoda
public function getCustomService(name:String):IFiberService

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Data Services for Java EE 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

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

Parametry

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

Zwraca
IFiberService — an implementation of the custom service.

getService

()metoda 
public function getService(name:String):AbstractService

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Data Services for Java EE 3
Wersje środowiska wykonawczego: 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.

Parametry

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

Zwraca
AbstractService — an implementation of the service.




[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.