|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ICommand in com.googlecode.jpattern.core |
|---|
| Methods in com.googlecode.jpattern.core with parameters of type ICommand | |
|---|---|
void |
ISystem.accept(ICommand aCommand)
|
void |
ApplicationService.accept(ICommand aCommand)
|
| Uses of ICommand in com.googlecode.jpattern.core.command |
|---|
| Subclasses of ICommand in com.googlecode.jpattern.core.command | |
|---|---|
class |
ACommand
|
class |
NullCommand
|
| Methods in com.googlecode.jpattern.core.command that return ICommand | |
|---|---|
protected ICommand |
ACommand.getPreviousCommand()
|
| Methods in com.googlecode.jpattern.core.command with parameters of type ICommand | |
|---|---|
protected void |
CommandResult.commandEndExecution(ICommand aCommand)
|
protected abstract void |
ICommandResult.commandEndExecution(ICommand aCommand)
|
protected void |
CommandResult.commandStartExecution(ICommand aCommand)
|
protected abstract void |
ICommandResult.commandStartExecution(ICommand aCommand)
|
| Constructors in com.googlecode.jpattern.core.command with parameters of type ICommand | |
|---|---|
ACommand(ICommand previousCommand)
|
|
| Uses of ICommand in com.googlecode.jpattern.core.commandfacade |
|---|
| Methods in com.googlecode.jpattern.core.commandfacade with parameters of type ICommand | |
|---|---|
protected void |
ACommandFacade.accept(ICommand aCommand)
|
| Uses of ICommand in com.googlecode.jpattern.core.textfiles |
|---|
| Subclasses of ICommand in com.googlecode.jpattern.core.textfiles | |
|---|---|
class |
FileCopyCommand
|
class |
FileCreateCommand
|
class |
FileDeleteCommand
|
class |
FileRenameCommand
|
| Constructors in com.googlecode.jpattern.core.textfiles with parameters of type ICommand | |
|---|---|
FileCopyCommand(java.lang.StringBuffer sourceFileName,
IResource source,
java.lang.StringBuffer destinationFileName,
IResource destination,
ICommand aSuccessor)
|
|
FileCreateCommand(IResource resource,
java.lang.StringBuffer fileName,
java.lang.StringBuffer fileContent,
FileWrapper fileWrapper,
ICommand aSuccessor)
|
|
FileDeleteCommand(IResource resource,
java.lang.StringBuffer fileName,
ICommand aSuccessor)
|
|
FileRenameCommand(java.lang.StringBuffer oldFileName,
java.lang.StringBuffer newFileName,
IResource resource,
ICommand aSuccessor)
|
|
| Uses of ICommand in com.googlecode.jpattern.core.xml |
|---|
| Subclasses of ICommand in com.googlecode.jpattern.core.xml | |
|---|---|
class |
XmlReaderCommand
|
class |
XmlWriterCommand
|
| Constructors in com.googlecode.jpattern.core.xml with parameters of type ICommand | |
|---|---|
XmlReaderCommand(java.lang.StringBuffer xmlFilePath,
GenericWrapper<java.lang.Boolean> trimValues,
IXmlReaderStrategy xmlParserStrategy,
ICommand aSuccessor)
|
|
XmlWriterCommand(IXmlWriterStrategy xmlWriterStrategy,
IXmlElement xmlElement,
CharacterEncoding characterEncoding,
ICommand aSuccessor)
|
|
| Uses of ICommand in com.googlecode.jpattern.service.mail |
|---|
| Subclasses of ICommand in com.googlecode.jpattern.service.mail | |
|---|---|
class |
SendMailCommand
|
| Constructors in com.googlecode.jpattern.service.mail with parameters of type ICommand | |
|---|---|
SendMailCommand(java.lang.StringBuffer from,
java.lang.StringBuffer to,
java.lang.StringBuffer subject,
java.lang.StringBuffer body,
ICommand aSuccessor)
|
|
| Uses of ICommand in com.googlecode.jpattern.service.transaction |
|---|
| Subclasses of ICommand in com.googlecode.jpattern.service.transaction | |
|---|---|
class |
TransactionBeginCommand
|
class |
TransactionEndCommand
|
| Constructors in com.googlecode.jpattern.service.transaction with parameters of type ICommand | |
|---|---|
TransactionBeginCommand(ATransactionDefinition transactionDefinition,
ICommand previousCommand)
|
|
TransactionEndCommand(ATransactionDefinition transactionDefinition,
ICommand previousCommand)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||