java.lang.Object
com.elpical.jclaro.admin.ws.server.Else

public class Else extends Object
class used in RoutingChannel to hold Else settings
  • Constructor Details

    • Else

      public Else()
      Empty constructor
    • Else

      public Else(HashMap<String,​String> theClaroChannelPreferences)
  • 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

      public String getElseTo_DiskFolder()
      Returns the disk folder where to send the files to
      Returns:
      The disk folder where to send the files to
    • setElseTo_DiskFolder

      public void setElseTo_DiskFolder(String elseTo_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

      public String getElseTo_Channel()
      Returns the Channel where to send to
      Returns:
      The Channel where to send to
    • setElseTo_Channel

      public void setElseTo_Channel(String elseTo_Channel)
      Sets the Channel where to send to
      Parameters:
      elseTo_Channel - The Channel where to send to
    • getElseTo_FTPHost

      public String 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

      public void setElseTo_FTPHost(String elseTo_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

      public String 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

      public void setElseTo_FTPUsername(String elseTo_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

      public String 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

      public void setElseTo_FTPPassword(String elseTo_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

      public String 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

      public void setElseTo_FTPHostRemoteFolder(String elseTo_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

      public String 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

      public void setElseTo_EmailFromAddress(String elseTo_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

      public String 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

      public void setElseTo_EmailToAddress(String elseTo_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

      public String 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

      public void setElseTo_EmailSubject(String elseTo_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

      public String 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

      public void setElseTo_EmailBodyText(String elseTo_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

      public String 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

      public void setElseTo_SFTPKeyFile(String elseTo_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

      public String getElseTo_Channel_IDS()
    • setElseTo_Channel_IDS

      public void setElseTo_Channel_IDS(String elseTo_Channel_IDS)