Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
com.adobe.icc.services.letter 

ILetterService  - AS3 Varlık Oluşturucu

Paketcom.adobe.icc.services.letter
Arabirimpublic interface ILetterService extends IEventDispatcher

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Defines a service for Letter management.



Genel Yöntemler
 YöntemTanımlayan:
  
activateLetter(letterID:String, updateDependencies:Boolean = false):com.adobe.icc.token:IAsyncToken
Activates a letter template
ILetterService
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder.
IEventDispatcher
  
Creates a copy of an existing letter.
ILetterService
  
Allows creating a new Letter template entry.
ILetterService
  
Allows creating a test version of a letter template entry.
ILetterService
  
Allows deleting of a letter.
ILetterService
 Inherited
Olay akışına bir olay gönderir.
IEventDispatcher
  
Method description: Returns a list of available letter templates.
ILetterService
  
Retrieves a letter given its unique identifier.
ILetterService
  
Retrieves a letter given its unique identifier and date on which the letter was published.
ILetterService
  
getUsedDataModules(letterId:String, fetchIndirectReferences:Boolean = false):com.adobe.icc.token:IAsyncToken
Retrieve the list of modules that is used by the Letter identified by the given letterId.
ILetterService
 Inherited
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder.
IEventDispatcher
  
Determines if the specified letter exists.
ILetterService
  
Mark as ready to publish the Letter identified by the given letterID.
ILetterService
  
Publish the Letter identified by the given letterID.
ILetterService
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher nesnesinden bir dinleyiciyi kaldırır.
IEventDispatcher
  
Reverts the letter to the last published version.
ILetterService
  
Allows modifying a letter template entry which has a state test.
ILetterService
 Inherited
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder.
IEventDispatcher
Yöntem Ayrıntısı

activateLetter

()yöntem
public function activateLetter(letterID:String, updateDependencies:Boolean = false):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Activates a letter template

Parametreler

letterID:String — The ID (GUID) of the letter to activate
 
updateDependencies:Boolean (default = false) — Whether to replace/use this new activated version in the dependencies

Döndürür
com.adobe.icc.token:IAsyncToken — the updated Letter

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

copyLetter

()yöntem 
public function copyLetter(oldLetterID:String, newLetter:Letter):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Creates a copy of an existing letter.

Parametreler

oldLetterID:String — Identifier if the letter to be copied
 
newLetter:Letter — may optionally specify a new test data file

Döndürür
com.adobe.icc.token:IAsyncToken — New letter object (the copy).

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

createLetter

()yöntem 
public function createLetter(letter:Letter):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Allows creating a new Letter template entry.

Parametreler

letter:LetterLetter object to be created

Döndürür
com.adobe.icc.token:IAsyncToken — The new Letter object on success

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

createTestLetter

()yöntem 
public function createTestLetter(letterID:String):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Allows creating a test version of a letter template entry.

Parametreler

letterID:String — The ID (GUID) of an existing Letter to duplicate as a test version

Döndürür
com.adobe.icc.token:IAsyncToken — The new Letter object

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

deleteLetter

()yöntem 
public function deleteLetter(letterId:String):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Allows deleting of a letter.

Parametreler

letterId:String — The ID (GUID) of the letter to delete

Döndürür
com.adobe.icc.token:IAsyncToken — Return without any value if delete was successful

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

getAllLetters

()yöntem 
public function getAllLetters(query:Query = null):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Method description: Returns a list of available letter templates.

Parametreler

query:Query (default = null) — Query specifying the statements for filtering search results.

Döndürür
com.adobe.icc.token:IAsyncToken — ArrayCollection containing the letter records as Letter objects

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

getLetter

()yöntem 
public function getLetter(letterId:String):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Retrieves a letter given its unique identifier.

Parametreler

letterId:String — The unique identifier of the letter to retrieve (i.e. it's GUID).

Döndürür
com.adobe.icc.token:IAsyncToken — The result event's result data will be a Letter object for the specified letter, if the ID was valid.

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

getLetterByVersion

()yöntem 
public function getLetterByVersion(letterId:String, date:Date):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Retrieves a letter given its unique identifier and date on which the letter was published.

Parametreler

letterId:String — The unique identifier of the letter to retrieve (i.e. it's GUID).
 
date:Date — The date on which the letter was published

Döndürür
com.adobe.icc.token:IAsyncToken — The result event's result data will be a Letter object for the specified letter, if the ID was valid.

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

getUsedDataModules

()yöntem 
public function getUsedDataModules(letterId:String, fetchIndirectReferences:Boolean = false):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Retrieve the list of modules that is used by the Letter identified by the given letterId.

Parametreler

letterId:String — ID (GUID) of the Letter, for which the used modules are to be fetched.
 
fetchIndirectReferences:Boolean (default = false) — True, if you wish to fetch the modules that are directly or indirectly used by this Letter. For example, if a Text T1 is used in a List L1, and List L1 is used in Letter L1, the List would contain (T1 and L1), for the Letter L1. If false, the List would contain only L1.

Döndürür
com.adobe.icc.token:IAsyncToken — List of modules that is used by the given Letter.

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

letterExists

()yöntem 
public function letterExists(name:String):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Determines if the specified letter exists.

Parametreler

name:String — Version-independent name of the letter.

Döndürür
com.adobe.icc.token:IAsyncTokenBoolean which is true if the letter exists; false if not.

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

markReadyToPublish

()yöntem 
public function markReadyToPublish(letterId:String):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Mark as ready to publish the Letter identified by the given letterID.

Parametreler

letterId:String — ID of the Letter

Döndürür
com.adobe.icc.token:IAsyncToken — Letter object marked for publishing

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

publishLetter

()yöntem 
public function publishLetter(letterId:String):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Publish the Letter identified by the given letterID.

Parametreler

letterId:String — ID of the Letter

Döndürür
com.adobe.icc.token:IAsyncToken — published Letter object

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

revertToLastPublish

()yöntem 
public function revertToLastPublish(fragmentLayoutId:String):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Reverts the letter to the last published version. If letter is not published, it is removed from repository.

Parametreler

fragmentLayoutId:String — ID of the Letter

Döndürür
com.adobe.icc.token:IAsyncToken — Reverted letter object

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

updateLetter

()yöntem 
public function updateLetter(letter:Letter):com.adobe.icc.token:IAsyncToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Asset Composer Building Block 10
Çalışma Zamanı Sürümleri: AIR (unsupported), Flash Player 10.2

Allows modifying a letter template entry which has a state test.

Parametreler

letter:LetterLetter object to be updated

Döndürür
com.adobe.icc.token:IAsyncToken — Updated letter object.

Atar
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.




[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.