Uses of Class
com.echothree.model.control.core.common.transfer.ApplicationTransfer
Packages that use ApplicationTransfer
Package
Description
-
Uses of ApplicationTransfer in com.echothree.control.user.core.common.result
Methods in com.echothree.control.user.core.common.result that return ApplicationTransferModifier and TypeMethodDescriptionEditApplicationResult.getApplication()
GetApplicationDescriptionsResult.getApplication()
GetApplicationEditorsResult.getApplication()
GetApplicationEditorUsesResult.getApplication()
GetApplicationResult.getApplication()
Methods in com.echothree.control.user.core.common.result that return types with arguments of type ApplicationTransferMethods in com.echothree.control.user.core.common.result with parameters of type ApplicationTransferModifier and TypeMethodDescriptionvoid
EditApplicationResult.setApplication
(ApplicationTransfer application) void
GetApplicationDescriptionsResult.setApplication
(ApplicationTransfer application) void
GetApplicationEditorsResult.setApplication
(ApplicationTransfer application) void
GetApplicationEditorUsesResult.setApplication
(ApplicationTransfer application) void
GetApplicationResult.setApplication
(ApplicationTransfer application) Method parameters in com.echothree.control.user.core.common.result with type arguments of type ApplicationTransferModifier and TypeMethodDescriptionvoid
GetApplicationsResult.setApplications
(List<ApplicationTransfer> applications) -
Uses of ApplicationTransfer in com.echothree.model.control.core.common.transfer
Methods in com.echothree.model.control.core.common.transfer that return ApplicationTransferModifier and TypeMethodDescriptionApplicationDescriptionTransfer.getApplication()
Returns the application.ApplicationEditorTransfer.getApplication()
Returns the application.ApplicationEditorUseTransfer.getApplication()
Returns the application.Methods in com.echothree.model.control.core.common.transfer with parameters of type ApplicationTransferModifier and TypeMethodDescriptionvoid
ApplicationDescriptionTransfer.setApplication
(ApplicationTransfer application) Sets the application.void
ApplicationEditorTransfer.setApplication
(ApplicationTransfer application) Sets the application.void
ApplicationEditorUseTransfer.setApplication
(ApplicationTransfer application) Sets the application.Constructors in com.echothree.model.control.core.common.transfer with parameters of type ApplicationTransferModifierConstructorDescriptionApplicationDescriptionTransfer
(LanguageTransfer language, ApplicationTransfer application, String description) Creates a new instance of ApplicationDescriptionTransferApplicationEditorTransfer
(ApplicationTransfer application, EditorTransfer editor, Boolean isDefault, Integer sortOrder) Creates a new instance of ApplicationEditorTransferApplicationEditorUseTransfer
(ApplicationTransfer application, String applicationEditorUseName, ApplicationEditorTransfer defaultApplicationEditor, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ApplicationEditorUseTransfer -
Uses of ApplicationTransfer in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ApplicationTransferModifier and TypeMethodDescriptionCoreControl.getApplicationTransfer
(UserVisit userVisit, Application application) Methods in com.echothree.model.control.core.server.control that return types with arguments of type ApplicationTransfer -
Uses of ApplicationTransfer in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer that return ApplicationTransferModifier and TypeMethodDescriptionApplicationTransferCache.getApplicationTransfer
(Application application)