A C D E G H I L M N Q S T U W 
All Classes All Packages

A

age - Static variable in class com.aspectran.demo.examples.customer.Customer
 
approve(int, boolean) - Method in class com.aspectran.demo.examples.customer.CustomerRepository
 
approved - Static variable in class com.aspectran.demo.examples.customer.Customer
 

C

com.aspectran.demo.examples - package com.aspectran.demo.examples
 
com.aspectran.demo.examples.customer - package com.aspectran.demo.examples.customer
 
com.aspectran.demo.examples.hello - package com.aspectran.demo.examples.hello
 
com.aspectran.demo.examples.upload - package com.aspectran.demo.examples.upload
 
com.aspectran.demo.terminal - package com.aspectran.demo.terminal
 
com.aspectran.demo.tts - package com.aspectran.demo.tts
 
Customer - Class in com.aspectran.demo.examples.customer
Defines an APON object that contains the customer's information.
Customer() - Constructor for class com.aspectran.demo.examples.customer.Customer
Instantiates a new customer.
CustomerAction - Class in com.aspectran.demo.examples.customer
 
CustomerAction(CustomerRepository) - Constructor for class com.aspectran.demo.examples.customer.CustomerAction
 
CustomerRepository - Class in com.aspectran.demo.examples.customer
The DAO to retrieve or manipulate customer data.
CustomerRepository() - Constructor for class com.aspectran.demo.examples.customer.CustomerRepository
 

D

delete(Translet) - Method in class com.aspectran.demo.examples.upload.SimpleFileUploadAction
 
deleteCustomer(int) - Method in class com.aspectran.demo.examples.customer.CustomerRepository
 
deleteCustomer(Translet) - Method in class com.aspectran.demo.examples.customer.CustomerAction
 
destroy() - Method in class com.aspectran.demo.tts.TextToSpeechBean
 

E

execute(Translet) - Method in class com.aspectran.demo.terminal.TransletInterpreter
 

G

getBytes() - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
getCustomer(int) - Method in class com.aspectran.demo.examples.customer.CustomerRepository
 
getCustomer(Translet) - Method in class com.aspectran.demo.examples.customer.CustomerAction
 
getCustomerList() - Method in class com.aspectran.demo.examples.customer.CustomerAction
 
getCustomerList() - Method in class com.aspectran.demo.examples.customer.CustomerRepository
 
getFileName() - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
getFileSize() - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
getFileType() - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
getHumanFileSize() - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
getKey() - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
getMaxFiles() - Method in class com.aspectran.demo.examples.upload.SimpleFileUploadAction
 
getResourceFile(Translet) - Method in class com.aspectran.demo.examples.SampleResource
 
getUrl() - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
goodbye(Translet) - Method in class com.aspectran.demo.examples.hello.HelloAdvice
 

H

HelloAction - Class in com.aspectran.demo.examples.hello
 
HelloAction() - Constructor for class com.aspectran.demo.examples.hello.HelloAction
 
HelloAdvice - Class in com.aspectran.demo.examples.hello
 
HelloAdvice() - Constructor for class com.aspectran.demo.examples.hello.HelloAdvice
 
helloWorld() - Method in class com.aspectran.demo.examples.hello.HelloAction
 

I

id - Static variable in class com.aspectran.demo.examples.customer.Customer
 
initialize() - Method in class com.aspectran.demo.tts.TextToSpeechBean
 
insertCustomer(Translet) - Method in class com.aspectran.demo.examples.customer.CustomerAction
 
insertCustomer(Customer) - Method in class com.aspectran.demo.examples.customer.CustomerRepository
 
isApproved(int) - Method in class com.aspectran.demo.examples.customer.CustomerRepository
 
isCustomer(int) - Method in class com.aspectran.demo.examples.customer.CustomerRepository
 

L

list() - Method in class com.aspectran.demo.examples.upload.SimpleFileUploadAction
 

M

main(String[]) - Static method in class com.aspectran.demo.examples.upload.UploadedFile
 
main(String[]) - Static method in class com.aspectran.demo.tts.TextToSpeechBean
 

N

name - Static variable in class com.aspectran.demo.examples.customer.Customer
 

Q

query(Translet) - Method in class com.aspectran.demo.terminal.TransletInterpreter
 

S

SampleResource - Class in com.aspectran.demo.examples
 
SampleResource() - Constructor for class com.aspectran.demo.examples.SampleResource
 
serve(Translet) - Method in class com.aspectran.demo.examples.upload.SimpleFileUploadAction
 
setActivityContext(ActivityContext) - Method in class com.aspectran.demo.terminal.TransletInterpreter
 
setBytes(byte[]) - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
setFileName(String) - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
setFileSize(long) - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
setFileType(String) - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
setHumanFileSize(String) - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
setKey(String) - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
setMaxFiles(int) - Method in class com.aspectran.demo.examples.upload.SimpleFileUploadAction
 
setPitch(float) - Method in class com.aspectran.demo.tts.TextToSpeechBean
 
setPitchRange(float) - Method in class com.aspectran.demo.tts.TextToSpeechBean
 
setProperties(Properties) - Method in class com.aspectran.demo.tts.TextToSpeechBean
 
setRate(float) - Method in class com.aspectran.demo.tts.TextToSpeechBean
 
setUrl(String) - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
setVoiceName(String) - Method in class com.aspectran.demo.tts.TextToSpeechBean
 
setVoicePackage(String) - Method in class com.aspectran.demo.tts.TextToSpeechBean
 
SimpleFileUploadAction - Class in com.aspectran.demo.examples.upload
Created: 2018.
SimpleFileUploadAction() - Constructor for class com.aspectran.demo.examples.upload.SimpleFileUploadAction
 
speak(Translet) - Method in class com.aspectran.demo.tts.TextToSpeechBean
 
speak(String) - Method in class com.aspectran.demo.tts.TextToSpeechBean
Synthesizes speech of the given text and plays immediately.

T

TextToSpeechBean - Class in com.aspectran.demo.tts
Synthesizes speech from text for immediate playback or sends synthesized sound data to an output stream of bytes.
TextToSpeechBean() - Constructor for class com.aspectran.demo.tts.TextToSpeechBean
 
toString() - Method in class com.aspectran.demo.examples.upload.UploadedFile
 
TransletInterpreter - Class in com.aspectran.demo.terminal
 
TransletInterpreter() - Constructor for class com.aspectran.demo.terminal.TransletInterpreter
 

U

updateAttributes(Translet) - Method in class com.aspectran.demo.examples.customer.CustomerAction
 
updateCustomer(Translet) - Method in class com.aspectran.demo.examples.customer.CustomerAction
 
updateCustomer(Customer) - Method in class com.aspectran.demo.examples.customer.CustomerRepository
 
upload(Translet) - Method in class com.aspectran.demo.examples.upload.SimpleFileUploadAction
 
UploadedFile - Class in com.aspectran.demo.examples.upload
Created: 2018.
UploadedFile() - Constructor for class com.aspectran.demo.examples.upload.UploadedFile
 

W

welcome() - Method in class com.aspectran.demo.examples.hello.HelloAdvice
 
A C D E G H I L M N Q S T U W 
All Classes All Packages