com.ibm.ccd.ui.portlets.fileupload
Interface IFileUpload


public interface IFileUpload

This interface contains the all the constants used by FileUoload from Portlet


Field Summary
static java.lang.String BUSINESS_ACTION_CONFIG
          Indicates the bsuiness action config
static java.lang.String BUSINESS_ACTION_VIEW
          Indicates the bsuiness action config
static java.lang.String BUSINESS_FUNCTION_FILE_UPLOAD
          Indicates the business function file upload
static java.lang.String DEFAULT_FTP_PASSWPORD
          Indicates the password for default user for FTP server
static java.lang.String DEFAULT_FTP_PPORT
          Indicates the default port for FTP server
static java.lang.String DEFAULT_FTP_USER
          Indicates the default user for FTP server
static java.lang.String FILE_UPLOAD_BEAN
          Indicates the key for storing view bean name used for data transfer
static java.lang.String FORM_ACTION_CONFIG
          Indicates the name of form action for configuration page.
static java.lang.String FORM_ACTION_FILE_UPLOAD
          Indicates the name of form action in doView
static java.lang.String MSG_FILE_NOT_FOUND
          key for message file not found
static java.lang.String MSG_FILE_UPLOAD_CONFIG_SAVED
          settings saved
static java.lang.String MSG_FILE_UPLOAD_FAILED
          key for message upload failed
static java.lang.String MSG_FILE_UPLOAD_SUCCESS
          key for retriving success message from resource bundle
static java.lang.String MSG_FILED_MANDATORY
          key for the message that field is mandatory
static java.lang.String MSG_HELP_LINK
          key for general mesage to point user on help page
static java.lang.String MSG_INVALID_FTP_FOLDER
          key for message invalid FTP filder
static java.lang.String MSG_INVALID_FTP_HOST
          key for the message that FTp host is invalid
static java.lang.String MSG_INVALID_FTP_USER
          key for message invalid FTP user
static java.lang.String MSG_SELECT_FILE
          key for message to select fiie
static java.lang.String MSG_TRANSACTION_DESCRIPTION
          key for message file not found
static java.lang.String MSG_VIEW_INFO_MESSAGE
          key for information message on view page
static java.lang.String MSG_VIEW_LINK
          key for general mesage to point user on view page
static java.lang.String PATH_FILE_UPLOAD_CONFIG_JSP
          Indicates the path of file upload view jsp page.
static java.lang.String PATH_FILE_UPLOAD_HELP_JSP
          Indicates the path of file upload view jsp page.
static java.lang.String PATH_FILE_UPLOAD_VIEW_JSP
          Indicates the path of file upload view.jsp page.
static java.lang.String PROPERTY_FILE_NAME
          Indicates the key for file name
static java.lang.String PROPERTY_FTP_FOLDER
          Indicates the key for proprty destination folder for FTP file transfer.
static java.lang.String PROPERTY_FTP_HOST
          Indicates the key for property ftp host server IP
static java.lang.String PROPERTY_FTP_PASSWORD
          Indicates the key for property password of FTP server
static java.lang.String PROPERTY_FTP_PORT
          Indiactes the key for property port of FTP server
static java.lang.String PROPERTY_FTP_USER
          Indicates the key for property user
static java.lang.String PROPERTY_PROTOCOL
          Indicates the key for property protocol used for file transfer
static java.lang.String PROPERTY_PROXY_FTP_HOST
          Indicates the key for proxy ftp host
static java.lang.String PROPERTY_PROXY_FTP_PORT
          Indicates the key for proxy ftp port
static java.lang.String PROPERTY_PROXY_PASSWORD
          Indicates the property password for proxy server authentication
static java.lang.String PROPERTY_PROXY_PORT
          Indicates the proprty port of proxy server.
static java.lang.String PROPERTY_PROXY_URL
          Indicates the proprty URL of proxy server.
static java.lang.String PROPERTY_PROXY_USER
          Indicates the property user name for proxy server authentication
static java.lang.String PROTOCOL_FTP
          Indicates the constant if user selects to upload file to FTP server
static java.lang.String PROTOCOL_SOAP
          Indicates the constant if user selects to upload file vai SOAP message
static java.lang.String QUOTES
          contains the constant for adding sngle quote
static java.lang.String SEPERATOR_SPACE
          This constant is placeholder for seperating FTP host address and port
 

Field Detail

FORM_ACTION_FILE_UPLOAD

static final java.lang.String FORM_ACTION_FILE_UPLOAD
Indicates the name of form action in doView

See Also:
Constant Field Values

FORM_ACTION_CONFIG

static final java.lang.String FORM_ACTION_CONFIG
Indicates the name of form action for configuration page.

See Also:
Constant Field Values

FILE_UPLOAD_BEAN

static final java.lang.String FILE_UPLOAD_BEAN
Indicates the key for storing view bean name used for data transfer

See Also:
Constant Field Values

PROPERTY_PROTOCOL

static final java.lang.String PROPERTY_PROTOCOL
Indicates the key for property protocol used for file transfer

See Also:
Constant Field Values

PROPERTY_FTP_USER

static final java.lang.String PROPERTY_FTP_USER
Indicates the key for property user

See Also:
Constant Field Values

PROPERTY_FTP_PASSWORD

static final java.lang.String PROPERTY_FTP_PASSWORD
Indicates the key for property password of FTP server

See Also:
Constant Field Values

PROPERTY_FTP_HOST

static final java.lang.String PROPERTY_FTP_HOST
Indicates the key for property ftp host server IP

See Also:
Constant Field Values

PROPERTY_FTP_PORT

static final java.lang.String PROPERTY_FTP_PORT
Indiactes the key for property port of FTP server

See Also:
Constant Field Values

PROPERTY_FTP_FOLDER

static final java.lang.String PROPERTY_FTP_FOLDER
Indicates the key for proprty destination folder for FTP file transfer.

See Also:
Constant Field Values

PROTOCOL_FTP

static final java.lang.String PROTOCOL_FTP
Indicates the constant if user selects to upload file to FTP server

See Also:
Constant Field Values

PROTOCOL_SOAP

static final java.lang.String PROTOCOL_SOAP
Indicates the constant if user selects to upload file vai SOAP message

See Also:
Constant Field Values

DEFAULT_FTP_USER

static final java.lang.String DEFAULT_FTP_USER
Indicates the default user for FTP server

See Also:
Constant Field Values

DEFAULT_FTP_PASSWPORD

static final java.lang.String DEFAULT_FTP_PASSWPORD
Indicates the password for default user for FTP server

See Also:
Constant Field Values

DEFAULT_FTP_PPORT

static final java.lang.String DEFAULT_FTP_PPORT
Indicates the default port for FTP server

See Also:
Constant Field Values

SEPERATOR_SPACE

static final java.lang.String SEPERATOR_SPACE
This constant is placeholder for seperating FTP host address and port

See Also:
Constant Field Values

PROPERTY_FILE_NAME

static final java.lang.String PROPERTY_FILE_NAME
Indicates the key for file name

See Also:
Constant Field Values

PROPERTY_PROXY_URL

static final java.lang.String PROPERTY_PROXY_URL
Indicates the proprty URL of proxy server.

See Also:
Constant Field Values

PROPERTY_PROXY_PORT

static final java.lang.String PROPERTY_PROXY_PORT
Indicates the proprty port of proxy server.

See Also:
Constant Field Values

PROPERTY_PROXY_USER

static final java.lang.String PROPERTY_PROXY_USER
Indicates the property user name for proxy server authentication

See Also:
Constant Field Values

PROPERTY_PROXY_PASSWORD

static final java.lang.String PROPERTY_PROXY_PASSWORD
Indicates the property password for proxy server authentication

See Also:
Constant Field Values

PROPERTY_PROXY_FTP_HOST

static final java.lang.String PROPERTY_PROXY_FTP_HOST
Indicates the key for proxy ftp host

See Also:
Constant Field Values

PROPERTY_PROXY_FTP_PORT

static final java.lang.String PROPERTY_PROXY_FTP_PORT
Indicates the key for proxy ftp port

See Also:
Constant Field Values

PATH_FILE_UPLOAD_VIEW_JSP

static final java.lang.String PATH_FILE_UPLOAD_VIEW_JSP
Indicates the path of file upload view.jsp page.

See Also:
Constant Field Values

PATH_FILE_UPLOAD_CONFIG_JSP

static final java.lang.String PATH_FILE_UPLOAD_CONFIG_JSP
Indicates the path of file upload view jsp page.

See Also:
Constant Field Values

PATH_FILE_UPLOAD_HELP_JSP

static final java.lang.String PATH_FILE_UPLOAD_HELP_JSP
Indicates the path of file upload view jsp page.

See Also:
Constant Field Values

BUSINESS_FUNCTION_FILE_UPLOAD

static final java.lang.String BUSINESS_FUNCTION_FILE_UPLOAD
Indicates the business function file upload

See Also:
Constant Field Values

BUSINESS_ACTION_CONFIG

static final java.lang.String BUSINESS_ACTION_CONFIG
Indicates the bsuiness action config

See Also:
Constant Field Values

BUSINESS_ACTION_VIEW

static final java.lang.String BUSINESS_ACTION_VIEW
Indicates the bsuiness action config

See Also:
Constant Field Values

MSG_FILE_UPLOAD_CONFIG_SAVED

static final java.lang.String MSG_FILE_UPLOAD_CONFIG_SAVED
settings saved

See Also:
Constant Field Values

MSG_VIEW_LINK

static final java.lang.String MSG_VIEW_LINK
key for general mesage to point user on view page

See Also:
Constant Field Values

MSG_HELP_LINK

static final java.lang.String MSG_HELP_LINK
key for general mesage to point user on help page

See Also:
Constant Field Values

MSG_FILED_MANDATORY

static final java.lang.String MSG_FILED_MANDATORY
key for the message that field is mandatory

See Also:
Constant Field Values

MSG_INVALID_FTP_HOST

static final java.lang.String MSG_INVALID_FTP_HOST
key for the message that FTp host is invalid

See Also:
Constant Field Values

MSG_INVALID_FTP_USER

static final java.lang.String MSG_INVALID_FTP_USER
key for message invalid FTP user

See Also:
Constant Field Values

MSG_INVALID_FTP_FOLDER

static final java.lang.String MSG_INVALID_FTP_FOLDER
key for message invalid FTP filder

See Also:
Constant Field Values

MSG_FILE_UPLOAD_SUCCESS

static final java.lang.String MSG_FILE_UPLOAD_SUCCESS
key for retriving success message from resource bundle

See Also:
Constant Field Values

MSG_FILE_UPLOAD_FAILED

static final java.lang.String MSG_FILE_UPLOAD_FAILED
key for message upload failed

See Also:
Constant Field Values

MSG_VIEW_INFO_MESSAGE

static final java.lang.String MSG_VIEW_INFO_MESSAGE
key for information message on view page

See Also:
Constant Field Values

MSG_SELECT_FILE

static final java.lang.String MSG_SELECT_FILE
key for message to select fiie

See Also:
Constant Field Values

MSG_FILE_NOT_FOUND

static final java.lang.String MSG_FILE_NOT_FOUND
key for message file not found

See Also:
Constant Field Values

MSG_TRANSACTION_DESCRIPTION

static final java.lang.String MSG_TRANSACTION_DESCRIPTION
key for message file not found

See Also:
Constant Field Values

QUOTES

static final java.lang.String QUOTES
contains the constant for adding sngle quote

See Also:
Constant Field Values