Class Else
java.lang.Object
com.elpical.jclaro.admin.ws.server.Else
class used in RoutingChannel to hold Else settings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Channel where to send toReturns the disk folder where to send the files toReturns the Email body text from the Email destination where to send the files toReturns the Email from address from the Email destination where to send the files toReturns the Email subject from the Email destination where to send the files toReturns the Email to address from the Email destination where to send the files toint
Return from which IPTC dataset number to get the Email to address fromint
Returns from which IPTC record number to get the Email to address fromReturns the FTP host from the FTP destination where to send the files toReturns the FTP folder from the FTP destination where to send the files toReturns the FTP password from the FTP destination where to send the files toReturns the FTP username from the FTP destination where to send the files toReturns the RSA public key used in SFTP communication.boolean
Returns whether the Sent-To-Channel is active in this Elseboolean
Returns whether the Sent-To-Disk-Folder is active in this Elseboolean
Returns whether the Sent-To-Email is active in this Elseboolean
Returns whether to get the Email to address from IPTCboolean
Returns whether the FTP destination in this Else is activeboolean
Whether to use SFTP of FTPboolean
Returns whether to re-create the same subfolder stucture as in the input folder exists in the output foldervoid
save(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel)
void
setElseTo_Channel(String elseTo_Channel)
Sets the Channel where to send tovoid
setElseTo_Channel_IDS(String elseTo_Channel_IDS)
void
setElseTo_ChannelActive(boolean elseTo_ChannelActive)
Sets whether the Sent-To-Channel is active in this Elsevoid
setElseTo_DiskFolder(String elseTo_DiskFolder)
Sets the disk folder where to send the files tovoid
setElseTo_DiskFolderActive(boolean elseTo_DiskFolderActive)
Sets whether the Sent-To-Disk-Folder is active in this Elsevoid
setElseTo_EmailActive(boolean elseTo_EmailActive)
Sets whether the Sent-To-Email is active in this Elsevoid
setElseTo_EmailBodyText(String elseTo_EmailBodyText)
Sets the Email body text from the Email destination where to send the files tovoid
setElseTo_EmailFromAddress(String elseTo_EmailFromAddress)
Sets the Email from address from the Email destination where to send the files tovoid
setElseTo_EmailSubject(String elseTo_EmailSubject)
Sets the Email subject from the Email destination where to send the files tovoid
setElseTo_EmailToAddress(String elseTo_EmailToAddress)
Sets the Email to address from the Email destination where to send the files tovoid
setElseTo_EmailToAddressIPTCActive(boolean elseTo_EmailToAddressIPTCActive)
Sets whether to get the Email to address from IPTCvoid
setElseTo_EmailToAddressIPTCdataSetNo(int elseTo_EmailToAddressIPTCdataSetNo)
Set from which IPTC dataset number to get the Email to address fromvoid
setElseTo_EmailToAddressIPTCrecordSetNo(int elseTo_EmailToAddressIPTCrecordSetNo)
Sets from which IPTC record number to get the Email to address fromvoid
setElseTo_FTPActive(boolean elseTo_FTPActive)
Sets whether the FTP destination in this Else is activevoid
setElseTo_FTPHost(String elseTo_FTPHost)
Sets the FTP host from the FTP destination where to send the files tovoid
setElseTo_FTPHostRemoteFolder(String elseTo_FTPHostRemoteFolder)
Sets the FTP folder from the FTP destination where to send the files tovoid
setElseTo_FTPPassword(String elseTo_FTPPassword)
Sets the FTP password from the FTP destination where to send the files tovoid
setElseTo_FTPUsername(String elseTo_FTPUsername)
Sets the FTP username from the FTP destination where to send the files tovoid
setElseTo_SFTPKeyFile(String elseTo_SFTPKeyFile)
Sets the RSA public key used in SFTP communication.void
setElseTo_UseSFTP(boolean elseTo_UseSFTP)
Set whether to use SFTP of FTPvoid
setElseTo_UseSubFolders(boolean elseTo_UseSubFolders)
Sets whether to re-create the same subfolder stucture as in the input folder exists in the output folder
-
Constructor Details
-
Else
public Else()Empty constructor -
Else
-
-
Method Details
-
isElseTo_ChannelActive
public boolean isElseTo_ChannelActive()Returns whether the Sent-To-Channel is active in this Else- Returns:
- Whether the Sent-To-Channel is active in this Else
-
setElseTo_ChannelActive
public void setElseTo_ChannelActive(boolean elseTo_ChannelActive)Sets whether the Sent-To-Channel is active in this Else- Parameters:
elseTo_ChannelActive
- whether the Sent-To-Channel is active in this Else
-
isElseTo_DiskFolderActive
public boolean isElseTo_DiskFolderActive()Returns whether the Sent-To-Disk-Folder is active in this Else- Returns:
- Whether the Sent-To-Disk-Folder is active in this Else
-
setElseTo_DiskFolderActive
public void setElseTo_DiskFolderActive(boolean elseTo_DiskFolderActive)Sets whether the Sent-To-Disk-Folder is active in this Else- Parameters:
elseTo_DiskFolderActive
- Whether the Sent-To-Disk-Folder is active in this Else
-
isElseTo_UseSubFolders
public boolean isElseTo_UseSubFolders()Returns whether to re-create the same subfolder stucture as in the input folder exists in the output folder- Returns:
- Whether to re-create the same subfolder stucture as in the input folder exists in the output folder
-
setElseTo_UseSubFolders
public void setElseTo_UseSubFolders(boolean elseTo_UseSubFolders)Sets whether to re-create the same subfolder stucture as in the input folder exists in the output folder- Parameters:
elseTo_UseSubFolders
- Whether to re-create the same subfolder stucture as in the input folder exists in the output folder
-
getElseTo_DiskFolder
Returns the disk folder where to send the files to- Returns:
- The disk folder where to send the files to
-
setElseTo_DiskFolder
Sets the disk folder where to send the files to- Parameters:
elseTo_DiskFolder
- The disk folder where to send the files to
-
isElseTo_FTPActive
public boolean isElseTo_FTPActive()Returns whether the FTP destination in this Else is active- Returns:
- Whether the FTP destination in this Else is active
-
setElseTo_FTPActive
public void setElseTo_FTPActive(boolean elseTo_FTPActive)Sets whether the FTP destination in this Else is active- Parameters:
elseTo_FTPActive
- Whether the FTP destination in this Else is active
-
isElseTo_EmailActive
public boolean isElseTo_EmailActive()Returns whether the Sent-To-Email is active in this Else- Returns:
- Whether the Sent-To-Email is active in this Else
-
setElseTo_EmailActive
public void setElseTo_EmailActive(boolean elseTo_EmailActive)Sets whether the Sent-To-Email is active in this Else- Parameters:
elseTo_EmailActive
- Whether the Sent-To-Email is active in this Else
-
getElseTo_Channel
Returns the Channel where to send to- Returns:
- The Channel where to send to
-
setElseTo_Channel
Sets the Channel where to send to- Parameters:
elseTo_Channel
- The Channel where to send to
-
getElseTo_FTPHost
Returns the FTP host from the FTP destination where to send the files to- Returns:
- The FTP host from the FTP destination where to send the files to
-
setElseTo_FTPHost
Sets the FTP host from the FTP destination where to send the files to- Parameters:
elseTo_FTPHost
- The FTP host from the FTP destination where to send the files to
-
getElseTo_FTPUsername
Returns the FTP username from the FTP destination where to send the files to- Returns:
- The FTP username from the FTP destination where to send the files to
-
setElseTo_FTPUsername
Sets the FTP username from the FTP destination where to send the files to- Parameters:
elseTo_FTPUsername
- The FTP username from the FTP destination where to send the files to
-
getElseTo_FTPPassword
Returns the FTP password from the FTP destination where to send the files to- Returns:
- The FTP password from the FTP destination where to send the files to
-
setElseTo_FTPPassword
Sets the FTP password from the FTP destination where to send the files to- Parameters:
elseTo_FTPPassword
- The FTP password from the FTP destination where to send the files to
-
getElseTo_FTPHostRemoteFolder
Returns the FTP folder from the FTP destination where to send the files to- Returns:
- The FTP folder from the FTP destination where to send the files to
-
setElseTo_FTPHostRemoteFolder
Sets the FTP folder from the FTP destination where to send the files to- Parameters:
elseTo_FTPHostRemoteFolder
- The FTP folder from the FTP destination where to send the files to
-
getElseTo_EmailFromAddress
Returns the Email from address from the Email destination where to send the files to- Returns:
- The Email from address from the Email destination where to send the files to
-
setElseTo_EmailFromAddress
Sets the Email from address from the Email destination where to send the files to- Parameters:
elseTo_EmailFromAddress
- The Email from address from the Email destination where to send the files to
-
getElseTo_EmailToAddress
Returns the Email to address from the Email destination where to send the files to- Returns:
- The Email to address from the Email destination where to send the files to
-
setElseTo_EmailToAddress
Sets the Email to address from the Email destination where to send the files to- Parameters:
elseTo_EmailToAddress
- The Email to address from the Email destination where to send the files to
-
getElseTo_EmailSubject
Returns the Email subject from the Email destination where to send the files to- Returns:
- The Email subject from the Email destination where to send the files to
-
setElseTo_EmailSubject
Sets the Email subject from the Email destination where to send the files to- Parameters:
elseTo_EmailSubject
- The Email subject from the Email destination where to send the files to
-
getElseTo_EmailBodyText
Returns the Email body text from the Email destination where to send the files to- Returns:
- The Email body text from the Email destination where to send the files to
-
setElseTo_EmailBodyText
Sets the Email body text from the Email destination where to send the files to- Parameters:
elseTo_EmailBodyText
- The Email body text from the Email destination where to send the files to
-
isElseTo_EmailToAddressIPTCActive
public boolean isElseTo_EmailToAddressIPTCActive()Returns whether to get the Email to address from IPTC- Returns:
- Whether to get the Email to address from IPTC
-
setElseTo_EmailToAddressIPTCActive
public void setElseTo_EmailToAddressIPTCActive(boolean elseTo_EmailToAddressIPTCActive)Sets whether to get the Email to address from IPTC- Parameters:
elseTo_EmailToAddressIPTCActive
- Whether to get the Email to address from IPTC
-
getElseTo_EmailToAddressIPTCrecordSetNo
public int getElseTo_EmailToAddressIPTCrecordSetNo()Returns from which IPTC record number to get the Email to address from- Returns:
- From which IPTC record number to get the Email to address from
-
setElseTo_EmailToAddressIPTCrecordSetNo
public void setElseTo_EmailToAddressIPTCrecordSetNo(int elseTo_EmailToAddressIPTCrecordSetNo)Sets from which IPTC record number to get the Email to address from- Parameters:
elseTo_EmailToAddressIPTCrecordSetNo
- From which IPTC record number to get the Email to address from
-
getElseTo_EmailToAddressIPTCdataSetNo
public int getElseTo_EmailToAddressIPTCdataSetNo()Return from which IPTC dataset number to get the Email to address from- Returns:
- From which IPTC dataset number to get the Email to address from
-
setElseTo_EmailToAddressIPTCdataSetNo
public void setElseTo_EmailToAddressIPTCdataSetNo(int elseTo_EmailToAddressIPTCdataSetNo)Set from which IPTC dataset number to get the Email to address from- Parameters:
elseTo_EmailToAddressIPTCdataSetNo
- From which IPTC dataset number to get the Email to address from
-
save
public void save(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel) -
isElseTo_UseSFTP
public boolean isElseTo_UseSFTP()Whether to use SFTP of FTP- Returns:
- Whether to use SFTP of FTP
-
setElseTo_UseSFTP
public void setElseTo_UseSFTP(boolean elseTo_UseSFTP)Set whether to use SFTP of FTP- Parameters:
elseTo_UseSFTP
- Whether to use SFTP of FTP
-
getElseTo_SFTPKeyFile
Returns the RSA public key used in SFTP communication. This method will only be used if the FTP password field is null or empty. Otherwise SFTP using password authentication will be used- Returns:
- The RSA public key used in SFTP communication
- See Also:
thenTo_FTPPassword
, Elpical elearning
-
setElseTo_SFTPKeyFile
Sets the RSA public key used in SFTP communication. This method will only be used if the FTP password field is null or empty. Otherwise SFTP using password authentication will be used- Parameters:
elseTo_SFTPKeyFile
- The RSA public key used in SFTP communication- See Also:
thenTo_FTPPassword
, Elpical elearning
-
getElseTo_Channel_IDS
-
setElseTo_Channel_IDS
-