A B C D E F G H I J K L M N O P Q R S T U V W X Z 

S

SATURDAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.
 
SATURDAY - Static variable in class org.quartz.TriggerUtils
 
SaveButton - Class in mali.html
 
SaveButton(String) - Constructor for class mali.html.SaveButton
 
SavebyBeanAction - Class in mali.servlet
處理特別存檔介面,主要提供給批次或是有特別處理的批次存檔共用
SavebyBeanAction() - Constructor for class mali.servlet.SavebyBeanAction
 
SaveControlButton - Class in mali.html.pageControl
產生 儲存鈕
SaveControlButton() - Constructor for class mali.html.pageControl.SaveControlButton
 
SaveControlButton(String) - Constructor for class mali.html.pageControl.SaveControlButton
 
SaveDbAction - Class in mali.servlet
 
SaveDbAction() - Constructor for class mali.servlet.SaveDbAction
 
saveToFile(ArrayList, String) - Static method in class mali.util.commonbean
把 ArrayList 資料存入 定義的檔案名中 需確定已有目錄夾
saveToFile(ArrayList, String, String) - Method in class mali.util.commonbean
把 ArrayList 資料存入定義的檔案名中,若需檢查是否已有目錄存在, 並主動開立目錄,可使用本 function
saveToFilebyencoding(ArrayList, String, String) - Static method in class mali.util.commonbean
把 ArrayList 資料存入定義的檔案名中,若需檢查是否已有目錄存在, 並主動開立目錄,可使用本 function
saveToxls() - Method in class mali.util.JxlUtility
執行完畢後,儲存至實際檔案中
saveToxls() - Method in class mali.util.outputxls
執行完畢後,儲存至實際檔案中
scheduleJob(SchedulingContext, JobDetail, Trigger) - Method in class org.quartz.core.QuartzScheduler
Add the Job identified by the given JobDetail to the Scheduler, and associate the given Trigger with it.
scheduleJob(SchedulingContext, Trigger) - Method in class org.quartz.core.QuartzScheduler
Schedule the given Trigger with the Job identified by the Trigger's settings.
scheduleJob(SchedulingContext, JobDetail, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
scheduleJob(SchedulingContext, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(Trigger) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(JobDetail, Trigger) - Method in interface org.quartz.Scheduler
Add the given JobDetail to the Scheduler, and associate the given Trigger with it.
scheduleJob(Trigger) - Method in interface org.quartz.Scheduler
Schedule the given Trigger with the Job identified by the Trigger's settings.
scheduleJob(JobSchedulingBundle) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Schedules a given job and trigger (both wrapped by a JobSchedulingBundle).
scheduleJob(JobSchedulingBundle, Scheduler, boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Schedules a given job and trigger (both wrapped by a JobSchedulingBundle).
scheduleJobs(Map, Scheduler, boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Add the Jobs and Triggers defined in the given map of JobSchedulingBundle s to the given scheduler.
Scheduler - Interface in org.quartz
This is the main interface of a Quartz Scheduler.
SchedulerConfigException - Exception in org.quartz
An exception that is thrown to indicate that there is a misconfiguration of the SchedulerFactory- or one of the components it configures.
SchedulerConfigException(String) - Constructor for exception org.quartz.SchedulerConfigException
Create a JobPersistenceException with the given message.
SchedulerConfigException(String, Throwable) - Constructor for exception org.quartz.SchedulerConfigException
Create a JobPersistenceException with the given message and cause.
SchedulerContext - Class in org.quartz
Holds context/environment data that can be made available to Jobs as they are executed.
SchedulerContext() - Constructor for class org.quartz.SchedulerContext
Create an empty SchedulerContext.
SchedulerContext(Map) - Constructor for class org.quartz.SchedulerContext
Create a SchedulerContext with the given data.
schedulerError(String, SchedulerException) - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler when a serious error has occured within the scheduler - such as repeated failures in the JobStore, or the inability to instantiate a Job instance when its Trigger has fired.
schedulerError(String, SchedulerException) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
schedulerError(String, SchedulerException) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
schedulerError(String, SchedulerException) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a serious error has occured within the scheduler - such as repeated failures in the JobStore, or the inability to instantiate a Job instance when its Trigger has fired.
SchedulerException - Exception in org.quartz
Base class for exceptions thrown by the Quartz Scheduler.
SchedulerException() - Constructor for exception org.quartz.SchedulerException
 
SchedulerException(String) - Constructor for exception org.quartz.SchedulerException
 
SchedulerException(String, int) - Constructor for exception org.quartz.SchedulerException
 
SchedulerException(Throwable) - Constructor for exception org.quartz.SchedulerException
 
SchedulerException(String, Throwable) - Constructor for exception org.quartz.SchedulerException
 
SchedulerException(String, Throwable, int) - Constructor for exception org.quartz.SchedulerException
 
SchedulerFactory - Interface in org.quartz
Provides a mechanism for obtaining client-usable handles to Scheduler instances.
SchedulerListener - Interface in org.quartz
The interface to be implemented by classes that want to be informed of major Scheduler events.
SchedulerListenerSupport - Class in org.quartz.listeners
A helpful abstract base class for implementors of SchedulerListener.
SchedulerListenerSupport() - Constructor for class org.quartz.listeners.SchedulerListenerSupport
 
SchedulerMetaData - Class in org.quartz
Describes the settings and capabilities of a given Scheduler instance.
SchedulerMetaData(String, String, Class, boolean, boolean, boolean, boolean, Date, int, Class, boolean, Class, int, String) - Constructor for class org.quartz.SchedulerMetaData
 
SchedulerPlugin - Interface in org.quartz.spi
Provides an interface for a class to become a "plugin" to Quartz.
SchedulerPluginWithUserTransactionSupport - Class in org.quartz.plugins
Base class for plugins that wish to support having their start and shutdown methods run within a UserTransaction.
SchedulerPluginWithUserTransactionSupport() - Constructor for class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
 
SchedulerRepository - Class in org.quartz.impl
Holds references to Scheduler instances - ensuring uniqueness, and preventing garbage collection, and allowing 'global' lookups - all within a ClassLoader space.
schedulerShutdown() - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler to inform the listener that it has shutdown.
schedulerShutdown() - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
schedulerShutdown() - Method in class org.quartz.listeners.SchedulerListenerSupport
 
schedulerShutdown() - Method in interface org.quartz.SchedulerListener
Called by the Scheduler to inform the listener that it has shutdown.
SchedulerSignaler - Interface in org.quartz.spi
An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler.
SchedulerSignalerImpl - Class in org.quartz.core
An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler.
SchedulerSignalerImpl(QuartzScheduler, QuartzSchedulerThread) - Constructor for class org.quartz.core.SchedulerSignalerImpl
 
schedulerStarted() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
schedulerStarted() - Method in class org.quartz.simpl.RAMJobStore
 
schedulerStarted() - Method in interface org.quartz.spi.JobStore
Called by the QuartzScheduler to inform the JobStore that the scheduler has started.
SchedulerStateRecord - Class in org.quartz.impl.jdbcjobstore
Conveys a scheduler-instance state record.
SchedulerStateRecord() - Constructor for class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
SchedulingContext - Class in org.quartz.core
An object used to pass information about the 'client' to the QuartzScheduler.
SchedulingContext() - Constructor for class org.quartz.core.SchedulingContext
Construct a SchedulingContext with default values.
SECONDS_IN_DAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.
 
SECONDS_IN_DAY - Static variable in class org.quartz.TriggerUtils
 
SELECT_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CALENDAR_EXISTENCE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGER_INSTANCE_NAMES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGERS_OF_JOB - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGERS_OF_JOB_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FOR_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
SELECT_INSTANCES_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_INSTANCES_RECOVERABLE_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_EXECUTION_COUNT - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_EXISTENCE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_FOR_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_LISTENERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_STATEFUL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOBS_IN_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_MISFIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_MISFIRED_TRIGGERS_IN_GROUP_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_MISFIRED_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_MISFIRED_TRIGGERS_IN_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NEXT_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NEXT_TRIGGER_TO_ACQUIRE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_CALENDARS - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
SELECT_NUM_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_JOBS - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
SELECT_NUM_JOBS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_TRIGGERS - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
SELECT_NUM_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_TRIGGERS_FOR_JOB - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
SELECT_NUM_TRIGGERS_FOR_JOB - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_TRIGGERS_IN_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_PAUSED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_PAUSED_TRIGGER_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_REFERENCED_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_SCHEDULER_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_STATEFUL_JOBS_OF_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_DATA - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_EXISTENCE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_FOR_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_LISTENERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_STATUS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGERS_FOR_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGERS_FOR_JOB - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGERS_IN_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_VOLATILE_JOBS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_VOLATILE_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
selectCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a calendar.
selectCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the stored calendars.
selectFiredTriggerInstanceNames(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the distinct instance names of all fired-trigger records.
selectFiredTriggerRecords(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the states of all fired-trigger records for a given trigger, or trigger group if trigger name is null.
selectFiredTriggerRecordsByJob(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the states of all fired-trigger records for a given job, or job group if job name is null.
selectInstancesFiredTriggerRecords(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectJobDetail(Connection, String, String, ClassLoadHelper) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the JobDetail object for a given job name / group name.
selectJobExecutionCount(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectJobForTrigger(Connection, String, String, ClassLoadHelper) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the job to which the trigger is associated.
selectJobGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the job group names that are stored.
selectJobListeners(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get all of the listeners for a given job.
selectJobsInGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the jobs contained in a given group.
selectMisfiredTriggers(Connection, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the names of all of the triggers that have misfired.
selectMisfiredTriggersInGroupInState(Connection, String, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the names of all of the triggers in the given group and state that have misfired.
selectMisfiredTriggersInState(Connection, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectMisfiredTriggersInStates(Connection, String, String, long, int, List) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the names of all of the triggers in the given states that have misfired - according to the given timestamp.
selectNextFireTime(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Deprecated.
Does not account for misfires.
selectNodes(Node, String) - Static method in class mali.util.XMLUtility
 
selectNumCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
selectNumCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the total number of calendars stored.
selectNumJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
selectNumJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the total number of jobs stored.
selectNumTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
selectNumTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the total number of triggers stored.
selectNumTriggersForJob(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
selectNumTriggersForJob(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the number of triggers associated with a given job.
selectPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectSchedulerStateRecords(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectSingleNode(Node, String) - Static method in class mali.util.XMLUtility
 
selectStatefulJobsOfTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger.
selectTriggerForFireTime(Connection, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the trigger that will be fired at the given fire time.
selectTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the trigger group names that are stored.
selectTriggerJobDataMap(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger's JobDataMap.
selectTriggerListeners(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the listeners associated with a given trigger.
selectTriggerNamesForJob(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the names of all of the triggers associated with the given job.
selectTriggersForCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectTriggersForJob(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the triggers for a job
selectTriggersForRecoveringJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the triggers for jobs that are requesting recovery.
selectTriggersInGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the triggers contained in a given group.
selectTriggersInState(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the triggers in a given state.
selectTriggerState(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger' state value.
selectTriggerStatus(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger' status (state & next fire time).
selectTriggerToAcquire(Connection, long, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the next trigger which will fire to fire between the two given timestamps in ascending order of fire time, and then descending by priority.
selectVolatileJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectVolatileTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
Semaphore - Interface in org.quartz.impl.jdbcjobstore
An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
sendCommand(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Send a command to the server and get the reply
sendCommand(String) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Send a command to the FTP server and return the server's reply as a structured reply object
SendDestinationMessageJob - Class in org.quartz.jobs.ee.jms
A Job that sends a javax.jms.Message to a javax.jms.Destination.
SendDestinationMessageJob() - Constructor for class org.quartz.jobs.ee.jms.SendDestinationMessageJob
 
sendmail(String) - Method in class mali.util.mailbox
SENDMAIL 時 設定 send codeing 是採用 big5 或是 utf8
sendmail() - Method in class mali.util.mailbox
 
SendMailJob - Class in org.quartz.jobs.ee.mail
A Job which sends an e-mail with the configured content to the configured recipient.
SendMailJob() - Constructor for class org.quartz.jobs.ee.mail.SendMailJob
 
sendMessage(String[], String[]) - Method in class mali.sms.ChtClient
 
SendQueueMessageJob - Class in org.quartz.jobs.ee.jms
A Job that sends a javax.jms.Message to a javax.jms.Queue The following properties are expected to be provided in the JobDataMap: JMS_CONNECTION_FACTORY_JNDI - The JNDI name of the JMS Connection Factory.
SendQueueMessageJob() - Constructor for class org.quartz.jobs.ee.jms.SendQueueMessageJob
 
sendServerWakeup() - Method in class com.enterprisedt.net.ftp.FTPClient
Wake up the server during a transfer to prevent a timeout from occuring.
SendTopicMessageJob - Class in org.quartz.jobs.ee.jms
A Job that sends a javax.jms.Message to a javax.jms.Topic.
SendTopicMessageJob() - Constructor for class org.quartz.jobs.ee.jms.SendTopicMessageJob
 
seqno(String, String, int) - Method in class mali.util.getUniqueSeqno
 
SequenceNumberAction - Class in mali.servlet
 
SequenceNumberAction() - Constructor for class mali.servlet.SequenceNumberAction
 
SerialNoUtility - Class in mali.util
取序號公用class
SerialNoUtility(MaliContext) - Constructor for class mali.util.SerialNoUtility
 
serve(SchedulerFactory, boolean) - Method in class org.quartz.impl.QuartzServer
 
serverconfig - Static variable in class mali.manager.ConfigManager
 
ServletUtilities - Class in mali.servlet
servletUtliity servlet 可用參數 method
ServletUtilities() - Constructor for class mali.servlet.ServletUtilities
 
sessionCheckAction - Class in mali.servlet.maliServlet
檢查session 是否存在
sessionCheckAction() - Constructor for class mali.servlet.maliServlet.sessionCheckAction
 
sessionCreated(HttpSessionEvent) - Method in class mali.listener.OnlineCountListener
 
sessionDestroyed(HttpSessionEvent) - Method in class mali.listener.OnlineCountListener
 
SessionFilter - Class in mali.servlet
 
SessionFilter() - Constructor for class mali.servlet.SessionFilter
Creates new SessionFilter
sessionKey_MaliActionMapping - Static variable in class mali.util.commonbean
 
setAcquireTriggersWithinLock(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Whether or not the query and update to acquire a Trigger for firing should be performed after obtaining an explicit DB lock.
setActionmode(String) - Method in class mali.db.BaseTableimpl
 
setActionmode(String) - Method in interface mali.type.BaseTable
設定execute 的mode
setActionUrl(String) - Method in class mali.html.pageControl.CreateControlButton
設定 執行CreateButton時之url 及若有相關參數可一併送入
setActionUrl(String) - Method in class mali.html.pageControl.PageControlButton
設定 執行CreateButton時之url 及若有相關參數可一併送入
setActiveIPAddress(String) - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
We can force PORT to send a fixed IP address, which can be useful with certain NAT configurations.
setActiveIPAddress(String) - Method in class com.enterprisedt.net.ftp.FTPClient
We can force PORT to send a fixed IP address, which can be useful with certain NAT configurations.
setActiveIPAddress(String) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
We can force PORT to send a fixed IP address, which can be useful with certain NAT configurations.
setActivePortRange(int, int) - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Force a certain range of ports to be used in active mode.
setActivePortRange(int, int) - Method in class com.enterprisedt.net.ftp.FTPClient
Force a certain range of ports to be used in active mode.
setActivePortRange(int, int) - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Set the port number range for active mode
setActivePortRange(int, int) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Force a certain range of ports to be used in active mode.
setAD_DOMAIN_NAME(String) - Method in class mali.type.MaliConfig
使用AD時的AD 網域名稱
setAD_LDAP_URL(String) - Method in class mali.type.MaliConfig
AD 的LPAD URL
setAFixKey(String) - Method in class mali.util.SerialNoUtility
 
setAjaxinnerHtmlDivID(String) - Method in class mali.type.QueryParambean
set設定 ajax 帶入 html 要放入哪個 divid id
setAliasName(String) - Method in class mali.db.BaseQueryImpl
 
setAliasName(String) - Method in interface mali.type.BaseQuery
設定 table 有alias 別名,若有設定.則where key 欄位均會加上 alias name
setALLFIELDSList(String[]) - Method in class mali.db.BaseTableimpl
 
setAllowsTransientData(boolean) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Deprecated.
JDBCJobStores no longer prune out transient data. If you include non-Serializable values in the Map, you will now get an exception when attempting to store it in a database.
setAllrowcount(int) - Method in class mali.util.ConnDbCom
 
setAllrowcount(int) - Method in class mali.util.htmElement
 
setAlwaysLookup(boolean) - Method in class org.quartz.utils.JNDIConnectionProvider
 
setApproject_Home(String) - Method in class mali.type.MaliConfig
設定 realpath
setAsc(boolean) - Method in class mali.servlet.maliServlet.bean.Maliformbean
 
setascsort(int) - Method in class mali.html.util.CommonColumnObject
預設為0 , 由小到大為 1,由大到小為2
setAttchfile(String[]) - Method in class mali.util.mailbox
附件
setAttFiles(FileObject[]) - Method in class mali.object.MailMessageObject
 
setAUTH_PKI_YN(String) - Method in class mali.type.MaliConfig
set 是否可用憑證登入授權
setAutoCommit(boolean) - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
Sets this connection's auto-commit mode to the given state, saving the original mode.
setAutogiveName(boolean) - Method in class tw.com.mali.dbAction.MulitpartFormCommitdbAction
設定系統自定名稱,預設為false
setAutoLogin(boolean) - Method in class com.enterprisedt.net.ftp.AdvancedGeneralSettings
Set the autoLogin flag
setAutoLogin(boolean) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Set the autoLogin flag
setAUTONO_ANOLENGTH(Integer) - Method in class mali.table.impl.SYSAUTONOImpl
set 第一號規則長度
setAUTONO_ANOLENGTH(Integer) - Method in interface mali.table.SYSAUTONO
set 第一號規則長度
setAUTONO_ANORULE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 第一號規則
setAUTONO_ANORULE(String) - Method in interface mali.table.SYSAUTONO
set 第一號規則
setAUTONO_ANOVALUE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 第一號現值
setAUTONO_ANOVALUE(String) - Method in interface mali.table.SYSAUTONO
set 第一號現值
setAUTONO_BNOLENGTH(Integer) - Method in class mali.table.impl.SYSAUTONOImpl
set 第二號規則長度
setAUTONO_BNOLENGTH(Integer) - Method in interface mali.table.SYSAUTONO
set 第二號規則長度
setAUTONO_BNORULE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 第二號規則
setAUTONO_BNORULE(String) - Method in interface mali.table.SYSAUTONO
set 第二號規則
setAUTONO_BNOVALUE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 第二號現值
setAUTONO_BNOVALUE(String) - Method in interface mali.table.SYSAUTONO
set 第二號現值
setAUTONO_CNOLENGTH(Integer) - Method in class mali.table.impl.SYSAUTONOImpl
 
setAUTONO_CNOLENGTH(Integer) - Method in interface mali.table.SYSAUTONO
set 第三號規則長度
setAUTONO_CNORULE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 第三號規則長度
setAUTONO_CNORULE(String) - Method in interface mali.table.SYSAUTONO
第三號規則
setAUTONO_CNOVALUE(String) - Method in class mali.table.impl.SYSAUTONOImpl
 
setAUTONO_CNOVALUE(String) - Method in interface mali.table.SYSAUTONO
set 第三號規則固定值
setAUTONO_CODE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 取(給)號識別編號
setAUTONO_CODE(String) - Method in interface mali.table.SYSAUTONO
set 取(給)號識別編號
setAUTONO_CODEDESC(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 取(給)號識別說明
setAUTONO_CODEDESC(String) - Method in interface mali.table.SYSAUTONO
set 取(給)號識別說明
setAUTONO_CREDATETIME(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 建檔時間
setAUTONO_CREDATETIME(String) - Method in interface mali.table.SYSAUTONO
set 建檔時間
setAUTONO_CREUSERID(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 建檔者
setAUTONO_CREUSERID(String) - Method in interface mali.table.SYSAUTONO
set 建檔者
setAUTONO_MTNEDATETIME(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 異動時間
setAUTONO_MTNEDATETIME(String) - Method in interface mali.table.SYSAUTONO
set 異動時間
setAUTONO_MTNUSERID(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 異動人
setAUTONO_MTNUSERID(String) - Method in interface mali.table.SYSAUTONO
set 異動人
setAUTONO_SEQNO(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 唯一序號
setAUTONO_SEQNO(String) - Method in interface mali.table.SYSAUTONO
set 唯一序號
setAUTONO_SNOBESYMBOL(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 流水號前補符號
setAUTONO_SNOBESYMBOL(String) - Method in interface mali.table.SYSAUTONO
set 流水號前補符號
setAUTONO_SNOCYCLERULE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 流水號歸零原則
setAUTONO_SNOCYCLERULE(String) - Method in interface mali.table.SYSAUTONO
set 流水號歸零原則
setAUTONO_SNOCYCLEVALUE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 流水號歸零原則KEY值
setAUTONO_SNOCYCLEVALUE(String) - Method in interface mali.table.SYSAUTONO
set 流水號歸零原則KEY值
setAUTONO_SNODIGIT(Integer) - Method in class mali.table.impl.SYSAUTONOImpl
set 流水號位數
setAUTONO_SNODIGIT(Integer) - Method in interface mali.table.SYSAUTONO
set 流水號位數
setAUTONO_SNOVALUE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 流水號現值
setAUTONO_SNOVALUE(String) - Method in interface mali.table.SYSAUTONO
set 流水號現值
setAUTONO_USECODE(String) - Method in class mali.table.impl.SYSAUTONOImpl
set 用途
setAUTONO_USECODE(String) - Method in interface mali.table.SYSAUTONO
set 用途
setAutoPassiveIPSubstitution(boolean) - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Set automatic substitution of the remote host IP on if in passive mode
setAutoPassiveIPSubstitution(boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Set automatic substitution of the remote host IP on if in passive mode
setAutoPassiveIPSubstitution(boolean) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Set automatic substitution of the remote host IP on if in passive mode
setAutoSkip(boolean) - Method in class mali.html.HtmlObject
 
setBaseCalendar(Calendar) - Method in interface org.quartz.Calendar
Set a new base calendar or remove the existing one.
setBaseCalendar(Calendar) - Method in class org.quartz.impl.calendar.BaseCalendar
Set a new base calendar or remove the existing one
setBaseCalendar(Calendar) - Method in class org.quartz.xml.CalendarBundle
 
setBaseHome(String) - Static method in class mali.manager.ConfigManager
 
setBaseQuery(BaseQuery) - Method in class mali.type.Sqlbean
 
setBccEmail(String) - Method in class mali.util.mailbox
 
setBFixKey(String) - Method in class mali.util.SerialNoUtility
 
setBlocksize(int) - Method in class com.enterprisedt.net.ftp.VMSFileParser
Set the VMS blocksize, used for calculating file sizes.
setBody(String) - Method in class mali.util.mailbox
 
setBodyContent(String) - Method in class mali.object.MailMessageObject
 
setBodyContent(Vector<clsSqlData>) - Method in class mali.util.excel.SheetReport
set 內容 body
setBodyContentDivId(String) - Method in class mali.html.MutiRowListForm
設定BodyContent 的 div id, 若有設定,則use ajax,時可將 query內容可導回html內
setBodyContentURL(String) - Method in class mali.html.MutiRowListForm
設定 use ajax 時 bodyContent url
setBodyContentUseAjax(boolean) - Method in class mali.html.MutiRowListForm
查詢內容是否使用ajax, 是,則換頁時均使用ajax
setBULLETIN_AREA(String) - Method in interface mali.table.BULLETIN
set 公告區域
setBULLETIN_AREA(String) - Method in class mali.table.impl.BULLETINImpl
set 公告區域
setBULLETIN_ATTACHMENT(String) - Method in interface mali.table.BULLETIN
set 附件說明
setBULLETIN_ATTACHMENT(String) - Method in class mali.table.impl.BULLETINImpl
set 附件說明
setBULLETIN_ATTACHURL(String) - Method in interface mali.table.BULLETIN
set 附件位址
setBULLETIN_ATTACHURL(String) - Method in class mali.table.impl.BULLETINImpl
set 附件位址
setBULLETIN_BEGINHR(String) - Method in interface mali.table.BULLETIN
set 開始公告時分
setBULLETIN_BEGINHR(String) - Method in class mali.table.impl.BULLETINImpl
 
setBULLETIN_BEGINTIME(String) - Method in interface mali.table.BULLETIN
set 發布開始時間
setBULLETIN_BEGINTIME(String) - Method in class mali.table.impl.BULLETINImpl
set 發布開始時間
setBULLETIN_CLASS(String) - Method in interface mali.table.BULLETIN
set 公告類別
setBULLETIN_CLASS(String) - Method in class mali.table.impl.BULLETINImpl
set 公告類別
setBULLETIN_CONTENT(String) - Method in interface mali.table.BULLETIN
set 內容
setBULLETIN_CONTENT(String) - Method in class mali.table.impl.BULLETINImpl
set 內容
setBULLETIN_CREDATETIME(String) - Method in interface mali.table.BULLETIN
set 建檔日期
setBULLETIN_CREDATETIME(String) - Method in class mali.table.impl.BULLETINImpl
set 建檔日期
setBULLETIN_CREUSERID(String) - Method in interface mali.table.BULLETIN
set 建檔人
setBULLETIN_CREUSERID(String) - Method in class mali.table.impl.BULLETINImpl
set 建檔人
setBULLETIN_DATATYPE(String) - Method in interface mali.table.BULLETIN
set公告資料所屬
setBULLETIN_DATATYPE(String) - Method in class mali.table.impl.BULLETINImpl
set公告資料所屬
setBULLETIN_ENDHR(String) - Method in interface mali.table.BULLETIN
set 結束公告時分
setBULLETIN_ENDHR(String) - Method in class mali.table.impl.BULLETINImpl
 
setBULLETIN_ENDTIME(String) - Method in interface mali.table.BULLETIN
set 發布結束時間
setBULLETIN_ENDTIME(String) - Method in class mali.table.impl.BULLETINImpl
set 發布結束時間
setBULLETIN_LEVEL(String) - Method in interface mali.table.BULLETIN
set 重要等級(優先等級)
setBULLETIN_LEVEL(String) - Method in class mali.table.impl.BULLETINImpl
set 重要等級(優先等級)
setBULLETIN_MTNDATETIME(String) - Method in interface mali.table.BULLETIN
set 異動日期
setBULLETIN_MTNDATETIME(String) - Method in class mali.table.impl.BULLETINImpl
set 異動日期
setBULLETIN_MTNUSERID(String) - Method in interface mali.table.BULLETIN
set 異動人
setBULLETIN_MTNUSERID(String) - Method in class mali.table.impl.BULLETINImpl
set 異動人
setBULLETIN_ORGID(String) - Method in interface mali.table.BULLETIN
set 發佈單位
setBULLETIN_ORGID(String) - Method in class mali.table.impl.BULLETINImpl
set 發佈單位
setBULLETIN_RCVORGID(String) - Method in interface mali.table.BULLETIN
set 接收單位
setBULLETIN_RCVORGID(String) - Method in class mali.table.impl.BULLETINImpl
set 接收單位
setBULLETIN_SEQNO(String) - Method in interface mali.table.BULLETIN
set 唯一序號
setBULLETIN_SEQNO(String) - Method in class mali.table.impl.BULLETINImpl
set 唯一序號
setBULLETIN_SNO(String) - Method in interface mali.table.BULLETIN
set 公告序號
setBULLETIN_SNO(String) - Method in class mali.table.impl.BULLETINImpl
set 公告序號
setBULLETIN_SUBJECT(String) - Method in interface mali.table.BULLETIN
set 主旨
setBULLETIN_SUBJECT(String) - Method in class mali.table.impl.BULLETINImpl
set 主旨
setBULLETIN_USERID(String) - Method in interface mali.table.BULLETIN
set 發佈人
setBULLETIN_USERID(String) - Method in class mali.table.impl.BULLETINImpl
set 發佈人
setButton(Button) - Method in class mali.html.PopText
 
setCalendar(Calendar) - Method in class org.quartz.xml.CalendarBundle
 
setCalendarName(String) - Method in class org.quartz.Trigger
Associate the Calendar with the given name with this Trigger.
setCalendarName(String) - Method in class org.quartz.xml.CalendarBundle
 
setCause(Throwable, Throwable) - Static method in class org.quartz.utils.ExceptionHelper
Set the given Throwable's cause if this JDK supports the Throwable#initCause(Throwable) method.
setCcEmail(String) - Method in class mali.util.mailbox
 
setCcmail(String) - Method in class mali.object.MailMessageObject
 
setCERT_CARDSN(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 憑證卡號
setCERT_CARDSN(String) - Method in interface mali.table.SYSMYCERT
set 憑證卡號
setCERT_CREADATETIME(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 建檔日期時間
setCERT_CREADATETIME(String) - Method in interface mali.table.SYSMYCERT
set 建檔日期時間
setCERT_CREUSERID(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 建檔人員
setCERT_CREUSERID(String) - Method in interface mali.table.SYSMYCERT
set 建檔人員
setCERT_IDNO(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 身份證號(統編)
setCERT_IDNO(String) - Method in interface mali.table.SYSMYCERT
set 身份證號(統編)
setCERT_MEMBERSEQNO(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 帳號檔唯一序號
setCERT_MEMBERSEQNO(String) - Method in interface mali.table.SYSMYCERT
set 帳號檔唯一序號
setCERT_MTNDATETIME(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 異動日期時間
setCERT_MTNDATETIME(String) - Method in interface mali.table.SYSMYCERT
set 異動日期時間
setCERT_MTNUSERID(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 異動人員
setCERT_MTNUSERID(String) - Method in interface mali.table.SYSMYCERT
set 異動人員
setCERT_PUBLICKEY(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 憑證公KEY
setCERT_PUBLICKEY(String) - Method in interface mali.table.SYSMYCERT
set 憑證公KEY
setCERT_REGCOUNT(Integer) - Method in class mali.table.impl.SYSMYCERTImpl
set 憑證註冊次數
setCERT_REGCOUNT(Integer) - Method in interface mali.table.SYSMYCERT
set 憑證註冊次數
setCERT_SEQNO(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 唯一序號
setCERT_SEQNO(String) - Method in interface mali.table.SYSMYCERT
set 唯一序號
setCERT_STOPTIME(String) - Method in class mali.table.impl.SYSMYCERTImpl
 
setCERT_STOPTIME(String) - Method in interface mali.table.SYSMYCERT
SET 憑證到期日期
setCERT_TYPE(String) - Method in class mali.table.impl.SYSMYCERTImpl
set 憑證類別
setCERT_TYPE(String) - Method in interface mali.table.SYSMYCERT
set 憑證類別
setCFixKey(String) - Method in class mali.util.SerialNoUtility
 
setCGLOG_CGCONTENT(String) - Method in class mali.table.impl.SYSMEMCGLOGImpl
get異動記錄
setCGLOG_CGCONTENT(String) - Method in interface mali.table.SYSMEMCGLOG
set 異動記錄
setCGLOG_CREDATETIME(String) - Method in class mali.table.impl.SYSMEMCGLOGImpl
set 異動時間
setCGLOG_CREDATETIME(String) - Method in interface mali.table.SYSMEMCGLOG
set 異動時間
setCGLOG_CREUSERID(String) - Method in class mali.table.impl.SYSMEMCGLOGImpl
set 異動人員
setCGLOG_CREUSERID(String) - Method in interface mali.table.SYSMEMCGLOG
set 異動人員
setCGLOG_LOGINID(String) - Method in class mali.table.impl.SYSMEMCGLOGImpl
set 使用者帳號
setCGLOG_LOGINID(String) - Method in interface mali.table.SYSMEMCGLOG
set 使用者帳號
setCGLOG_NAME(String) - Method in class mali.table.impl.SYSMEMCGLOGImpl
set 使用者姓名
setCGLOG_NAME(String) - Method in interface mali.table.SYSMEMCGLOG
set 使用者姓名
setCGLOG_REMARK(String) - Method in class mali.table.impl.SYSMEMCGLOGImpl
set 異動備註
setCGLOG_REMARK(String) - Method in interface mali.table.SYSMEMCGLOG
set 異動備註
setCGLOG_SEQNO(String) - Method in class mali.table.impl.SYSMEMCGLOGImpl
set 唯一序號
setCGLOG_SEQNO(String) - Method in interface mali.table.SYSMEMCGLOG
set 唯一序號
setCGLOG_TYPE(String) - Method in class mali.table.impl.SYSMEMCGLOGImpl
set 異動類別
setCGLOG_TYPE(String) - Method in interface mali.table.SYSMEMCGLOG
set 異動類別
SetCharacterEncodingFilter - Class in mali.servlet
 
SetCharacterEncodingFilter() - Constructor for class mali.servlet.SetCharacterEncodingFilter
 
SetCharacterEncodingFilterForKLHB - Class in mali.servlet
 
SetCharacterEncodingFilterForKLHB() - Constructor for class mali.servlet.SetCharacterEncodingFilterForKLHB
 
setCHARSETENCODING(String) - Method in class mali.type.MaliConfig
 
setCheckinInterval(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setCheckinTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setCHKCOMPPWD(String) - Method in class mali.type.MaliConfig
是否使用複雜密碼檢查
setClassName(String) - Method in class mali.html.HtmlObject
 
setClassName(String) - Method in class org.quartz.xml.CalendarBundle
 
setCleanShutdown(boolean) - Method in class org.quartz.plugins.management.ShutdownHookPlugin
Set whether or not the plug-in is configured to cause a clean shutdown of the scheduler.
setClickTrueValue(String) - Method in class mali.html.SingleCheckbox
set Click true 時的值
setClusterCheckinInterval(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the frequency (in milliseconds) at which this instance "checks-in" with the other instances of the cluster. -- Affects the rate of detecting failed instances.
setCODE_AUTOSEQ_YN(String) - Method in class mali.table.impl.SYSCODEImpl
set 下層是否自動給號(Y/N)
setCODE_AUTOSEQ_YN(String) - Method in interface mali.table.SYSCODE
set 下層是否自動給號(Y/N)
setCODE_CREDATETIME(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_CREDATETIME(String) - Method in interface mali.table.SYSCODE
 
setCODE_CREUSERID(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_CREUSERID(String) - Method in interface mali.table.SYSCODE
 
setCODE_DESC1(String) - Method in class mali.table.impl.SYSCODEImpl
set 代碼說明
setCODE_DESC1(String) - Method in interface mali.table.SYSCODE
set 代碼說明
setCODE_DESC2(String) - Method in class mali.table.impl.SYSCODEImpl
set 代碼說明2
setCODE_DESC2(String) - Method in interface mali.table.SYSCODE
set 代碼說明2
setCODE_DESC3(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_DESC3(String) - Method in interface mali.table.SYSCODE
set代碼說明三
setCODE_DN(String) - Method in class mali.table.impl.SYSCODEImpl
set 代碼datalink
setCODE_DN(String) - Method in interface mali.table.SYSCODE
set 代碼datalink
setCODE_KIND(String) - Method in class mali.table.impl.SYSCODEImpl
set 代碼3層次系統別
setCODE_KIND(String) - Method in interface mali.table.SYSCODE
set 代碼3層次系統別
setCODE_MDATE(String) - Method in class mali.table.impl.SYSCODEImpl
set 建檔日期
setCODE_MDATE(String) - Method in interface mali.table.SYSCODE
set 建檔日期
setCODE_MUSERID(String) - Method in class mali.table.impl.SYSCODEImpl
set 建檔人員
setCODE_MUSERID(String) - Method in interface mali.table.SYSCODE
set 建檔人員
setCODE_NO(String) - Method in class mali.table.impl.SYSCODEImpl
set 代碼編號
setCODE_NO(String) - Method in interface mali.table.SYSCODE
set 代碼編號
setCODE_ORDERSEQ(Integer) - Method in class mali.table.impl.SYSCODEImpl
set 顯示順序
setCODE_ORDERSEQ(Integer) - Method in interface mali.table.SYSCODE
set 顯示順序
setCODE_PARA1(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_PARA1(String) - Method in interface mali.table.SYSCODE
 
setCODE_PARA2(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_PARA2(String) - Method in interface mali.table.SYSCODE
 
setCODE_PARA3(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_PARA3(String) - Method in interface mali.table.SYSCODE
 
setCODE_PARA4(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_PARA4(String) - Method in interface mali.table.SYSCODE
 
setCODE_PARA5(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_PARA5(String) - Method in interface mali.table.SYSCODE
 
setCODE_PARA6(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_PARA6(String) - Method in interface mali.table.SYSCODE
 
setCODE_PARA7(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_PARA7(String) - Method in interface mali.table.SYSCODE
 
setCODE_PARA8(String) - Method in class mali.table.impl.SYSCODEImpl
 
setCODE_PARA8(String) - Method in interface mali.table.SYSCODE
 
setCODE_PRIMARYID(String) - Method in class mali.table.impl.SYSCODEImpl
set 唯一序號
setCODE_PRIMARYID(String) - Method in interface mali.table.SYSCODE
set 唯一序號
setCODE_SHOWTREE(String) - Method in class mali.table.impl.SYSCODEImpl
set 是否顯示在樹狀
setCODE_SHOWTREE(String) - Method in interface mali.table.SYSCODE
set 是否顯示於樹狀
setCODE_SUBSYS(String) - Method in class mali.table.impl.SYSCODEImpl
set 代碼1層子系統別
setCODE_SUBSYS(String) - Method in interface mali.table.SYSCODE
set 代碼1層子系統別
setCODE_SYS(String) - Method in class mali.table.impl.SYSCODEImpl
set 代碼0層系統別
setCODE_SYS(String) - Method in interface mali.table.SYSCODE
set 代碼0層系統別
setCODE_TABLE_NAME(String) - Method in class mali.table.impl.SYSCODEImpl
set 系統代碼link tablename
setCODE_TABLE_NAME(String) - Method in interface mali.table.SYSCODE
set 系統代碼link tablename
setCODE_TYPE(String) - Method in class mali.table.impl.SYSCODEImpl
set 代碼2層次系統別
setCODE_TYPE(String) - Method in interface mali.table.SYSCODE
set 代碼2層次系統別
setCodeArray(String, String[]) - Method in class mali.html.MutiRowListForm
使用$CODE{} 時,要對照的代碼及中文由此set
setCodeBuffer顯示方式(String) - Method in class mali.db.BaseQueryImpl
CodeBuffer顯示方式 若不設定則依正常一般方式顯示
setCodeBuffer顯示方式(String) - Method in interface mali.type.BaseQuery
CodeBuffer顯示方式 若不設定則依正常一般方式顯示
setCodeID(String, boolean) - Method in class mali.html.PopText
 
setCodeID(InputText) - Method in class mali.html.PopText
 
setCodeName(String, boolean) - Method in class mali.html.PopText
set Code Name 說明名稱及定義代碼欄位是否為資料庫欄位
setCodeName(InputText) - Method in class mali.html.PopText
 
setCodeQuery(Object, String, String) - Method in class mali.html.PopText
 
setCodeQuery(BaseQuery, String, String) - Method in class mali.html.PopText
 
setColNumbers(int) - Method in class mali.html.InputTextArea
 
setColSpan(int) - Method in class mali.html.util.CommonColumnObject
配合 html 時 colspan 要設定 default 為 1 可不做設定
setColumneIndex(int) - Method in class mali.html.util.CommonColumnObject
 
setComboboxoptions(String[]) - Method in class mali.html.Combobox
 
setComboboxOptionYn(String) - Method in class mali.html.Combobox
Option ALL 設 A Y 會顯示----- N 直接顯示Option內容
setComboboxValue(String) - Method in class mali.html.Combobox
 
setCombobox顯示使用方式(String) - Method in class mali.html.Combobox
設定為2種 default 是為 一般, 直接顯示,若資料太多時,則可用 ajax ajax 則是要用javascript 去取資料回來
setCommiterrorthanDeletefile(boolean) - Method in class tw.com.mali.dbAction.MulitpartFormCommitdbAction
set commit 失敗時是否要刪除上傳的檔案
setCompareType(int[]) - Method in class mali.type.util.VectorComparator
 
setConfig_dir(String) - Method in class mali.manager.ConfigManager
 
setConnDbCom(ConnDbCom) - Method in class mali.db.BaseQueryImpl
 
setConnDbCom(ConnDbCom) - Method in class mali.db.BaseTableimpl
 
setConnDbCom(ConnDbCom) - Method in interface mali.type.BaseQuery
 
setConnDbCom(ConnDbCom) - Method in interface mali.type.BaseTable
若有特別做特殊資料庫連結由此設定 set ConnDbCom
setConnDbCom(ConnDbCom) - Method in class mali.type.MaliContext
 
setConnectMode(FTPConnectMode) - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Set the data transfer mode to either active (PORT) or passive (PASV).
setConnectMode(FTPConnectMode) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the connect mode
setConnectMode(FTPConnectMode) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
 
setConnId(String) - Method in class com.enterprisedt.net.ftp.internal.EventAggregator
Set the connection id
setContentType(FTPTransferType) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Set the transfer type for all connections, either ASCII or binary.
setContentType(FTPTransferType) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Set the transfer type for all connections, either ASCII or binary.
setContentType(FTPTransferType) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
 
setContentType(String) - Method in class mali.object.MailMessageObject
 
setContentType(String) - Method in class mali.type.FileObject
 
setContext(HttpSessionEvent) - Method in class mali.listener.OnlineCountListener
 
setContext(MaliContext) - Method in class mali.util.ConnDbCom
 
setContextContent(String, Object) - Method in class mali.type.MaliContext
自定content 內容存入 session 中
setContextPath(String) - Method in class mali.type.MaliContext
 
setControlAction(String, String) - Method in class mali.html.PageTab
設定其他控制項Action
setControlEncoding(String) - Method in class com.enterprisedt.net.ftp.AdvancedGeneralSettings
Set the control channel encoding.
setControlEncoding(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the control socket's encoding.
setControlEncoding(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set the encoding used on the control channel.
setControlEncoding(String) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Set the encoding used for control channel messages
setControlPort(int) - Method in class com.enterprisedt.net.ftp.FTPClient
Deprecated.
setCookie(Cookie) - Method in class mali.servlet.maliServlet.util.malihttpSevletUtility
 
setCopyCondition(String, Vector) - Method in class mali.db.BaseQueryImpl
 
setCopyCondition(String, Vector) - Method in interface mali.type.BaseQuery
固定where 條件, 原條件清除
setCreateAction(String) - Method in class mali.html.PageTab
set 新增 url
setCreated(Date) - Method in class com.enterprisedt.net.ftp.FTPFile
Set the created date
setcreateDateTimeKey(String) - Method in class mali.db.BaseCommonBoImpl
 
setcreateDateTimeKey(String) - Method in interface mali.type.BaseCommonBo
set createdatetime key table 欄位
setcreateUserIdKey(String) - Method in class mali.db.BaseCommonBoImpl
 
setcreateUserIdKey(String) - Method in interface mali.type.BaseCommonBo
set create user id key table 欄位
setcreateUserOrgIdKey(String) - Method in class mali.db.BaseCommonBoImpl
 
setcreateUserOrgIdKey(String) - Method in interface mali.type.BaseCommonBo
set create user 的所屬單位 id key table 欄位
setCronExpression(String) - Method in class org.quartz.CronTrigger
 
setCronExpression(CronExpression) - Method in class org.quartz.CronTrigger
Set the CronExpression to the given one.
setCronExpression(String) - Method in class org.quartz.impl.calendar.CronCalendar
Sets the cron expression for the calendar to a new value
setCronExpression(CronExpression) - Method in class org.quartz.impl.calendar.CronCalendar
Sets the cron expression for the calendar to a new value
setCssDocument(String) - Method in class mali.util.pdf.HtmlWritePdfUtility
 
setCurPage(int) - Method in class mali.servlet.maliServlet.bean.Maliformbean
 
setCurProgramNode(String) - Method in class mali.type.MaliContext
由menuAction 設定 programNode
setCurrentRunAction(BaseTable) - Method in class mali.common.action.MaliActionParameter
目前 xml內部的參數設定
setCurrentSheet(String) - Method in class mali.util.JxlUtility
設定目前使用Sheet
setCurrentSheet(int) - Method in class mali.util.JxlUtility
 
setCurrentTemplateSheet(String) - Method in class mali.util.JxlUtility
 
setCurRow(String) - Method in class mali.html.SingleCheckbox
set 目前筆數
setCurRunAction(BaseTable) - Method in class mali.common.MaliCommonHttpServlet
 
setCutChar(String) - Method in class mali.util.DataLoader
切字串字元
setData(BaseTable[]) - Method in class mali.type.Sqlbean
 
setDataArray(String[]) - Method in class mali.html.PopText
 
setDATABASE_TYPE(String) - Method in class mali.type.MaliConfig
 
setDataBaseType(String) - Method in class mali.db.BaseCommonBoImpl
set 連線database 代號, 未設是用default
setDataBaseType(String) - Method in class mali.db.BaseQueryImpl
設定資料庫連線代碼
setDataBaseType(String) - Method in class mali.db.BaseTableimpl
 
setDatabasetype(String) - Method in class mali.util.ConnDbCom
 
setDataformString(String[]) - Method in class mali.html.MutiRowListForm
 
setDataLoader_TXT_BYTE(String, String, String, Vector, String[]) - Static method in class mali.util.DataLoader
設定準備要做Import的動作, 設定完成後.才可以執行run 的指令 FOR TXT_BYTE 使用
setDataLoader_TXT_BYTE(String, File, String, Vector, String[]) - Static method in class mali.util.DataLoader
 
setDataLoader_TXT_CHAR(String, String, String, Vector, String, String[]) - Method in class mali.util.DataLoader
設定準備要做Import的動作, 設定完成後.才可以執行run 的指令 FOR TXT_CHAR 使用
setDataLoader_TXT_CHAR(String, File, String, Vector, String, String[]) - Method in class mali.util.DataLoader
 
setDataLoader_XML(String, String, String, Vector, String, String[]) - Method in class mali.util.DataLoader
設定準備要做Import的動作, 設定完成後.才可以執行run 的指令 FOR TXT_XML 使用
setDataSource(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the name of the DataSource that should be used for performing database functions.
setDateTextField_Use_SystemDate_Button(String) - Method in class mali.type.MaliConfig
 
setDateTextFieldName(String) - Method in class mali.html.DateText
 
setDateTextValue(String) - Method in class mali.html.DateText
 
setDayExcluded(Calendar, boolean) - Method in class org.quartz.impl.calendar.AnnualCalendar
Redefine a certain day to be excluded (true) or included (false).
setDayExcluded(int, boolean) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Redefine a certain day of the month to be excluded (true) or included (false).
setDayExcluded(int, boolean) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Redefine a certain day of the week to be excluded (true) or included (false).
setDaysExcluded(ArrayList) - Method in class org.quartz.impl.calendar.AnnualCalendar
Redefine the list of days excluded.
setDaysExcluded(boolean[]) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Redefine the array of days excluded.
setDaysExcluded(boolean[]) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Redefine the array of days excluded.
setdbColumntype(Integer) - Method in class mali.type.clsSqlData
 
setDbFailureRetryInterval(long) - Method in class org.quartz.core.QuartzSchedulerThread
 
setDbparameter(Vector, String) - Method in class mali.manager.getConfigProperties
 
setDbRetryInterval(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
setdburl_para(String, DbURL) - Method in class mali.type.MaliConfig
儲存 DBURL
setDbVarcharNullToSpace(String) - Method in class mali.type.MaliConfig
設定資料庫 文字型態 是否 null to space
setDbVarcharTrimSpace(String) - Method in class mali.type.MaliConfig
set 文字型態要做Trim空白 是否
setDEBUG_OPEN(String) - Method in class mali.type.MaliConfig
 
setDEFAULT_DATABASE_TYPE(String) - Method in class mali.type.MaliConfig
 
setDEFAULT_DEBUG_OPEN(Boolean) - Static method in class mali.Context.SystemContext
 
setDEFAULT_SYS_ID(String) - Static method in class mali.Context.SystemContext
default sysid
setDefaultlogicoperatorsUsingAnd() - Method in class mali.db.BaseQueryImpl
 
setDefaultlogicoperatorsUsingAnd() - Method in interface mali.type.BaseQuery
sql where condition default using and link, default and
setDefaultlogicoperatorsUsingOr() - Method in class mali.db.BaseQueryImpl
 
setDefaultlogicoperatorsUsingOr() - Method in interface mali.type.BaseQuery
sql where condition default using or link
setDefaultPwd(String) - Method in class mali.type.MaliConfig
 
setDefaultValue(String) - Method in class mali.html.HtmlObject
 
setDeleteAction(String) - Method in class mali.html.PageTab
set 刪除 Button url
setDeleteMode() - Method in class mali.db.BaseTableimpl
set 刪除mode
setDeleteMode() - Method in interface mali.type.BaseTable
set 為刪除mode D
setDeleteOKMesg(String) - Method in class mali.html.MutiRowListForm
刪除儲存回應訊息
setDeleteOkMesg(String) - Method in class mali.type.ProcessRequest
 
setDeleteOnFailure(boolean) - Method in class com.enterprisedt.net.ftp.AdvancedGeneralSettings
Switch on or off the automatic deletion of partially written files that are left when an exception is thrown during a download
setDeleteOnFailure(boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Switch on or off the automatic deletion of partially written files that are left when an exception is thrown during a download
setDeleteOnFailure(boolean) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Switch on or off the automatic deletion of partially written files that are left when an exception is thrown during a download
setDeleteTrigger() - Method in class mali.db.BaseTableimpl
 
setDeleteTrigger() - Method in class mali.table.impl.EMSGImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSAUTONOImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSLOCKImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSMEMCGLOGImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSMYCERTImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSORGImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSROLEAUTHImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSSERIALNOImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSSIGNONImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in class mali.table.impl.SYSUSRImpl
using delete executed before setDeleteTrigger
setDeleteTrigger() - Method in interface mali.type.BaseTable
 
setDeleteTrigger() - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
using delete executed before setDeleteTrigger
setDescription(String) - Method in interface org.quartz.Calendar
Set a description for the Calendar instance - may be useful for remembering/displaying the purpose of the calendar, though the description has no meaning to Quartz.
setDescription(String) - Method in class org.quartz.impl.calendar.BaseCalendar
Set a description for the Calendar instance - may be useful for remembering/displaying the purpose of the calendar, though the description has no meaning to Quartz.
setDescription(String) - Method in class org.quartz.JobDetail
Set a description for the Job instance - may be useful for remembering/displaying the purpose of the job, though the description has no meaning to Quartz.
setDescription(String) - Method in class org.quartz.Trigger
Set a description for the Trigger instance - may be useful for remembering/displaying the purpose of the trigger, though the description has no meaning to Quartz.
setDescription(String) - Method in class org.quartz.xml.CalendarBundle
 
setDESCSortfield(String[]) - Method in class mali.db.BaseQueryImpl
 
setDESCSortfield(String[]) - Method in interface mali.type.BaseQuery
 
setDetectContentType(boolean) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Set auto detect of filetypes on or off.
setDetectContentType(boolean) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Set auto detect of filetypes on or off.
setDetectContentType(boolean) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Set autodetect of filetypes on or off.
setDetectTransferMode(boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
 
setDetectTransferMode(boolean) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set autodetect of filetypes on or off.
setDir(boolean) - Method in class com.enterprisedt.net.ftp.FTPFile
 
setDirectoryEmptyMessages(DirectoryEmptyStrings) - Method in class com.enterprisedt.net.ftp.FTPClient
Set a new instance of the strings class
setDisplayName(String) - Method in class mali.html.DisplayNameHtmlPara
設定DisplaName
setDisplayName(String) - Method in class mali.html.util.CommonColumnObject
 
setDisplayNameHtmlPara(DisplayNameHtmlPara) - Method in class mali.html.util.CommonColumnObject
set 顯示名稱欄設定相關td 參數
setDisPlayName是否顯示(boolean) - Method in class mali.html.DisplayNameHtmlPara
default 為 true 是要顯示,只有單筆部份可做設定
setDontSetAutoCommitFalse(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Don't call set autocommit(false) on connections obtained from the DataSource.
setDontSetNonManagedTXConnectionAutoCommitFalse(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Don't call set autocommit(false) on connections obtained from the DataSource.
setDoubleCheckLockMisfireHandler(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether to check to see if there are Triggers that have misfired before actually acquiring the lock to recover them.
setDrawLine(boolean) - Method in class mali.util.excel.SheetReport
set 是否要畫表格
setDriverDelegateClass(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the JDBC driver delegate class.
setds(String) - Method in class mali.util.ConnDbCom
 
setDsname(String) - Method in class mali.util.ConnDbCom
 
setDurability(boolean) - Method in class org.quartz.JobDetail
Set whether or not the Job should remain stored after it is orphaned (no Triggers point to it).
setEJB_APIP(String) - Method in class mali.type.MaliConfig
 
setEJB_APPORT(String) - Method in class mali.type.MaliConfig
 
setEJBIP(String) - Static method in class mali.Context.SystemContext
 
setEJBPORT(Integer) - Static method in class mali.Context.SystemContext
 
setEmail(String) - Method in class mali.object.OUser
set mail
setEmp(EMP) - Method in class mali.object.OUser
set 會員附屬的員工基本資料
setEMP_ADDRESS(String) - Method in interface mali.table.EMP
set 員工地址
setEMP_ADDRESS(String) - Method in class mali.table.impl.EMPImpl
set 員工地址
setEMP_ARRIVE(String) - Method in interface mali.table.EMP
set 到職日
setEMP_ARRIVE(String) - Method in class mali.table.impl.EMPImpl
set 到職日
setEMP_BANK(String) - Method in interface mali.table.EMP
set 銀行名稱
setEMP_BANK(String) - Method in class mali.table.impl.EMPImpl
set 銀行名稱
setEMP_BANKNO(String) - Method in interface mali.table.EMP
set 銀行帳號
setEMP_BANKNO(String) - Method in class mali.table.impl.EMPImpl
set 銀行帳號
setEMP_BIRTHDAY(String) - Method in interface mali.table.EMP
set 員工出生日期
setEMP_BIRTHDAY(String) - Method in class mali.table.impl.EMPImpl
set 員工出生日期
setEMP_BUILDDATE(String) - Method in interface mali.table.EMP
set 建檔日期時間
setEMP_BUILDDATE(String) - Method in class mali.table.impl.EMPImpl
set 建檔日期時間
setEMP_CARD_KIND(String) - Method in interface mali.table.EMP
set EMP_CARD_KIND
setEMP_CARD_KIND(String) - Method in class mali.table.impl.EMPImpl
set EMP_CARD_KIND
setEMP_CLASS(String) - Method in interface mali.table.EMP
set 員工類別
setEMP_CLASS(String) - Method in class mali.table.impl.EMPImpl
set 員工類別
setEMP_COMPANY_NO(String) - Method in interface mali.table.EMP
set 員工編號
setEMP_COMPANY_NO(String) - Method in class mali.table.impl.EMPImpl
set 員工編號
setEMP_EMAIL(String) - Method in interface mali.table.EMP
set 員工email 帳號
setEMP_EMAIL(String) - Method in class mali.table.impl.EMPImpl
set 員工email 帳號
setEMP_EMAIL_PASSWORD(String) - Method in interface mali.table.EMP
set email server 驗證密碼
setEMP_EMAIL_PASSWORD(String) - Method in class mali.table.impl.EMPImpl
set email server 驗證密碼
setEMP_FAX_1(String) - Method in interface mali.table.EMP
set 傳真(一)
setEMP_FAX_1(String) - Method in class mali.table.impl.EMPImpl
set 傳真(一)
setEMP_FAX_2(String) - Method in interface mali.table.EMP
set 傳真(二)
setEMP_FAX_2(String) - Method in class mali.table.impl.EMPImpl
set 傳真(二)
setEMP_ICNO(String) - Method in interface mali.table.EMP
set EMP_ICNO
setEMP_ICNO(String) - Method in class mali.table.impl.EMPImpl
set EMP_ICNO
setEMP_ID(String) - Method in interface mali.table.EMP
set 員工唯一序號
setEMP_ID(String) - Method in class mali.table.impl.EMPImpl
set 員工唯一序號
setEMP_IDNUMBER(String) - Method in interface mali.table.EMP
set 員工身份證號
setEMP_IDNUMBER(String) - Method in class mali.table.impl.EMPImpl
set 員工身份證號
setEMP_LEADER_ID(String) - Method in interface mali.table.EMP
set 直屬主管
setEMP_LEADER_ID(String) - Method in class mali.table.impl.EMPImpl
set 直屬主管
setEMP_LEAVE_DATE(String) - Method in interface mali.table.EMP
set 離職日期
setEMP_LEAVE_DATE(String) - Method in class mali.table.impl.EMPImpl
set 離職日期
setEMP_LEAVE_MARK(String) - Method in interface mali.table.EMP
set 離職註記
setEMP_LEAVE_MARK(String) - Method in class mali.table.impl.EMPImpl
set 離職註記
setEMP_LEVEL(String) - Method in interface mali.table.EMP
set 職等
setEMP_LEVEL(String) - Method in class mali.table.impl.EMPImpl
set 職等
setEMP_MOBILE(String) - Method in interface mali.table.EMP
set 行動電話
setEMP_MOBILE(String) - Method in class mali.table.impl.EMPImpl
set 行動電話
setEMP_NAME(String) - Method in interface mali.table.EMP
set 姓名
setEMP_NAME(String) - Method in class mali.table.impl.EMPImpl
set 姓名
setEMP_NICKNAME(String) - Method in interface mali.table.EMP
set 暱稱
setEMP_NICKNAME(String) - Method in class mali.table.impl.EMPImpl
set 暱稱
setEMP_ORGID(String) - Method in interface mali.table.EMP
set 所屬組織代號
setEMP_ORGID(String) - Method in class mali.table.impl.EMPImpl
set 所屬組織代號
setEMP_ORGSUBID(String) - Method in interface mali.table.EMP
set 所屬次組織代號
setEMP_ORGSUBID(String) - Method in class mali.table.impl.EMPImpl
set 所屬次組織代號
setEMP_OVERTIME_COST(String) - Method in interface mali.table.EMP
set 加班費用單價
setEMP_OVERTIME_COST(String) - Method in class mali.table.impl.EMPImpl
set 加班費用單價
setEMP_PIC_FILE(String) - Method in interface mali.table.EMP
set 圖片名稱
setEMP_PIC_FILE(String) - Method in class mali.table.impl.EMPImpl
set 圖片名稱
setEMP_PIC_PATH(String) - Method in interface mali.table.EMP
set 圖片路徑
setEMP_PIC_PATH(String) - Method in class mali.table.impl.EMPImpl
set 圖片路徑
setEMP_PIC_YN(String) - Method in interface mali.table.EMP
set 是否有圖片
setEMP_PIC_YN(String) - Method in class mali.table.impl.EMPImpl
set 是否有圖片
setEMP_POINT(String) - Method in interface mali.table.EMP
set EMP_POINT
setEMP_POINT(String) - Method in class mali.table.impl.EMPImpl
set EMP_POINT
setEMP_POST(String) - Method in interface mali.table.EMP
set 職稱
setEMP_POST(String) - Method in class mali.table.impl.EMPImpl
set 職稱
setEMP_PREMONTH(String) - Method in interface mali.table.EMP
set 銜接年資(月數)
setEMP_PREMONTH(String) - Method in class mali.table.impl.EMPImpl
set 銜接年資(月數)
setEMP_PREYAER(String) - Method in interface mali.table.EMP
set 銜接年資(年數)
setEMP_PREYAER(String) - Method in class mali.table.impl.EMPImpl
set 銜接年資(年數)
setEMP_SALARY_GOK(String) - Method in interface mali.table.EMP
set EMP_SALARY_GOK
setEMP_SALARY_GOK(String) - Method in class mali.table.impl.EMPImpl
set EMP_SALARY_GOK
setEMP_SALARY_GOM(String) - Method in interface mali.table.EMP
set EMP_SALARY_GOM
setEMP_SALARY_GOM(String) - Method in class mali.table.impl.EMPImpl
set EMP_SALARY_GOM
setEMP_SALARY_GOP(String) - Method in interface mali.table.EMP
set EMP_SALARY_GOP
setEMP_SALARY_GOP(String) - Method in class mali.table.impl.EMPImpl
set EMP_SALARY_GOP
setEMP_SEX(String) - Method in interface mali.table.EMP
set 性別
setEMP_SEX(String) - Method in class mali.table.impl.EMPImpl
set 性別
setEMP_SIGN_YN(String) - Method in interface mali.table.EMP
set EMP_SIGN_YN
setEMP_SIGN_YN(String) - Method in class mali.table.impl.EMPImpl
set EMP_SIGN_YN
setEMP_TEL_COM_1(String) - Method in interface mali.table.EMP
set 電話(公一)
setEMP_TEL_COM_1(String) - Method in class mali.table.impl.EMPImpl
set 電話(公一)
setEMP_TEL_COM_2(String) - Method in interface mali.table.EMP
set 電話(公二)
setEMP_TEL_COM_2(String) - Method in class mali.table.impl.EMPImpl
set 電話(公二)
setEMP_TEL_HOME_1(String) - Method in interface mali.table.EMP
set 電話(家一)
setEMP_TEL_HOME_1(String) - Method in class mali.table.impl.EMPImpl
set 電話(家一)
setEMP_TEL_HOME_2(String) - Method in interface mali.table.EMP
set 電話(家二)
setEMP_TEL_HOME_2(String) - Method in class mali.table.impl.EMPImpl
set 電話(家二)
setEMP_WEB(String) - Method in interface mali.table.EMP
set 個人網址
setEMP_WEB(String) - Method in class mali.table.impl.EMPImpl
set 個人網址
setEMSG_CASEID(String) - Method in interface mali.table.EMSG
set 發送案件識別號
setEMSG_CASEID(String) - Method in class mali.table.impl.EMSGImpl
set 發送案件識別號
setEMSG_CLASS(String) - Method in interface mali.table.EMSG
set 類別
setEMSG_CLASS(String) - Method in class mali.table.impl.EMSGImpl
set 類別
setEMSG_CONTENT(String) - Method in interface mali.table.EMSG
set 發送內容
setEMSG_CONTENT(String) - Method in class mali.table.impl.EMSGImpl
set 發送內容
setEMSG_CREDATETIME(String) - Method in interface mali.table.EMSG
set 建檔時間
setEMSG_CREDATETIME(String) - Method in class mali.table.impl.EMSGImpl
set 建檔時間
setEMSG_CREUSERID(String) - Method in interface mali.table.EMSG
set 建檔人
setEMSG_CREUSERID(String) - Method in class mali.table.impl.EMSGImpl
set 建檔人
setEMSG_EADDR(String) - Method in interface mali.table.EMSG
set 發送位址
setEMSG_EADDR(String) - Method in class mali.table.impl.EMSGImpl
set 發送位址
setEMSG_EMSG_SUBJECT(String) - Method in interface mali.table.EMSG
set 主旨
setEMSG_EMSG_SUBJECT(String) - Method in class mali.table.impl.EMSGImpl
 
setEMSG_MSGTPLNO(String) - Method in interface mali.table.EMSG
set 發送訊息樣板編號
setEMSG_MSGTPLNO(String) - Method in class mali.table.impl.EMSGImpl
set 發送訊息樣板編號
setEMSG_MTNDATETIME(String) - Method in interface mali.table.EMSG
set 異動時間
setEMSG_MTNDATETIME(String) - Method in class mali.table.impl.EMSGImpl
set 異動時間
setEMSG_MTNUSERID(String) - Method in interface mali.table.EMSG
set 異動人
setEMSG_MTNUSERID(String) - Method in class mali.table.impl.EMSGImpl
set 異動人
setEMSG_NUMBER(String) - Method in interface mali.table.EMSG
set 發送次數
setEMSG_NUMBER(String) - Method in class mali.table.impl.EMSGImpl
set 發送次數
setEMSG_RESULT(String) - Method in interface mali.table.EMSG
set 發送結果
setEMSG_RESULT(String) - Method in class mali.table.impl.EMSGImpl
set 發送結果
setEMSG_SANDWAY(String) - Method in interface mali.table.EMSG
set 發送方式
setEMSG_SANDWAY(String) - Method in class mali.table.impl.EMSGImpl
set 發送方式
setEMSG_SENDERRMSG(String) - Method in interface mali.table.EMSG
set 發送失敗內容
setEMSG_SENDERRMSG(String) - Method in class mali.table.impl.EMSGImpl
set 發送失敗內容
setEMSG_SENDTIME(String) - Method in interface mali.table.EMSG
set 發送時間
setEMSG_SENDTIME(String) - Method in class mali.table.impl.EMSGImpl
set 發送時間
setEMSG_SEQNO(String) - Method in interface mali.table.EMSG
set 唯一序號
setEMSG_SEQNO(String) - Method in class mali.table.impl.EMSGImpl
set 唯一序號
setEMSG_SETSENDATE(String) - Method in interface mali.table.EMSG
set 排定發送日期
setEMSG_SETSENDATE(String) - Method in class mali.table.impl.EMSGImpl
set 排定發送日期
setEMSG_SETSENDTIME(String) - Method in interface mali.table.EMSG
set 排定發送時間
setEMSG_SETSENDTIME(String) - Method in class mali.table.impl.EMSGImpl
set 排定發送時間
setencoding(String) - Method in class mali.common.MaliCommonHttpServlet
 
setencoding(String) - Method in class mali.object.AJAXMESGObject
set 產生成 xml String encoding 放的格式 utf-8 ms950
setEncoding(String) - Method in class mali.servlet.SetCharacterEncodingFilter
 
setenCodingType(String) - Static method in class mali.util.BaseTableConvertXMLUtility
設定 XML encodeingtype
setenCodingType(String) - Static method in class mali.util.xml.BaseTableconvertXmlutil
設定 XML encodeingtype
setEndTime(Date) - Method in class org.quartz.CronTrigger
 
setEndTime(Date) - Method in class org.quartz.NthIncludedDayTrigger
Sets the date/time on which the trigger must stop firing.
setEndTime(Date) - Method in class org.quartz.SimpleTrigger
Set the time at which the SimpleTrigger should quit repeating (and be automatically deleted).
setEndTime(Date) - Method in class org.quartz.Trigger
 
setErrMesg(String) - Method in class mali.db.BaseTableimpl
 
setErrMesg(String) - Method in interface mali.type.BaseTable
set 處理錯誤訊息
setErrorCode(int) - Method in exception org.quartz.SchedulerException
Get the error code associated with this exception.
setErrorMesg(String) - Method in class mali.db.BaseTableimpl
set 錯誤訊息
setErrorMessage(String) - Method in class mali.type.ProcessObject
 
setErrorMessage(String) - Method in class mali.type.ProcessRequest
 
setEventListener(EventListener) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Set the event listener for transfer event notification
setEventListener(EventListener) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Set the event listener for transfer event notification
setExecSQL_Rowcount(int) - Method in class mali.util.ConnDbCom
 
setexecuteToDelete() - Method in class mali.db.BaseQueryImpl
 
setexecuteToDelete() - Method in interface mali.type.BaseQuery
設定 execute 為 delete 主要是提供多筆delete
setexecuteToQuery() - Method in class mali.db.BaseQueryImpl
 
setexecuteToQuery() - Method in interface mali.type.BaseQuery
設定 execute 為Query
setexecuteToUpdate() - Method in class mali.db.BaseQueryImpl
 
setexecuteToUpdate() - Method in interface mali.type.BaseQuery
設定 execute 為 update 主要是提供多筆 update
setexecuteType(String) - Method in class mali.db.BaseQueryImpl
 
setexecuteType(String) - Method in interface mali.type.BaseQuery
default 是 select , 若是要做update 或是 delete 需set
setFailOnFileNotFound(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found.
setFetchDirection(int) - Method in class mali.util.PageableResultSet
 
setFetchSize(int) - Method in class mali.util.PageableResultSet
 
setFieldbyBaseTable(boolean) - Method in class mali.db.BaseCommonBoImpl
設定與資料庫進行異動時,處理方式 true 表示以 JAVA 所 SET 的 ROWDATA 為主,預設為true false 表示以資料庫中的table 欄位為主,若資料庫的table沒有那欄位,在做異動處理時,也不會主動把非資料庫的欄位塞入資料庫中
setFieldContentFormat(String) - Method in class mali.type.ImportdataField
欄位格式內容 取資料來源的內容採 %1 %2 %3 依順序設定 ,其中可設定其他Format 格式,例如 YY-MM-DD => %1-%2-%3 欄位型態若為 SYSTEM, 則 此欄位內容請依 DBara 內的SYSTEM_ 的參數做設定
setFielddata(String, Object) - Method in class mali.db.BaseTableimpl
 
setFielddata(String, Object, String) - Method in class mali.db.BaseTableimpl
 
setFielddata(String, Object) - Method in class mali.object.AJAXMESGObject
set 各類變數值
setFielddata(String, Object) - Method in interface mali.type.BaseTable
set 欄位名稱, 資料值
setFielddata(String, Object, String) - Method in interface mali.type.BaseTable
配合DataLoader 暫存 Loader 每個欄位的錯誤訊息
setFieldDefaultValue(String[]) - Method in class mali.type.ImportdataField
欄位空白時Default值,配合參數筆數, 若沒有資料則給空白
setFielderrorMesg(String) - Method in class mali.type.ImportdataField
 
setFieldName(String) - Method in class mali.html.HtmlObject
 
setFieldName(String) - Method in class mali.type.clsSqlData
 
setFieldObject(int, Object) - Method in class mali.html.HtmlColumnObject
 
setFieldSource(String[]) - Method in class mali.type.ImportdataField
欄位資料來源設定, 設定 位置起迄,用逗號區隔,有多個資料來源時用String[] 方式設定
setFieldSource(String) - Method in class mali.type.ImportdataField
欄位資料來源設定
setFieldSource(int[]) - Method in class mali.type.ImportdataField
欄位資料來源設定,若採用字元切割法.則給第幾個欄位是欄位序號由 0 開始 0, 1, 2, .....
setFieldType(String) - Method in class mali.type.ImportdataField
欄位型態
setFieldValue(Object) - Method in class mali.type.clsSqlData
set 資料庫欄位名稱
setFieldValue(String) - Method in class mali.type.clsSqlData
 
setfilebytes(byte[]) - Method in class mali.type.FileObject
set file bytes
setFileName(String) - Method in class mali.type.FileObject
 
setFileName(String) - Static method in class mali.util.DataLoader
Import Loader data 的檔案名稱
setFileName(String) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Deprecated.
Use fileNames with just one file.
setFileNames(String) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
The file name (and path) to the XML file that should be read.
setFileNotFoundMessages(FileNotFoundStrings) - Method in class com.enterprisedt.net.ftp.FTPClient
Set a new instance of the strings class
setFilePath(String) - Method in class mali.type.FileObject
 
setFileSize(long) - Method in class mali.type.FileObject
 
setFileType(String) - Method in class mali.type.FileObject
 
setFileType(String) - Static method in class mali.util.DataLoader
設定檔案類型.
setFireAtTime(String) - Method in class org.quartz.NthIncludedDayTrigger
Sets the fire time for the NthIncludedDayTrigger, which should be represented as a string with the format "HH:MM[:SS]", with HH representing the 24-hour clock hour of the fire time.
setFireInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setFireInstanceId(String) - Method in class org.quartz.Trigger
This method should not be used by the Quartz client.
setFireInstanceState(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setFireTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setFirst(Object) - Method in class org.quartz.utils.Pair
Set the value of the first object in the pair.
setFontPath(String) - Method in class mali.util.pdf.HtmlWritePdfUtility
設定字體的位置
setFootContent(Vector<clsSqlData>) - Method in class mali.util.excel.SheetReport
set 表尾foot
setForceUniqueNames(boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Set to true if the STOU command is always to be used when uploading files, even if a filename is supplied.
setFormEnctype(String) - Method in class mali.html.MutiRowListForm
 
setFormErrMesg(String[]) - Method in class mali.html.MutiRowListForm
 
setFormId(String) - Method in class mali.html.MutiRowListForm
 
setFormId(String) - Method in class mali.type.QueryParambean
 
setFormSetup(Vector, Vector, Vector, Vector, Vector, Integer) - Method in class mali.html.MaliFormSetup
一行資料進來做設定
setformTableId(String) - Method in class mali.html.MutiRowListForm
若要自定 mutirowlistform 的 tableid 可由 setformtableid 進行設定
setFORWARDPATH(String) - Method in class mali.object.AJAXMESGObject
 
setFROM_SYS_EMAIL(String) - Method in class mali.type.MaliConfig
 
setFromDateTime(Calendar) - Method in class mali.object.MailMessageObject
 
setFromEmail(String) - Method in class mali.util.mailbox
 
setFromMail(String) - Method in class mali.object.MailMessageObject
 
setFTP_PASSWORD(String) - Method in class mali.type.MaliConfig
 
setFTP_SERVERIP(String) - Method in class mali.type.MaliConfig
 
setFTP_USERID(String) - Method in class mali.type.MaliConfig
 
setFTPDefaultDIR(String) - Method in class mali.util.FtpUtility
設定 ftp default 目錄
setFTPFileFactory(FTPFileFactory) - Method in class com.enterprisedt.net.ftp.FTPClient
Override the chosen file factory with a user created one - meaning that a specific parser has been selected
setFTPIP(String) - Method in class mali.util.FtpUtility
 
setFTPPASSWORD(String) - Method in class mali.util.FtpUtility
 
setFTPUSERID(String) - Method in class mali.util.FtpUtility
 
setFuncionScript(String) - Method in class mali.html.HtmlObject
 
setgotoOtherPageTabIdx(int) - Method in class mali.html.PageTab
換大頁時需設定要goto哪一頁
setGroup(String) - Method in class com.enterprisedt.net.ftp.FTPFile
 
setGroup(String) - Method in class org.quartz.JobDetail
Set the group of this Job.
setGroup(String) - Method in class org.quartz.Trigger
Set the name of this Trigger.
setGroupField(String[]) - Method in class mali.db.BaseQueryImpl
 
setGroupField(String[]) - Method in interface mali.type.BaseQuery
set group by field
setHeadContent(Vector<clsSqlData>) - Method in class mali.util.excel.SheetReport
set 表頭head
setHiddenVector(HtmlObject) - Method in class mali.html.HtmlFieldVector
set Hidden field 固定放在 0
setHtmlDocument(String) - Method in class mali.util.pdf.HtmlWritePdfUtility
送入 HtmlObject
setHtmlField(Object) - Method in class mali.html.MutiRowListForm
設定各欄位型態
setHtmlField(Vector) - Method in class mali.html.MutiRowListForm
 
setHtmlField(Object) - Method in class mali.type.QueryParam
 
setHtmlFieldKeyType(Vector, int) - Method in class mali.html.MutiRowListForm
 
setHtmlObjects(HtmlObject[]) - Method in class mali.html.HtmlColumnObject
 
setHtmlTempeletPath(String) - Method in class mali.platform.email.regUsermailBo
 
setHtmlVector(int, HtmlColumnObject) - Method in class mali.html.HtmlFieldVector
inrownum 需由 1 開始,依序set
setHtmlVector(int, HtmlObject) - Method in class mali.html.HtmlFieldVector
inrownum 需由1開始,依序 set
setICONImageURL(String) - Method in class mali.html.Button
 
setId(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the identifying string for this instance
setId(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set the identifying string for this instance
setID(String) - Method in class mali.html.HtmlObject
SET ID PKEY
setId(String) - Method in class mali.object.OUser
set 使用者帳號
setIfNullValue(Object) - Method in class mali.type.clsSqlData
set 若是null時要帶入的值
setIgnoreDateParseErrors(boolean) - Method in class com.enterprisedt.net.ftp.FTPFileParser
Ignore date parse errors
setImageContent(String) - Method in class mali.util.BarCode39Image
 
setImagefilePathName(String) - Method in class mali.util.BarCode39Image
 
setImagefilePathName(String) - Method in class mali.util.QRCodeImage
 
setImageHight(int) - Method in class mali.util.BarCode39Image
設定圖示高度
setImageQrConection(String) - Method in class mali.util.QRCodeImage
設定 QRCODE 內容
setImageSize(int, int) - Method in class mali.util.QRCodeImage
設定圖示大小
setImportdataField(Vector) - Static method in class mali.util.DataLoader
設定要做 ImportdataField 的資料欄位及對應
setImportPackage(String) - Method in class mali.html.MutiRowListForm
儲存方式若採用介面方式處理則必須設定ImportPackage
setImportPackageImpl(String) - Method in class mali.html.DeleteButton
 
setInputDisplayName(String) - Method in class mali.html.InputText
 
setInputMaxLength(String) - Method in class mali.html.HtmlObject
set input max length
setInputMaxLength(String) - Method in class mali.html.InputText
set input max length
setInputMaxLength(String) - Method in class mali.html.InputTextArea
set input max length
setInputSizeLength(String) - Method in class mali.html.HtmlObject
設定 input size length
setInputSizeLength(String) - Method in class mali.html.InputText
設定 input size length
setInputTextFieldName(String) - Method in class mali.html.InputText
 
setInputTextValue(String) - Method in class mali.html.InputText
 
setInsertDefaultValue() - Method in class mali.db.BaseTableimpl
 
setInsertDefaultValue() - Method in interface mali.type.BaseTable
set insert時預設defaultValue
setInsertDefaultValue() - Method in class tw.mali.prj.table.impl.PRJBaseTableImpl
 
setInsertMode() - Method in class mali.db.BaseTableimpl
set 新增mode
setInsertMode() - Method in interface mali.type.BaseTable
set 為新增mode A
setInsertOKMesg(String) - Method in class mali.html.MutiRowListForm
新增儲存回應訊息
setInsertOkMesg(String) - Method in class mali.type.ProcessRequest
 
setInsertTableName(String) - Static method in class mali.util.DataLoader
設定要Insert 的Table
setInsertTrigger() - Method in class mali.db.BaseTableimpl
可執行 insertTrigger ,在insert會先執行
setInsertTrigger() - Method in class mali.table.impl.EMSGImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSAUTONOImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSLOCKImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSMEMBERImpl
 
setInsertTrigger() - Method in class mali.table.impl.SYSMEMCGLOGImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSMYCERTImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSORGImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSROLEAUTHImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSSERIALNOImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSSIGNONImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in class mali.table.impl.SYSUSRImpl
using insert executed before setInsertTrigger
setInsertTrigger() - Method in interface mali.type.BaseTable
若有與 insert 相關要準備 set pre exeucte 或是 postexecute 的 basetable 均在insertTrigger或是updatetrigger 或是deletetrigger撰寫, 利用batch處理時 會執行相關Trigger 讓該做的事set 到 正確的method
setInsertTrigger() - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
using insert executed before setInsertTrigger
setInstanceId(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzScheduler.
setInstanceId(String) - Method in class org.quartz.core.SchedulingContext
Set the instanceId.
setInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the instance Id of the Scheduler (must be unique within a cluster).
setInstanceName(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the instance name of the Scheduler (must be unique within this server instance).
setIntervalType(int) - Method in class org.quartz.NthIncludedDayTrigger
Sets the interval type for the NthIncludedDayTrigger.
setInvertTimeRange(boolean) - Method in class org.quartz.impl.calendar.DailyCalendar
Indicates whether the time range represents an inverted time range (see class description).
setIREPORT_TEMPLATE_PATH(String) - Method in class mali.type.MaliConfig
set ireport templete path
setis_APP_SERVER(String) - Method in class mali.type.MaliConfig
 
setis_WEB_SERVER(String) - Method in class mali.type.MaliConfig
 
setISALERT(Boolean) - Method in class mali.object.AJAXMESGObject
下載至前端時是否要做alert, 預設為false
setISApServer(Boolean) - Static method in class mali.Context.SystemContext
 
setIsClustered(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether this instance is part of a cluster.
setIsDbField(boolean) - Method in class mali.html.HtmlObject
set 是否為db field
setIsdrawLine(boolean) - Method in class mali.util.JxlUtility
設定是否畫線 true , false
setIsdrawLine(boolean) - Method in class mali.util.outputxls
設定是否畫線 true , false
setisEnable(boolean) - Method in class mali.html.PageTab
 
setIsencoding(boolean) - Method in class mali.servlet.SetCharacterEncodingFilter
set 是否 incodeing
setIsencrypt(boolean) - Method in class mali.util.pdf.HtmlWritePdfUtility
是否加密
setISFORWARD(Boolean) - Method in class mali.object.AJAXMESGObject
是否要做 forward
setIsgetValue(boolean) - Method in class mali.html.HtmlObject
設定是否抓取sql row data 資料,若set false ,則只取default value 值, 預設為 true
setIsHiddenField(boolean) - Method in class mali.html.HtmlObject
 
setIsMutiRows(boolean) - Method in class mali.html.HtmlObject
set 是否 多筆維護
setISOK(Boolean) - Method in class mali.object.AJAXMESGObject
 
setIsReplaceSepcialWord(boolean) - Method in class mali.html.HtmlObject
set 是否置換特殊字碼為html編碼
setIsReplacespecialWord(boolean) - Method in class mali.servlet.SetCharacterEncodingFilter
set 設定特殊字是否要做置換, 不做置換.則強迫一定要做檢查
setIsSort(boolean, String, boolean, Class[]) - Method in class mali.html.MutiRowListForm
 
setisSystemError(boolean) - Method in class mali.type.ProcessRequest
 
setIsUseAjax(boolean) - Method in class mali.type.QueryParambean
 
setisuseForm(boolean) - Method in class mali.html.MutiRowListForm
是否使用 HTML form, 若有單一.多筆共同時.此部份可不加上去由自行控制
setisVericalTabPage(boolean) - Method in class mali.html.PageTabgroup
set使用直頁簽
setISWebServer(Boolean) - Static method in class mali.Context.SystemContext
 
setis憑證登入(Boolean) - Method in class mali.object.OUser
 
setis是否與欄位共用TD(boolean) - Method in class mali.html.DisplayNameHtmlPara
 
setis橫式排列(boolean) - Method in class mali.type.QueryParambean
畫面是否為橫式排列, 預設為 false 即為直式排列
setis顯示查詢台(boolean) - Method in class mali.type.QueryParambean
set 是否顯示查詢台說明,預設 為 true
setJasperReportRealPath(String) - Method in class tw.com.mali.IReport.IReportObject
設定實際目錄
setJBOSS_HOME(String) - Method in class mali.type.MaliConfig
 
setJMXExport(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
Set whether the QuartzScheduler should be registered with the local MBeanServer.
setJMXObjectName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name under which the QuartzScheduler should be registered with the local MBeanServer.
setJOB_CLASS(String) - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
set 工作CLASS
setJOB_CLASS(String) - Method in interface mali.table.SYSJOBSCHEDULELOG
set 工作CLASS
setJOB_ENDDATETIME(String) - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
set 結束時間
setJOB_ENDDATETIME(String) - Method in interface mali.table.SYSJOBSCHEDULELOG
set 結束時間
setJOB_MESSAGE(Object) - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
set 異常訊息
setJOB_MESSAGE(Object) - Method in interface mali.table.SYSJOBSCHEDULELOG
set 異常訊息
setJOB_SEQNO(String) - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
set 唯一序號
setJOB_SEQNO(String) - Method in interface mali.table.SYSJOBSCHEDULELOG
set 唯一序號
setJOB_STARTDATETIME(String) - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
set 啟動時間
setJOB_STARTDATETIME(String) - Method in interface mali.table.SYSJOBSCHEDULELOG
set 啟動時間
setJOB_STATUS(String) - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
set 執行結果
setJOB_STATUS(String) - Method in interface mali.table.SYSJOBSCHEDULELOG
set 執行結果
setJobClass(Class) - Method in class org.quartz.JobDetail
Set the instance of Job that will be executed.
setJobDataMap(JobDataMap) - Method in class org.quartz.JobDetail
Set the JobDataMap to be associated with the Job.
setJobDataMap(JobDataMap) - Method in class org.quartz.Trigger
Set the JobDataMap to be associated with the Trigger.
setJobDetail(JobDetail) - Method in class org.quartz.xml.JobSchedulingBundle
 
setJobFactory(JobFactory) - Method in class org.quartz.core.QuartzScheduler
 
setJobFactory(JobFactory) - Method in class org.quartz.impl.RemoteMBeanScheduler
 
setJobFactory(JobFactory) - Method in class org.quartz.impl.RemoteScheduler
 
setJobFactory(JobFactory) - Method in class org.quartz.impl.StdScheduler
 
setJobFactory(JobFactory) - Method in interface org.quartz.Scheduler
Set the JobFactory that will be responsible for producing instances of Job classes.
setJobFailedMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job fails its execution.
setJobGroup(String) - Method in class org.quartz.Trigger
Set the name of the associated JobDetail's group.
setJobIsStateful(boolean) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setJobKey(Key) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setJobKey(Key) - Method in class org.quartz.utils.TriggerStatus
 
setJobName(String) - Method in class org.quartz.Trigger
Set the name of the associated JobDetail.
setJobRequestsRecovery(boolean) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setJobRunShellFactory(JobRunShellFactory) - Method in class org.quartz.core.QuartzSchedulerResources
Set the JobRunShellFactory for the QuartzScheduler to use.
setJobRunTime(long) - Method in class org.quartz.JobExecutionContext
 
setJobStore(JobStore) - Method in class org.quartz.core.QuartzSchedulerResources
Set the JobStore for the QuartzScheduler to use.
setJobSuccessMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job successfully completes its execution.
setJobToBeFiredMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job is about to execute.
setJobWasVetoedMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job execution is vetoed by a trigger listener.
setJoinKeyCondition(String) - Method in class mali.db.BaseQueryImpl
 
setJoinKeyCondition(String) - Method in interface mali.type.BaseQuery
 
setJoinKeyConditoin(String, Vector) - Method in class mali.db.BaseQueryImpl
 
setJoinKeyConditoin(String, Vector) - Method in interface mali.type.BaseQuery
 
setJoinTableName(String[], String) - Method in class mali.db.BaseQueryImpl
 
setJoinTableName(String[], String) - Method in interface mali.type.BaseQuery
set join table(應只有兩個)
setJQueryDate(String) - Method in class mali.type.MaliConfig
設定是否使用jquery date html
setJspPath(String) - Method in class mali.html.PageTab
 
setJunzip_PrimaryID(String) - Method in class mali.util.commonbean
 
setKey(Key) - Method in class org.quartz.utils.TriggerStatus
 
setKeyContent(String, Object) - Method in class mali.html.DisplayNameHtmlPara
 
setKeyContent(String, Object) - Method in class mali.html.MutiRowListForm
多筆RowListForm KEY 參數設定
setKeyContents(Hashtable) - Method in class mali.html.MutiRowListForm
為在servlet 上使用將相關資訊帶入.但不需要帶資料
setKind(String) - Method in class mali.html.HtmlColumnObject
 
setKind(String) - Method in class mali.html.HtmlObject
顯示類別 DEFAULT , DISPLAY
setKind(String) - Method in class mali.html.PopText
 
setLastModified(Date) - Method in class com.enterprisedt.net.ftp.FTPFile
Set the last modified date
setLevel(Level) - Static method in class com.enterprisedt.util.debug.Logger
Set all loggers to this level
setLink(boolean) - Method in class com.enterprisedt.net.ftp.FTPFile
 
setLinkCount(int) - Method in class com.enterprisedt.net.ftp.FTPFile
 
setLinkedName(String) - Method in class com.enterprisedt.net.ftp.FTPFile
 
setList_Row_All(ArrayList, String, String) - Method in class mali.util.htmElement
Deprecated.
依 html 做分頁方式的 分頁設定, 一個 Row (TR) SET 一次 (舊FUNCTION, 不再使用)
setList_Row_All(ArrayList) - Method in class mali.util.htmElement
提供要做分頁的所有的Row Data
setList_Row_All(BaseTable[]) - Method in class mali.util.htmElement
 
setListenOnAllInterfaces(boolean) - Method in class com.enterprisedt.net.ftp.AdvancedGeneralSettings
Listen on all interfaces for active mode transfers (the default).
setListenOnAllInterfaces(boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Listen on all interfaces for active mode transfers (the default).
setListenOnAllInterfaces(boolean) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Listen on all interfaces for active mode transfers (the default).
setLoaderKind(String) - Static method in class mali.util.DataLoader
 
setLocalDefaultDIR(String) - Method in class mali.util.FtpUtility
設定 local default 目錄(ftp 的 client 端)
setLocale(Locale) - Method in class com.enterprisedt.net.ftp.FTPFileFactory
Set the locale for date parsing of listings
setLocale(Locale) - Method in class com.enterprisedt.net.ftp.FTPFileParser
Set the locale for date parsing of listings
setLocale(Locale) - Method in class com.enterprisedt.net.ftp.MLSXEntryParser
Set the locale for date parsing of listings.
setLocale(Locale) - Method in class com.enterprisedt.net.ftp.UnixFileParser
Set the locale for date parsing of listings
setLocale(Locale) - Method in class com.enterprisedt.net.ftp.VMSFileParser
 
setLocale(Locale) - Method in class com.enterprisedt.net.ftp.WindowsFileParser
Set the locale for date parsing of listings
setLocales(Locale[]) - Method in class com.enterprisedt.net.ftp.FTPFileFactory
Set the locales to try for date parsing of listings
setLOCK_DATETIME(String) - Method in class mali.table.impl.SYSLOCKImpl
set 使用者LOCK時間
setLOCK_DATETIME(String) - Method in interface mali.table.SYSLOCK
set 使用者LOCK時間
setLOCK_IP(String) - Method in class mali.table.impl.SYSLOCKImpl
set 使用者連線IP位置
setLOCK_IP(String) - Method in interface mali.table.SYSLOCK
set 使用者連線IP位置
setLOCK_MEMBERSEQNO(String) - Method in class mali.table.impl.SYSLOCKImpl
 
setLOCK_MEMBERSEQNO(String) - Method in interface mali.table.SYSLOCK
set 使用者帳號之唯一序號
setLOCK_SEQNO(String) - Method in class mali.table.impl.SYSLOCKImpl
set 唯一序號
setLOCK_SEQNO(String) - Method in interface mali.table.SYSLOCK
set 唯一序號
setLOCK_USERID(String) - Method in class mali.table.impl.SYSLOCKImpl
set 使用者帳號
setLOCK_USERID(String) - Method in interface mali.table.SYSLOCK
set 使用者帳號
setLockHandler(Semaphore) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
setLockOnInsert(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Whether or not to obtain locks when inserting new jobs/triggers.
setLOG_EXCEPTION(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set 登入異常說明
setLOG_EXCEPTION(String) - Method in interface mali.table.SYSLOGINLOG
set 登入異常說明
setLOG_LOGIN_ORGNODE(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set 登入orgnode
setLOG_LOGIN_ORGNODE(String) - Method in interface mali.table.SYSLOGINLOG
set 登入orgnode
setLOG_LOGINID(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set 登入帳號
setLOG_LOGINID(String) - Method in interface mali.table.SYSLOGINLOG
set 登入帳號
setLOG_LOGINIP(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set 登入IP
setLOG_LOGINIP(String) - Method in interface mali.table.SYSLOGINLOG
set 登入IP
setLOG_LOGINISOK(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set 登入是否正常(Y/N)
setLOG_LOGINISOK(String) - Method in interface mali.table.SYSLOGINLOG
set 登入是否正常(Y/N)
setLOG_LOGINTIME(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set 登入時間
setLOG_LOGINTIME(String) - Method in interface mali.table.SYSLOGINLOG
set 登入時間
setLOG_LOGINTYPE(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set 登入方式
setLOG_LOGINTYPE(String) - Method in interface mali.table.SYSLOGINLOG
set 登入方式
setLOG_LOGOUTTIME(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set 登出時間
setLOG_LOGOUTTIME(String) - Method in interface mali.table.SYSLOGINLOG
set 登出時間
setLOG_PASSWORD(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set 登入密碼
setLOG_PASSWORD(String) - Method in interface mali.table.SYSLOGINLOG
set 登入密碼
setLOG_SESSIONID(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
set Session id
setLOG_SESSIONID(String) - Method in interface mali.table.SYSLOGINLOG
set Session id
setLOGIN_AUTHTYPE(String) - Method in class mali.type.MaliConfig
login 所使用的登入方式 AD 則是用AD驗證,則會跳至 ADLOGIN 畫面,未設定預設為NORMAL 即為正常
setLoginEmail(String) - Method in class mali.type.MaliContext
取登入使用者Email
setLoginempid(String) - Method in class mali.type.MaliContext
 
setLoginIp(String) - Method in class mali.object.OUser
get 登入ip
setLoginIP(String) - Method in class mali.type.MaliContext
 
setLoginName(String) - Method in class mali.type.MaliContext
 
setLoginOrgNode(String) - Method in class mali.type.MaliContext
取登入使用者所屬登入機關NODE
setLoginUrl(String) - Method in class mali.type.MaliContext
set 登入首頁
setLoginUserClass(String) - Method in class mali.type.MaliContext
 
setLoginUserID(String) - Method in class mali.type.MaliContext
取登入使用者帳號
setLoginUserKind(String) - Method in class mali.type.MaliContext
 
setM_sortAsc(boolean) - Method in class mali.type.util.VectorComparator
設定比較結果的遞增或遞減排列方式
setMailhost(String) - Method in class mali.util.mailbox
 
setMakeSchedulerThreadDaemon(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
Set whether to mark the Quartz scheduling thread as daemon.
setMakeThreadsDaemons(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether the threads spawned by this JobStore should be marked as daemon.
setMakeThreadsDaemons(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
 
setMaliContext(MaliContext) - Method in class mali.common.action.BaseExcelRptAction
 
setMaliContext(MaliContext) - Method in class mali.common.action.MaliActionParameter
 
setMaliContext(MaliContext) - Method in class mali.db.BaseQueryImpl
 
setMaliContext(MaliContext) - Method in class mali.db.BaseTableimpl
 
setMaliContext(MaliContext) - Method in class mali.html.HtmlObject
 
setMaliContext(MaliContext) - Method in class mali.html.MutiRowListForm
 
setMaliContext(MaliContext) - Method in class mali.object.OUser
 
setMaliContext(MaliContext) - Method in class mali.platform.action.sysmemberplatformAction
 
setMaliContext(MaliContext) - Method in class mali.servlet.maliServlet.LoginChecknewAction
 
setMaliContext(MaliContext) - Method in class mali.table.impl.BULLETINImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.EMPImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.EMSGImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.ORGImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSAUTONOImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSCODEImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSLOCKImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSLOGINLOGImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSMEMBERImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSMEMCGLOGImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSMENUImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSMYCERTImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSORGImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSPROGRAMImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSROAUCODEImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSROLEAUTHImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSSERIALNOImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSSIGNONImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSUNIQSEQNOImpl
 
setMaliContext(MaliContext) - Method in class mali.table.impl.SYSUSRImpl
 
setMaliContext(MaliContext) - Method in interface mali.type.BaseQuery
 
setMaliContext(MaliContext) - Method in interface mali.type.BaseTable
set MaliContext
setMaliContext(MaliContext) - Method in interface mali.type.IBatchProcess
 
setMaliContext(MaliContext) - Method in class mali.type.impl.IBatchProcessImpl
 
setMaliContext(MaliContext) - Method in class mali.util.SmsSend
 
setMaliContext(MaliContext) - Method in class tw.com.mali.IReport.action.MaliIReportAction
 
setMaliContext(MaliContext) - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
 
setMaliDefaultContext(String, Object) - Static method in class mali.Context.SystemContext
提供大平台有一個空的容器暫放及取出, 直到系統重啟時才會清空
setMaxMisfiresToHandleAtATime(int) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the maximum number of misfired triggers that the misfire handling thread will try to recover at one time (within one transaction).
setMEMBER(SYSMEMBER) - Method in class mali.object.OUser
 
setMEMBER_ADUID(String) - Method in class mali.table.impl.SYSMEMBERImpl
set ad uid
setMEMBER_ADUID(String) - Method in interface mali.table.SYSMEMBER
set AD帳號
setMEMBER_BUILDDATE(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 建檔日期時間
setMEMBER_BUILDDATE(String) - Method in interface mali.table.SYSMEMBER
set 建檔日期時間
setMEMBER_CHGPWDDATETIME(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 變更密碼時間
setMEMBER_CHGPWDDATETIME(String) - Method in interface mali.table.SYSMEMBER
set變更密碼時間
setMEMBER_CLASS(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 會員角色
setMEMBER_CLASS(String) - Method in interface mali.table.SYSMEMBER
set 會員角色
setMEMBER_CREDATETIME(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 建檔日期時間
setMEMBER_CREDATETIME(String) - Method in interface mali.table.SYSMEMBER
set 建檔日期時間
setMEMBER_CREUSERID(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 建檔人員
setMEMBER_CREUSERID(String) - Method in interface mali.table.SYSMEMBER
set 建檔人員
setMEMBER_DATAMTNTIME(String) - Method in class mali.table.impl.SYSMEMBERImpl
 
setMEMBER_DATAMTNTIME(String) - Method in interface mali.table.SYSMEMBER
set 資料異動最後異動時間(針對角色.帳號其他資訊),非最後異動時間
setMEMBER_DATAMTNUSERID(String) - Method in class mali.table.impl.SYSMEMBERImpl
 
setMEMBER_DATAMTNUSERID(String) - Method in interface mali.table.SYSMEMBER
set 異動角色帳號資訊最後異動者
setMEMBER_DEFAULT_VALUE(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 個人化設定啟用值(Y已設定 N 未設定)
setMEMBER_DEFAULT_VALUE(String) - Method in interface mali.table.SYSMEMBER
set 個人化設定啟用值(Y已設定 N 未設定)
setMEMBER_EMAIL(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 會員Email
setMEMBER_EMAIL(String) - Method in interface mali.table.SYSMEMBER
set 會員Email
setMEMBER_EMP_ID(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 員工唯一序號
setMEMBER_EMP_ID(String) - Method in interface mali.table.SYSMEMBER
set 員工唯一序號
setMEMBER_FIRST_COM(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 是否第一次登入
setMEMBER_FIRST_COM(String) - Method in interface mali.table.SYSMEMBER
set 是否第一次登入
setMEMBER_ISPWMAIL(String) - Method in class mali.table.impl.SYSMEMBERImpl
SET 是否已發送密碼 MAIL
setMEMBER_ISPWMAIL(String) - Method in interface mali.table.SYSMEMBER
SET 是否已發送密碼mail
setMEMBER_KIND(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 會員類別
setMEMBER_KIND(String) - Method in interface mali.table.SYSMEMBER
set 會員類別
setMEMBER_LOGIN_ID(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 會員登入帳號
setMEMBER_LOGIN_ID(String) - Method in interface mali.table.SYSMEMBER
set 會員登入帳號
setMEMBER_LOGIN_LASTTIME(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 最後一次LOGIN 時間
setMEMBER_LOGIN_LASTTIME(String) - Method in interface mali.table.SYSMEMBER
set 最後一次LOGIN 時間
setMEMBER_LOGIN_LASTTIME_AGO(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 最後一次LOGIN的前一次
setMEMBER_LOGIN_LASTTIME_AGO(String) - Method in interface mali.table.SYSMEMBER
set 最後一次LOGIN的前一次
setMEMBER_LOGIN_NUMBER(Double) - Method in class mali.table.impl.SYSMEMBERImpl
set 會員LOGIN 的次數
setMEMBER_LOGIN_NUMBER(Double) - Method in interface mali.table.SYSMEMBER
set 會員LOGIN 的次數
setMEMBER_MTNDATETIME(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 異動日期時間
setMEMBER_MTNDATETIME(String) - Method in interface mali.table.SYSMEMBER
set 異動日期時間
setMEMBER_MTNUSERID(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 異動人員
setMEMBER_MTNUSERID(String) - Method in interface mali.table.SYSMEMBER
set 異動人員
setMEMBER_NAME(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 會員姓名
setMEMBER_NAME(String) - Method in interface mali.table.SYSMEMBER
set 會員姓名
setMEMBER_ORGID(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 所屬機關
setMEMBER_ORGID(String) - Method in interface mali.table.SYSMEMBER
set 所屬機關
setMEMBER_ORGTITLE(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 機關中文
setMEMBER_ORGTITLE(String) - Method in interface mali.table.SYSMEMBER
set 機關中文 線上申請用
setMEMBER_PASSWORD(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 會員密碼
setMEMBER_PASSWORD(String) - Method in interface mali.table.SYSMEMBER
set 會員密碼
setMEMBER_PERIODDATE(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 有效期限
setMEMBER_PERIODDATE(String) - Method in interface mali.table.SYSMEMBER
set 有效期限
setMEMBER_PKICARDSN(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 憑證卡號
setMEMBER_PKICARDSN(String) - Method in interface mali.table.SYSMEMBER
set憑證卡號
setMEMBER_PKIDN(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 憑證 dn
setMEMBER_PKIDN(String) - Method in interface mali.table.SYSMEMBER
set 註冊憑證DN
setMEMBER_PKISN(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 憑證 sn
setMEMBER_PKISN(String) - Method in interface mali.table.SYSMEMBER
set 註冊憑證SN
setMEMBER_PKITYPE(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 憑證類別
setMEMBER_PKITYPE(String) - Method in interface mali.table.SYSMEMBER
set 註冊憑證類別
setMEMBER_PWDERRCNT(Integer) - Method in class mali.table.impl.SYSMEMBERImpl
set 密碼錯誤次數
setMEMBER_PWDERRCNT(Integer) - Method in interface mali.table.SYSMEMBER
set 密碼錯誤次數
setMEMBER_PWDHINT(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 密碼提示
setMEMBER_PWDHINT(String) - Method in interface mali.table.SYSMEMBER
set 密碼提示欄
setMEMBER_REGIP(String) - Method in class mali.table.impl.SYSMEMBERImpl
 
setMEMBER_REGIP(String) - Method in interface mali.table.SYSMEMBER
 
setMEMBER_SEQNO(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 唯一序號(舊)
setMEMBER_SEQNO(String) - Method in interface mali.table.SYSMEMBER
set 唯一序號(舊)
setMEMBER_STOP_COM(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 暫停使用(進入)
setMEMBER_STOP_COM(String) - Method in interface mali.table.SYSMEMBER
set 暫停使用(進入)
setMEMBER_SYSID(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 會員所屬系統別
setMEMBER_SYSID(String) - Method in interface mali.table.SYSMEMBER
set 會員所屬系統別
setMEMBER_UI_NO(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 個人化介面
setMEMBER_UI_NO(String) - Method in interface mali.table.SYSMEMBER
set 個人化介面
setMENU_BIG_ICON(String) - Method in class mali.table.impl.SYSMENUImpl
set 程式圖示路徑及名稱
setMENU_BIG_ICON(String) - Method in interface mali.table.SYSMENU
set 程式圖示路徑及名稱
setMENU_CNAME(String) - Method in class mali.table.impl.SYSMENUImpl
set 目錄中文名稱
setMENU_CNAME(String) - Method in interface mali.table.SYSMENU
set 目錄中文名稱
setMENU_EHINT(String) - Method in class mali.table.impl.SYSMENUImpl
set 目錄EHINT(英文)
setMENU_EHINT(String) - Method in interface mali.table.SYSMENU
set 目錄EHINT(英文)
setMENU_ENAME(String) - Method in class mali.table.impl.SYSMENUImpl
set 目錄英文名稱
setMENU_ENAME(String) - Method in interface mali.table.SYSMENU
set 目錄英文名稱
setMENU_ENOTES(String) - Method in class mali.table.impl.SYSMENUImpl
set 程式說明(英文)
setMENU_ENOTES(String) - Method in interface mali.table.SYSMENU
set 程式說明(英文)
setMENU_GROUP(String) - Method in class mali.table.impl.SYSMENUImpl
set 功能分類區
setMENU_GROUP(String) - Method in interface mali.table.SYSMENU
set 功能分類區
setMENU_HINT(String) - Method in class mali.table.impl.SYSMENUImpl
set 程式HINT(中文)
setMENU_HINT(String) - Method in interface mali.table.SYSMENU
set 程式HINT(中文)
setMENU_INDEX(String) - Method in class mali.table.impl.SYSMENUImpl
 
setMENU_INDEX(String) - Method in interface mali.table.SYSMENU
set 目錄索引
setMENU_LEVEL_SEQNO(String) - Method in class mali.table.impl.SYSMENUImpl
 
setMENU_LEVEL_SEQNO(String) - Method in interface mali.table.SYSMENU
set 目錄排序序號
setMENU_NEWWIN(String) - Method in class mali.table.impl.SYSMENUImpl
set 是否開啟新視窗
setMENU_NEWWIN(String) - Method in interface mali.table.SYSMENU
set 是否開啟新視窗
setMENU_NODE(String) - Method in class mali.table.impl.SYSMENUImpl
set 目錄唯一序號
setMENU_NODE(String) - Method in interface mali.table.SYSMENU
set 目錄唯一序號
setMENU_NOTES(String) - Method in class mali.table.impl.SYSMENUImpl
set 程式說明(中文)
setMENU_NOTES(String) - Method in interface mali.table.SYSMENU
set 程式說明(中文)
setMENU_ORDERSEQ(Integer) - Method in class mali.table.impl.SYSMENUImpl
set 排序順序
setMENU_ORDERSEQ(Integer) - Method in interface mali.table.SYSMENU
set 排序順序
setMENU_PARA(String) - Method in class mali.table.impl.SYSMENUImpl
set 程式後接參數
setMENU_PARA(String) - Method in interface mali.table.SYSMENU
set 程式後接參數
setMENU_PROGID(String) - Method in class mali.table.impl.SYSMENUImpl
set 程式唯一序號
setMENU_PROGID(String) - Method in interface mali.table.SYSMENU
set 程式唯一序號
setMENU_SMALL_ICON(String) - Method in class mali.table.impl.SYSMENUImpl
set 程式圖示路徑及名稱(小的)
setMENU_SMALL_ICON(String) - Method in interface mali.table.SYSMENU
set 程式圖示路徑及名稱(小的)
setMENU_STOP_USE(String) - Method in class mali.table.impl.SYSMENUImpl
set 目錄是否停用
setMENU_STOP_USE(String) - Method in interface mali.table.SYSMENU
set 目錄是否停用
setMENU_SYSID(String) - Method in class mali.table.impl.SYSMENUImpl
set 系統別
setMENU_SYSID(String) - Method in interface mali.table.SYSMENU
set 系統別
setMENU_TYPE(String) - Method in class mali.table.impl.SYSMENUImpl
set 目錄類別( 001目錄,002 程式)
setMENU_TYPE(String) - Method in interface mali.table.SYSMENU
set 目錄類別( 001目錄,002 程式)
setMENU_UPNODE(String) - Method in class mali.table.impl.SYSMENUImpl
set 目錄上層NODE
setMENU_UPNODE(String) - Method in interface mali.table.SYSMENU
set 目錄上層NODE
setmenuContent(String) - Method in class mali.type.MaliContext
 
setMENUSTYLE(String) - Method in class mali.type.MaliConfig
 
setMESG(String) - Method in class mali.object.AJAXMESGObject
 
setMessageContent(String[]) - Method in class mali.util.SmsSend
 
setMessageID(String) - Method in class mali.object.MailMessageObject
 
setMessageListener(FTPMessageListener) - Method in class com.enterprisedt.net.ftp.FTPClient
Set a listener that handles all FTP messages
setMethod(String) - Method in class mali.html.PageTab
 
setMisfireInstruction(int) - Method in class org.quartz.Trigger
Set the instruction the Scheduler should be given for handling misfire situations for this Trigger- the concrete Trigger type that you are using will have defined a set of additional MISFIRE_INSTRUCTION_XXX constants that may be passed to this method.
setMisfireThreshold(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
The the number of milliseconds by which a trigger must have missed its next-fire-time, in order for it to be considered "misfired" and thus have its misfire instruction applied.
setMisfireThreshold(long) - Method in class org.quartz.simpl.RAMJobStore
The number of milliseconds by which a trigger must have missed its next-fire-time, in order for it to be considered "misfired" and thus have its misfire instruction applied.
setModifiedTime(String, Date) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Set the modified-time of a remote file.
setModifiedTime(String, Date) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Set the modified-time of a remote file.
setModifyAction(String) - Method in class mali.html.PageTab
set 修改Button url
setmodifyDateTimeKey(String) - Method in class mali.db.BaseCommonBoImpl
 
setmodifyDateTimeKey(String) - Method in interface mali.type.BaseCommonBo
set modify datetime key table 欄位
setmodifyUserIdKey(String) - Method in class mali.db.BaseCommonBoImpl
 
setmodifyUserIdKey(String) - Method in interface mali.type.BaseCommonBo
set modify user id key table 欄位
setmodifyUserOrgIdkey(String) - Method in class mali.db.BaseCommonBoImpl
 
setmodifyUserOrgIdkey(String) - Method in interface mali.type.BaseCommonBo
set modify user 的所屬單位 id key table 欄位
setModTime(String, Date) - Method in class com.enterprisedt.net.ftp.FTPClient
 
setModTime(String, Date) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set the last modified time (UTC) for the supplied file.
setMonitor(FTPProgressMonitorEx, long) - Method in class com.enterprisedt.net.ftp.FTPInputStream
The input stream uses the progress monitor currently owned by the FTP client.
setMonitor(FTPProgressMonitorEx, long) - Method in class com.enterprisedt.net.ftp.FTPOutputStream
The output stream uses the progress monitor currently owned by the FTP client.
setMonitorInterval(long) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the number of bytes transferred between each callback on the progress monitor param interval bytes to be transferred before a callback
setMultiCheckBoxFieldName(String) - Method in class mali.html.MultiCheckbox
 
setMultiCheckBoxValue(String) - Method in class mali.html.MultiCheckbox
 
setMutiImportdataField(String, ImportdataField[]) - Method in class mali.type.ImportdataField
 
setN(int) - Method in class org.quartz.NthIncludedDayTrigger
Sets the day of the interval on which the NthIncludedDayTrigger should fire.
setName(String) - Method in class com.enterprisedt.net.ftp.FTPFile
Set the name of the file
setName(String) - Method in class mali.object.OUser
set 使用者名稱
setName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzScheduler.
setName(String) - Method in class org.quartz.JobDetail
Set the name of this Job.
setName(String) - Method in class org.quartz.Trigger
Set the name of this Trigger.
setNextFireCutoffInterval(int) - Method in class org.quartz.NthIncludedDayTrigger
Sets the nextFireCutoffInterval for the NthIncludedDayTrigger.
setNextFireTime(Date) - Method in class org.quartz.CronTrigger
Sets the next time at which the CronTrigger will fire.
setNextFireTime(Date) - Method in class org.quartz.SimpleTrigger
Set the next time at which the SimpleTrigger should fire.
setNonManagedTXDataSource(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Set the name of the DataSource that should be used for performing database functions.
setNumberFormat(String) - Method in class mali.html.InputText
set Number format格式
setNumber型態(String) - Method in class mali.html.NumberField
 
setObject(Object) - Method in class mali.type.SqlProcess
 
setOKCount(int) - Method in interface mali.type.IBatchProcess
 
setOKCount(int) - Method in class mali.type.impl.IBatchProcessImpl
 
setOKCount(int) - Method in class mali.util.SmsSend
 
setOKMesg(String) - Method in interface mali.type.IBatchProcess
 
setOKMesg(String) - Method in class mali.type.impl.IBatchProcessImpl
 
setOKMesg(String) - Method in class mali.util.SmsSend
 
setOkMessage(String) - Method in class mali.type.ProcessRequest
 
setOldFieldName(String) - Method in class mali.html.HtmlObject
 
setOnBlueEvent(String) - Method in class mali.html.PopText
 
setOnBlurEvent(String) - Method in class mali.html.DateText
 
setOnBlurEvent(String) - Method in class mali.html.HtmlObject
 
setOnBlurEvent(String) - Method in class mali.html.MultiCheckbox
 
setOnChangeEvent(String) - Method in class mali.html.Combobox
 
setOnChangeEvent(String) - Method in class mali.html.DateText
 
setOnChangeEvent(String) - Method in class mali.html.HtmlObject
 
setOnChangeEvent(String) - Method in class mali.html.MultiCheckbox
 
setOnChangeEvent(String) - Method in class mali.html.PopText
 
setOnClickEvent(String) - Method in class mali.html.HtmlObject
 
setOnClickEvent(String) - Method in class mali.html.Radiobox
 
setOneColumnRows(int) - Method in class mali.html.MultiCheckbox
設定 一個column 幾個checkbox
setOneRecordRowNumber(int) - Method in class mali.html.MutiRowListForm
一筆資料有幾個Row, 此部份可不做設定, 可以由 setHtmlField次數來判斷有幾個Row
setOnFocusEvent(String) - Method in class mali.html.HtmlObject
 
setOnFocusStyleName(String) - Method in class mali.html.HtmlObject
 
setOnlyMethodSetBaseTable(boolean) - Method in class tw.com.mali.dbAction.CommonCommitdbAction
只有 method 的 欄位才做 set , 設false 則只要是 $ 均做set再由servlet 自行處理, 預設true
setOptionText是否顯示Value(boolean) - Method in class mali.html.Combobox
 
setOrderText(String) - Method in class mali.platform.sysorg
 
setOrderText(String) - Method in class mali.util.getsysCode
 
setORG_ADDR(String) - Method in class mali.table.impl.SYSORGImpl
set 機關地址
setORG_ADDR(String) - Method in interface mali.table.SYSORG
set 機關地址
setORG_ADDRESS(String) - Method in class mali.table.impl.ORGImpl
set 營業地址
setORG_ADDRESS(String) - Method in interface mali.table.ORG
set 營業地址
setORG_ATTRIBUTE(String) - Method in class mali.table.impl.ORGImpl
set 單位屬性
setORG_ATTRIBUTE(String) - Method in interface mali.table.ORG
set 單位屬性
setORG_BOSS(String) - Method in class mali.table.impl.ORGImpl
set 負責人
setORG_BOSS(String) - Method in interface mali.table.ORG
set 負責人
setORG_BSNSKIND(String) - Method in class mali.table.impl.ORGImpl
set 行業別
setORG_BSNSKIND(String) - Method in interface mali.table.ORG
set 行業別
setORG_CAPITAL(String) - Method in class mali.table.impl.ORGImpl
set 資本額
setORG_CAPITAL(String) - Method in interface mali.table.ORG
set 資本額
setORG_CLASS(String) - Method in class mali.table.impl.ORGImpl
set 單位類別
setORG_CLASS(String) - Method in interface mali.table.ORG
set 單位類別
setORG_CODE(String) - Method in class mali.table.impl.ORGImpl
 
setORG_CODE(String) - Method in interface mali.table.ORG
set 機關簡碼
setORG_COMMUNICATION(String) - Method in class mali.table.impl.ORGImpl
set 聯絡人
setORG_COMMUNICATION(String) - Method in interface mali.table.ORG
set 聯絡人
setORG_CREDATETIME(String) - Method in class mali.table.impl.ORGImpl
 
setORG_CREDATETIME(String) - Method in class mali.table.impl.SYSORGImpl
set 建檔時間
setORG_CREDATETIME(String) - Method in interface mali.table.ORG
 
setORG_CREDATETIME(String) - Method in interface mali.table.SYSORG
set 建檔時間
setORG_CREDIT(String) - Method in class mali.table.impl.ORGImpl
set 信用評等
setORG_CREDIT(String) - Method in interface mali.table.ORG
set 信用評等
setORG_CREUSERID(String) - Method in class mali.table.impl.ORGImpl
 
setORG_CREUSERID(String) - Method in class mali.table.impl.SYSORGImpl
set 建檔人員
setORG_CREUSERID(String) - Method in interface mali.table.ORG
 
setORG_CREUSERID(String) - Method in interface mali.table.SYSORG
set 建檔人員
setORG_DN(String) - Method in class mali.table.impl.ORGImpl
set 機關本身層級結構資料
setORG_DN(String) - Method in class mali.table.impl.SYSORGImpl
set 機關DN
setORG_DN(String) - Method in interface mali.table.ORG
set 機關本身層級結構資料
setORG_DN(String) - Method in interface mali.table.SYSORG
set 機關DN
setORG_EMAIL(String) - Method in class mali.table.impl.ORGImpl
set 機關電子郵件帳號
setORG_EMAIL(String) - Method in class mali.table.impl.SYSORGImpl
set 機關Email
setORG_EMAIL(String) - Method in interface mali.table.ORG
set 機關電子郵件帳號
setORG_EMAIL(String) - Method in interface mali.table.SYSORG
set 機關Email
setORG_ENAME(String) - Method in class mali.table.impl.ORGImpl
set 英文名稱
setORG_ENAME(String) - Method in interface mali.table.ORG
set 英文名稱
setORG_ESTABLISHDATE(String) - Method in class mali.table.impl.ORGImpl
set 成立日期
setORG_ESTABLISHDATE(String) - Method in interface mali.table.ORG
set 成立日期
setORG_EXECORG(String) - Method in class mali.table.impl.SYSORGImpl
set 歸屬機關
setORG_EXECORG(String) - Method in interface mali.table.SYSORG
set 歸屬機關
setORG_FAX(String) - Method in class mali.table.impl.ORGImpl
set 機關傳真
setORG_FAX(String) - Method in interface mali.table.ORG
set 機關傳真
setORG_ID(String) - Method in class mali.table.impl.ORGImpl
set 機關代號
setORG_ID(String) - Method in class mali.table.impl.SYSORGImpl
set 機關完整代號
setORG_ID(String) - Method in interface mali.table.ORG
set 機關代號
setORG_ID(String) - Method in interface mali.table.SYSORG
set 機關完整代號
setORG_ISEXEC(String) - Method in class mali.table.impl.SYSORGImpl
set 是否為執行機關
setORG_ISEXEC(String) - Method in interface mali.table.SYSORG
set 是否為執行機關
setORG_ISUSE(String) - Method in class mali.table.impl.ORGImpl
 
setORG_ISUSE(String) - Method in interface mali.table.ORG
 
setORG_IVCETYPE(String) - Method in class mali.table.impl.ORGImpl
set 發票種類
setORG_IVCETYPE(String) - Method in interface mali.table.ORG
set 發票種類
setORG_KIND(String) - Method in class mali.table.impl.ORGImpl
set 機關種類
setORG_KIND(String) - Method in class mali.table.impl.SYSORGImpl
 
setORG_KIND(String) - Method in interface mali.table.ORG
set 機關種類
setORG_KIND(String) - Method in interface mali.table.SYSORG
set 機關類別
setORG_LEVEL(Integer) - Method in class mali.table.impl.SYSORGImpl
set 機關層級
setORG_LEVEL(Integer) - Method in interface mali.table.SYSORG
set 機關層級
setORG_MDATE(String) - Method in class mali.table.impl.ORGImpl
set 建檔日期
setORG_MDATE(String) - Method in interface mali.table.ORG
set 建檔日期
setORG_MTNDATETIME(String) - Method in class mali.table.impl.ORGImpl
 
setORG_MTNDATETIME(String) - Method in class mali.table.impl.SYSORGImpl
set 異動時間
setORG_MTNDATETIME(String) - Method in interface mali.table.ORG
 
setORG_MTNDATETIME(String) - Method in interface mali.table.SYSORG
set 異動時間
setORG_MTNUSERID(String) - Method in class mali.table.impl.ORGImpl
 
setORG_MTNUSERID(String) - Method in class mali.table.impl.SYSORGImpl
set 異動人員
setORG_MTNUSERID(String) - Method in interface mali.table.ORG
 
setORG_MTNUSERID(String) - Method in interface mali.table.SYSORG
set 異動人員
setORG_MUSER(String) - Method in class mali.table.impl.ORGImpl
set 建檔者代號
setORG_MUSER(String) - Method in interface mali.table.ORG
set 建檔者代號
setORG_NAME(String) - Method in class mali.table.impl.ORGImpl
set 機關名稱
setORG_NAME(String) - Method in class mali.table.impl.SYSORGImpl
set 機關名稱
setORG_NAME(String) - Method in interface mali.table.ORG
set 機關名稱
setORG_NAME(String) - Method in interface mali.table.SYSORG
set 機關名稱
setORG_NICKNAME(String) - Method in class mali.table.impl.ORGImpl
set 機關簡稱
setORG_NICKNAME(String) - Method in class mali.table.impl.SYSORGImpl
set 機關簡稱
setORG_NICKNAME(String) - Method in interface mali.table.ORG
set 機關簡稱
setORG_NICKNAME(String) - Method in interface mali.table.SYSORG
set 機關簡稱
setORG_NO(String) - Method in class mali.table.impl.SYSORGImpl
set 機關代號
setORG_NO(String) - Method in interface mali.table.SYSORG
set 機關代號
setORG_NODE(String) - Method in class mali.table.impl.ORGImpl
set 機關編碼
setORG_NODE(String) - Method in interface mali.table.ORG
set 機關編碼
setORG_OWNER(String) - Method in class mali.table.impl.SYSORGImpl
set 機關負責人
setORG_OWNER(String) - Method in interface mali.table.SYSORG
set 機關負責人
setORG_PAYMARK(String) - Method in class mali.table.impl.ORGImpl
set 付款說明
setORG_PAYMARK(String) - Method in interface mali.table.ORG
set 付款說明
setORG_PAYTERMS(String) - Method in class mali.table.impl.ORGImpl
set 付款條件
setORG_PAYTERMS(String) - Method in interface mali.table.ORG
set 付款條件
setORG_REGADDR(String) - Method in class mali.table.impl.ORGImpl
set 登記地址
setORG_REGADDR(String) - Method in interface mali.table.ORG
set 登記地址
setORG_RELATION(String) - Method in class mali.table.impl.ORGImpl
set 組織關係
setORG_RELATION(String) - Method in interface mali.table.ORG
set 組織關係
setORG_REMARK(String) - Method in class mali.table.impl.SYSORGImpl
set 備註說明
setORG_REMARK(String) - Method in interface mali.table.SYSORG
set 備註說明
setORG_SORT(String) - Method in class mali.table.impl.ORGImpl
set 機關排序碼
setORG_SORT(String) - Method in interface mali.table.ORG
set 機關排序碼
setORG_SPOKESMAN(String) - Method in class mali.table.impl.ORGImpl
set 發言人
setORG_SPOKESMAN(String) - Method in interface mali.table.ORG
set 發言人
setORG_STATUS(String) - Method in class mali.table.impl.SYSORGImpl
set 機關註記
setORG_STATUS(String) - Method in interface mali.table.SYSORG
set 機關註記
setORG_TEL(String) - Method in class mali.table.impl.ORGImpl
set 機關電話
setORG_TEL(String) - Method in class mali.table.impl.SYSORGImpl
set 機關聯絡電話
setORG_TEL(String) - Method in interface mali.table.ORG
set 機關電話
setORG_TEL(String) - Method in interface mali.table.SYSORG
set 機關聯絡電話
setORG_TYPE(String) - Method in class mali.table.impl.ORGImpl
set 機關層級
setORG_TYPE(String) - Method in interface mali.table.ORG
set 機關層級
setORG_UP_NODE(String) - Method in class mali.table.impl.ORGImpl
set 上層機關編號
setORG_UP_NODE(String) - Method in interface mali.table.ORG
set 上層機關編號
setORG_UP_UNDELINK(String) - Method in class mali.table.impl.ORGImpl
set 上層機關連結資料
setORG_UP_UNDELINK(String) - Method in interface mali.table.ORG
set 上層機關連結資料
setORG_UPDN(String) - Method in class mali.table.impl.SYSORGImpl
set 上層機關DN
setORG_UPDN(String) - Method in interface mali.table.SYSORG
set 上層機關DN
setORG_UPSEQNO(String) - Method in class mali.table.impl.SYSORGImpl
set 上層機關SEQNO
setORG_UPSEQNO(String) - Method in interface mali.table.SYSORG
set 上層機關SEQNO
setORG_WEBURL(String) - Method in class mali.table.impl.ORGImpl
set 網址
setORG_WEBURL(String) - Method in interface mali.table.ORG
set 網址
setORG_ZIPCODE(String) - Method in class mali.table.impl.ORGImpl
set ZIPCODE
setORG_ZIPCODE(String) - Method in interface mali.table.ORG
set ZIPCODE
setOrgid(String) - Method in class mali.object.OUser
 
setORG機關Content(BaseTable) - Method in class mali.type.MaliContext
 
setORG科室Content(BaseTable) - Method in class mali.type.MaliContext
 
setOriginalFieldName(String) - Method in class mali.type.clsSqlData
set 原始欄位名
setOriginalName(String) - Method in class mali.type.FileObject
set 原始檔名
setOriginalPath(String) - Method in class mali.type.FileObject
set原始電腦上的所在位置
setOthersqltext(String) - Method in class mali.platform.sysorg
 
setOtherWhereText(String) - Method in class mali.util.getsysCode
 
setOUser() - Method in class mali.servlet.LoginCheckAction
 
setOUser() - Method in class mali.servlet.maliServlet.LoginChecknewAction
 
setOUser(MaliContext) - Method in class mali.servlet.maliServlet.MaliPkiLoginAction
 
setOUser(OUser) - Method in class mali.type.MaliContext
 
setOutput_filename(String) - Method in class mali.util.JxlUtility
設定Work xls filename
setOutput_filename(String) - Method in class mali.util.outputxls
設定Work xls filename, output 路徑,在 maliconfig.properties 定義
setOUTPUT_PATH(String) - Method in class mali.type.MaliConfig
 
setOutputFileName(String) - Method in class mali.common.action.BaseExcelRptAction
設定準備OutputName, 不需要給 副檔名, 副檔名由系統提供
setOutputPath(String) - Method in class mali.util.JxlUtility
 
setOutputPdfname(String) - Method in class mali.util.pdf.HtmlWritePdfUtility
 
setOverWriteExistingJobs(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not jobs defined in the XML file should be overwrite existing jobs with the same name.
setOverWriteExistingJobs(boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Sets whether to overwrite existing jobs.
setOwner(String) - Method in class com.enterprisedt.net.ftp.FTPFile
 
setOwnerPassword(String) - Method in class mali.util.pdf.HtmlWritePdfUtility
Owner密碼
setPageAllRowData(ArrayList) - Method in class mali.util.htmElement
提供要做分頁的所有的Row Data
setpageContextContent(String, Object) - Method in class mali.type.MaliContext
 
setPageHeadformString(String[]) - Method in class mali.html.MutiRowListForm
 
setPagehref(String) - Method in class mali.html.PageTab
 
setPageSize(int) - Method in class mali.servlet.maliServlet.bean.Maliformbean
 
setPageSize(int) - Method in interface mali.type.Pageable
設置分頁大小
setPagesize(int) - Method in class mali.util.htmElement
 
setPageSize(int) - Method in class mali.util.PageableResultSet
 
setPageSize(Rectangle) - Method in class mali.util.pdf.HtmlWritePdfUtility
預設是為A4,不需設定
setPAGESIZEFIELDTYPE(String) - Method in class mali.type.MaliConfig
每頁筆數設定欄位顯示方式是用 C 是用COMBOBOX ,T 是用TEXTFIELD
setPAGESIZESHOWYN(String) - Method in class mali.type.MaliConfig
是否顯示每頁筆數設定 欄位
setPAGESIZESYSTEMCONTROL(String) - Method in class mali.type.MaliConfig
設定每頁筆數是否由系統控制
setParaemereValue(String, String) - Method in class mali.common.action.MaliActionTarget
 
setParameter(String) - Method in class mali.common.MaliCommonHttpServlet
 
setParameter(String) - Method in class mali.html.pageControl.PageControlButton
set參數值
setParameter(String, Object) - Method in class mali.object.ParameterBean
 
setParameter(String, Object) - Method in class mali.object.ParameterObject
 
setParameters(Vector) - Method in class mali.common.action.BaseExcelRptAction
set 報表參數內容
setParameters(Vector) - Method in class tw.com.mali.IReport.IReportObject
 
setParametersAttributeData(Vector) - Method in interface mali.type.IBatchProcess
 
setParametersAttributeData(Vector) - Method in class mali.type.impl.IBatchProcessImpl
 
setParametersAttributeData(Vector) - Method in class mali.util.SmsSend
 
setParametersData(Vector) - Method in interface mali.type.IBatchProcess
 
setParametersData(Vector) - Method in class mali.type.impl.IBatchProcessImpl
 
setParametersData(Vector) - Method in class mali.util.SmsSend
 
setParserLocale(Locale) - Method in class com.enterprisedt.net.ftp.FTPClient
Deprecated.
@see FTPClient#setParserLocales(Locale[])
setParserLocales(Locale[]) - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Set the list of locales to be tried for date parsing of directory listings
setParserLocales(Locale[]) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the list of locales to be tried for date parsing of dir listings
setParserLocales(Locale[]) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Set the list of locales to be tried for date parsing of dir listings
setPassword(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Set the password of the user to log in with.
setPassword(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Set the password of the user to log in with.
setPassword(String) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
 
setPasswordChangeToSame(String) - Method in class mali.type.MaliConfig
密碼變更時,可否變更與之前相同
setPasswordCycle(String) - Method in class mali.type.MaliConfig
設定密碼生命週期
setPasswordCycleAlertdays(String) - Method in class mali.type.MaliConfig
設定密碼過期前幾天是否要進行警告提醒
setPasswordLockCount(String) - Method in class mali.type.MaliConfig
設定密碼錯誤被鎖次數
setPasswordLockmins(int) - Method in class mali.type.MaliConfig
設定使用者帳號鎖定分鐘數
setPasswordLockSendMail(String) - Method in class mali.type.MaliConfig
set 密碼鎖定時要發送mail 給誰
setPasswordminLength(String) - Method in class mali.type.MaliConfig
設定密碼最小長度
setPasswordSaveToMD5(String) - Method in class mali.type.MaliConfig
密碼儲存格式是否為使用md5 儲存至資料庫中
setPath(String) - Method in class com.enterprisedt.net.ftp.FTPFile
 
setPermissions(String) - Method in class com.enterprisedt.net.ftp.FTPFile
 
setPhoneNumbers(String[]) - Method in class mali.util.SmsSend
手機號碼
setPKIT_BLOBTMP(Object) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 資料參數BLOB
setPKIT_BLOBTMP(Object) - Method in interface mali.table.SYSPKIFLOWTMP
set 資料參數BLOB
setPKIT_COUNTYNO(String) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 縣市別
setPKIT_COUNTYNO(String) - Method in interface mali.table.SYSPKIFLOWTMP
set 縣市別
setPKIT_CREDATETIME(String) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 建檔時間
setPKIT_CREDATETIME(String) - Method in interface mali.table.SYSPKIFLOWTMP
set 建檔時間
setPKIT_LOGINID(String) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 使用者帳號
setPKIT_LOGINID(String) - Method in interface mali.table.SYSPKIFLOWTMP
set 使用者帳號
setPKIT_PARA1(String) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 資料參數1
setPKIT_PARA1(String) - Method in interface mali.table.SYSPKIFLOWTMP
set 資料參數1
setPKIT_PARA2(String) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 資料參數2
setPKIT_PARA2(String) - Method in interface mali.table.SYSPKIFLOWTMP
set 資料參數2
setPKIT_PARA3(String) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 資料參數3
setPKIT_PARA3(String) - Method in interface mali.table.SYSPKIFLOWTMP
set 資料參數3
setPKIT_PARA4(String) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 資料參數4
setPKIT_PARA4(String) - Method in interface mali.table.SYSPKIFLOWTMP
set 資料參數4
setPKIT_PKICARDSN(String) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 使用者憑證卡號
setPKIT_PKICARDSN(String) - Method in interface mali.table.SYSPKIFLOWTMP
set 使用者憑證卡號
setPKIT_SEQNO(String) - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
set 唯一序號
setPKIT_SEQNO(String) - Method in interface mali.table.SYSPKIFLOWTMP
set 唯一序號
setPopUrl(String) - Method in class mali.html.PopText
直接set popurl
setPORTIP(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Deprecated. 
setPostAcitonUrl(String) - Method in class mali.type.QueryParambean
與 執行查詢PostUrl 同
setPostexecuteBatchQuery(BaseQuery[]) - Method in class mali.db.BaseTableimpl
 
setPostexecuteBatchQuery(BaseQuery[]) - Method in interface mali.type.BaseTable
set 在執行任何異動包括insert.update.delete之後若有整批異動.採用baseQuery 方式異動, 異動完成.會將executeBaseQuery的內容清空待下次再執行送入時再重覆執行
setPostExecuteTable(BaseTable[]) - Method in class mali.db.BaseTableimpl
 
setPostExecuteTable(BaseTable[]) - Method in interface mali.type.BaseTable
在執行 insert 或是 update 或是 delet 時要同時一併異動的資料,是在異動此筆之後
setPreExecuteTable(BaseTable[]) - Method in class mali.db.BaseTableimpl
 
setPreExecuteTable(BaseTable[]) - Method in interface mali.type.BaseTable
在執行 insert 或是 update 或是 delete 時要同時一併異動的資料, 在是異動 此筆之前
setPreviousFireTime(Date) - Method in class org.quartz.CronTrigger
Set the previous time at which the CronTrigger fired.
setPreviousFireTime(Date) - Method in class org.quartz.SimpleTrigger
Set the previous time at which the SimpleTrigger fired.
setPrimarkKey(String[]) - Method in class mali.html.MutiRowListForm
設定宣告的 primarykey ,若未設定, 有設定tablen,則以table上的primarykey 為主key
setPrimaryId(String) - Method in class mali.db.BaseTableimpl
 
setPrimaryId(String) - Method in interface mali.type.BaseTable
若有設定 primaryid key ,則 set priamryid 會將 primaryid 放入 primaryidkey 欄位中
setPrimaryIdKey(String) - Method in class mali.db.BaseCommonBoImpl
 
setPrimaryIdKey(String) - Method in interface mali.type.BaseCommonBo
set table 的 primaryid 欄位名稱 set primaryid key
setPrimaryKey(String[]) - Method in class mali.db.BaseTableimpl
 
setPrimaryKey(String[]) - Method in class mali.html.DeleteButton
 
setPrimaryKey(String[]) - Method in interface mali.type.BaseTable
 
setPriority(int) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setPriority(int) - Method in class org.quartz.Trigger
The priority of a Trigger acts as a tie breaker such that if two Triggers have the same scheduled fire time, then Quartz will do its best to give the one with the higher priority first access to a worker thread.
setProcessObject(ProcessObject) - Method in class mali.type.ProcessRequest
 
setProcessOkMessg(String) - Method in class mali.type.ProcessRequest
 
setProcessRequest(ProcessRequest) - Method in class tw.com.mali.dbAction.CommonCommitdbAction
 
setProcessStatus(String) - Method in class mali.type.ProcessObject
 
setProcssRequest(ProcessRequest) - Method in class mali.util.ProcessRequestbean
 
setPROG_DESC(String) - Method in class mali.table.impl.SYSPROGRAMImpl
set 程式說明
setPROG_DESC(String) - Method in interface mali.table.SYSPROGRAM
set 程式說明
setPROG_ID(String) - Method in class mali.table.impl.SYSPROGRAMImpl
set 程式代號
setPROG_ID(String) - Method in interface mali.table.SYSPROGRAM
set 程式代號
setPROG_KIND(String) - Method in class mali.table.impl.SYSPROGRAMImpl
set 程式類別
setPROG_KIND(String) - Method in interface mali.table.SYSPROGRAM
set 程式類別
setPROG_NAME(String) - Method in class mali.table.impl.SYSPROGRAMImpl
set 程式名稱
setPROG_NAME(String) - Method in interface mali.table.SYSPROGRAM
set 程式名稱
setPROG_SEQNO(String) - Method in class mali.table.impl.SYSPROGRAMImpl
set 唯一序號(舊)
setPROG_SEQNO(String) - Method in interface mali.table.SYSPROGRAM
set 唯一序號(舊)
setPROG_SYSID(String) - Method in class mali.table.impl.SYSPROGRAMImpl
set 系統別
setPROG_SYSID(String) - Method in interface mali.table.SYSPROGRAM
set 系統別
setPROG_URL(String) - Method in class mali.table.impl.SYSPROGRAMImpl
set 程式位置
setPROG_URL(String) - Method in interface mali.table.SYSPROGRAM
set 程式位置
setProgramdesc(String) - Method in class mali.type.ProcessRequest
設定程式說明,或是程式id,可在errorjsp上顯示
setProgressMonitor(FTPProgressMonitor, long) - Method in class com.enterprisedt.net.ftp.FTPClient
 
setProgressMonitor(FTPProgressMonitor) - Method in class com.enterprisedt.net.ftp.FTPClient
 
setProgressMonitor(FTPProgressMonitor, long) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set a progress monitor for callbacks.
setProgressMonitor(FTPProgressMonitor) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set a progress monitor for callbacks.
setProgressMonitorEx(FTPProgressMonitorEx) - Method in class com.enterprisedt.net.ftp.FTPClient
Set reference to the transfer listener
SetProjectCharacterEncodingFilter - Class in tw.com.mali.fillter
各系統的charsetfilter
SetProjectCharacterEncodingFilter() - Constructor for class tw.com.mali.fillter.SetProjectCharacterEncodingFilter
 
SetProjectCharacterEncodingFilter - Class in tw.mali.prj.util
各系統的charsetfilter
SetProjectCharacterEncodingFilter() - Constructor for class tw.mali.prj.util.SetProjectCharacterEncodingFilter
 
setProperties(Vector) - Method in class mali.type.MaliConfig
將 讀入的 properties 放入
setPwd(String) - Method in class mali.object.OUser
set 使用者密碼
setQueryData(Object) - Method in class mali.html.MutiRowListForm
設定查詢結果, 此部份可用介面方式執行查詢完後.再丟進來
setQueryMode(boolean) - Method in class mali.servlet.maliServlet.bean.Maliformbean
 
setQuerymode(boolean) - Method in class mali.type.QueryParambean
set 查詢 mode
setQueryPara(Object) - Method in class mali.type.QueryParambean
 
setQueryPara(Object, boolean) - Method in class mali.type.QueryParambean
set 查詢條件參數 欄位型態包括 InputText,Combobox,MultiCheckbox,DateText,Radiobox,PopText,SingleCheckbox 等欄位類型
setQueryParambean(QueryParambean) - Method in class mali.servlet.maliServlet.bean.Maliformbean
 
setQueryParambean(QueryParambean) - Method in class mali.util.htmElement
 
setQueryParams(Vector) - Method in class mali.type.QueryParambean
 
setQueryValue(String, String) - Method in class mali.type.QueryParambean
 
setQueryWindowMode(int) - Method in class mali.type.QueryParambean
設定查詢視窗 mode 1.彈出式 0.崁入式
setRACODE_KIND(String) - Method in class mali.table.impl.SYSROAUCODEImpl
set 屬何會員類別
setRACODE_KIND(String) - Method in interface mali.table.SYSROAUCODE
set 屬何會員類別
setRACODE_NAME(String) - Method in class mali.table.impl.SYSROAUCODEImpl
set 角色說明
setRACODE_NAME(String) - Method in interface mali.table.SYSROAUCODE
set 角色說明
setRACODE_ROLEID(String) - Method in class mali.table.impl.SYSROAUCODEImpl
set 角色代碼
setRACODE_ROLEID(String) - Method in interface mali.table.SYSROAUCODE
set 角色代碼
setRACODE_SYSID(String) - Method in class mali.table.impl.SYSROAUCODEImpl
set 系統別
setRACODE_SYSID(String) - Method in interface mali.table.SYSROAUCODE
set 系統別
setRadioBoxColNumber(int) - Method in class mali.html.Radiobox
設定一行可以放幾個
setRadioBoxFieldName(String) - Method in class mali.html.Radiobox
 
setRadioBoxValue(String) - Method in class mali.html.Radiobox
 
setRecvDateTime(Calendar) - Method in class mali.object.MailMessageObject
 
setRefireImmediately(boolean) - Method in exception org.quartz.JobExecutionException
 
setRemoteAddr(InetAddress) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the remote address
setRemoteHost(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Set the IP address or name of the remote host This may only be done if the client is not already connected to the server.
setRemoteHost(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Set the IP address or name of the remote host This may only be done if the client is not already connected to the server.
setRemoteHost(String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
setRemoteHost(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set the IP address or name of the remote host This may only be done if the client is not already connected to the server.
setRemoteHost(String) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
 
setRemotePort(int) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Set the port to connect to on the remote server.
setRemotePort(int) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Set the port to connect to on the remote server.
setRemotePort(int) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the control to connect to on the remote server.
setRemotePort(int) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set the port to connect to on the remote server.
setRemotePort(int) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
 
setRepeatCount(int) - Method in class org.quartz.SimpleTrigger
Set the the number of time the SimpleTrigger should repeat, after which it will be automatically deleted.
setRepeatInterval(long) - Method in class org.quartz.SimpleTrigger
Set the the time interval (in milliseconds) at which the SimpleTrigger should repeat.
setReplace(boolean) - Method in class org.quartz.xml.CalendarBundle
 
setReplaceMode() - Method in class mali.db.BaseTableimpl
set replace mode
setReplaceMode() - Method in interface mali.type.BaseTable
set 為 REPLACE mode R
setReponse(HttpServletResponse) - Method in class mali.servlet.maliServlet.util.malihttpSevletUtility
 
setReportType(String) - Method in class tw.com.mali.IReport.IReportObject
 
setRequest(HttpServletRequest) - Method in class mali.servlet.maliServlet.util.malihttpSevletUtility
 
setRequest(HttpServletRequest) - Method in class mali.util.commonbean
 
setRequest(HttpServletRequest) - Method in class tw.com.mali.IReport.IReportObject
 
setRequestdata(HttpServletRequest) - Method in class mali.util.ConnDbCom
 
setRequestsRecovery(boolean) - Method in class org.quartz.JobDetail
Set whether or not the the Scheduler should re-execute the Job if a 'recovery' or 'fail-over' situation is encountered.
setResult(Object) - Method in class org.quartz.JobExecutionContext
Set the result (if any) of the Job's execution (the type of object set as the result is entirely up to the particular job).
setResultVector(Vector) - Method in class mali.common.action.MaliActionTarget
set 準備回傳的資訊
setResultVector(Vector) - Method in class mali.type.ProcessObject
若有資訊要一併取得,可set放入
setreturnUrl(String) - Method in class mali.type.ProcessRequest
設定返回url
setRMIBindName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name under which to bind the QuartzScheduler in RMI.
setRMICreateRegistryStrategy(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set whether or not Quartz should create an RMI Registry, and if so, how.
setRMIRegistryHost(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the host name of the RMI Registry that the scheduler should export itself to.
setRMIRegistryPort(int) - Method in class org.quartz.core.QuartzSchedulerResources
Set the port number of the RMI Registry that the scheduler should export itself to.
setRMIServerPort(int) - Method in class org.quartz.core.QuartzSchedulerResources
Set the port number the scheduler server will be bound to.
setROAU_CREDATETIME(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 建檔時間
setROAU_CREDATETIME(String) - Method in interface mali.table.SYSROLEAUTH
set 建檔時間
setROAU_CREUSERID(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 建檔人員
setROAU_CREUSERID(String) - Method in interface mali.table.SYSROLEAUTH
set 建檔人員
setROAU_MENUNODE(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 目錄NODE
setROAU_MENUNODE(String) - Method in interface mali.table.SYSROLEAUTH
set 目錄NODE
setROAU_MTNDATETIME(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 異動時間
setROAU_MTNDATETIME(String) - Method in interface mali.table.SYSROLEAUTH
set 異動時間
setROAU_MTNUSERID(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 異動人員
setROAU_MTNUSERID(String) - Method in interface mali.table.SYSROLEAUTH
set 異動人員
setROAU_MTNYN(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 是否可異動
setROAU_MTNYN(String) - Method in interface mali.table.SYSROLEAUTH
set 是否可異動
setROAU_ROLEID(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 使用者角色
setROAU_ROLEID(String) - Method in interface mali.table.SYSROLEAUTH
set 使用者角色
setROAU_SYSID(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 系統別
setROAU_SYSID(String) - Method in interface mali.table.SYSROLEAUTH
set 系統別
setROAU_USEYN(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 0 否 1是
setROAU_USEYN(String) - Method in interface mali.table.SYSROLEAUTH
set 0 否 1是
setRowData(Vector) - Method in class mali.db.BaseTableimpl
 
setRowData(BaseTable) - Method in class mali.html.HtmlObject
 
setRowData(Vector) - Method in interface mali.type.BaseTable
 
setROWID(String) - Method in class mali.db.BaseTableimpl
 
setROWID(String) - Method in interface mali.type.BaseTable
進資料庫處理時先將原畫面上的筆數序號送入rowid,提供後面使用
setRowNumbers(int) - Method in class mali.html.InputTextArea
 
setRowseqnum(Integer) - Method in class mali.html.HtmlObject
設定Rowseqnum, 單筆資料使用此欄位可送入筆數seqnum
setRowSpan(int) - Method in class mali.html.util.CommonColumnObject
 
setSaveFilePath(String) - Method in class tw.com.mali.dbAction.MulitpartFormCommitdbAction
set file 儲存目錄
setsaveToRealPath(boolean) - Method in class mali.common.action.BaseExcelRptAction
是否儲存至實體目錄
setScanInterval(long) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
The interval (in seconds) at which to scan for changes to the file.
setSchedulerInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setSchedulerInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setSchedulerObjectName(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
Set the name under which the Scheduler MBean is registered on the remote MBean server.
setSchedulerObjectName(ObjectName) - Method in class org.quartz.impl.RemoteMBeanScheduler
Set the name under which the Scheduler MBean is registered on the remote MBean server.
setSchedulingContext(SchedulingContext) - Method in class org.quartz.impl.RemoteMBeanScheduler
Set the scheduling context of this proxy.
setSecond(Object) - Method in class org.quartz.utils.Pair
Set the second object in the pair.
setSelectDistinct(boolean) - Method in class mali.db.BaseQueryImpl
 
setSelectDistinct(boolean) - Method in interface mali.type.BaseQuery
是否增加distinct
setSelectField(String[]) - Method in class mali.db.BaseQueryImpl
 
setSelectField(String[]) - Method in interface mali.type.BaseQuery
 
setSelectWithLockSQL(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
set the SQL statement to use to select and lock a row in the "locks" table.
setSelectWithLockSQL(String) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
setseqno(String, String, String) - Method in class mali.util.getUniqueSeqno
 
setSERIAL_AUTOSEQNO(String) - Method in class mali.table.impl.SYSSERIALNOImpl
set 編定碼規則對照序號
setSERIAL_AUTOSEQNO(String) - Method in interface mali.table.SYSSERIALNO
set 編定碼規則對照序號
setSERIAL_CREDATETIME(String) - Method in class mali.table.impl.SYSSERIALNOImpl
set 建檔時間
setSERIAL_CREDATETIME(String) - Method in interface mali.table.SYSSERIALNO
set 建檔時間
setSERIAL_CREUSERID(String) - Method in class mali.table.impl.SYSSERIALNOImpl
set 建檔人員
setSERIAL_CREUSERID(String) - Method in interface mali.table.SYSSERIALNO
set 建檔人員
setSERIAL_KEY(String) - Method in class mali.table.impl.SYSSERIALNOImpl
set 規則KEY
setSERIAL_KEY(String) - Method in interface mali.table.SYSSERIALNO
set 規則KEY
setSERIAL_MTNDATETIME(String) - Method in class mali.table.impl.SYSSERIALNOImpl
set 異動時間
setSERIAL_MTNDATETIME(String) - Method in interface mali.table.SYSSERIALNO
set 異動時間
setSERIAL_MTNUSERID(String) - Method in class mali.table.impl.SYSSERIALNOImpl
set 異動人員
setSERIAL_MTNUSERID(String) - Method in interface mali.table.SYSSERIALNO
set 異動人員
setSERIAL_NO(Integer) - Method in class mali.table.impl.SYSSERIALNOImpl
set 目前流水號
setSERIAL_NO(Integer) - Method in interface mali.table.SYSSERIALNO
set 目前流水號
setSERIAL_SEQNO(String) - Method in class mali.table.impl.SYSSERIALNOImpl
set 唯一序號
setSERIAL_SEQNO(String) - Method in interface mali.table.SYSSERIALNO
set 唯一序號
setSerialNumber(int) - Method in class mali.object.MailMessageObject
 
setServerWakeupInterval(int) - Method in class com.enterprisedt.net.ftp.FTPClient
Set server wakeup interval in seconds.
setSession(HttpSession) - Method in class mali.util.commonbean
 
setSESSION_AUTH_YN(String) - Method in class mali.type.MaliConfig
 
setSessionMaliformbean(String, Maliformbean) - Method in class mali.util.htmElement
 
setSessionQueryParambean(QueryParambean) - Method in class mali.util.htmElement
 
setSessionQueryParambean(QueryParambean, boolean) - Method in class mali.util.htmElement
 
setSessionSqlbean(Sqlbean) - Method in class mali.util.htmElement
set SessionSqlbean
setSheetName(String) - Method in class mali.util.excel.SheetReport
set excelSheetName
setSheetReports(Vector<SheetReport>) - Method in class mali.common.action.BaseExcelRptAction
set 產生的資料內容
setShowCodeField(boolean) - Method in class mali.html.PopText
是否顯示代碼欄位, 若為 false ,則只顯示說明欄位
setShowICon(boolean) - Method in class mali.html.Button
set 是否顯示icon 圖示
setSIGN_CREDATETIME(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 建檔時間
setSIGN_CREDATETIME(String) - Method in interface mali.table.SYSSIGNON
set 建檔時間
setSIGN_CREUSERID(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 建檔人員
setSIGN_CREUSERID(String) - Method in interface mali.table.SYSSIGNON
set 建檔人員
setSIGN_ISPWD(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 是否需使用密碼登入
setSIGN_ISPWD(String) - Method in interface mali.table.SYSSIGNON
set 是否需使用密碼登入
setSIGN_MEMBERSEQNO(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 會員帳號對應唯一序號
setSIGN_MEMBERSEQNO(String) - Method in interface mali.table.SYSSIGNON
set 會員帳號對應唯一序號
setSIGN_MTNDATETIME(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 異動時間
setSIGN_MTNDATETIME(String) - Method in interface mali.table.SYSSIGNON
set 異動時間
setSIGN_MTNUSERID(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 異動人員
setSIGN_MTNUSERID(String) - Method in interface mali.table.SYSSIGNON
set 異動人員
setSIGN_SEQNO(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 唯一序號
setSIGN_SEQNO(String) - Method in interface mali.table.SYSSIGNON
set 唯一序號
setSIGN_SYSID(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 對應系統別
setSIGN_SYSID(String) - Method in interface mali.table.SYSSIGNON
set 對應系統別
setSIGN_USERID(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 系統別之使用者帳號
setSIGN_USERID(String) - Method in interface mali.table.SYSSIGNON
set 系統別之使用者帳號
setSIGN_USRPWD(String) - Method in class mali.table.impl.SYSSIGNONImpl
set 系統別之使用者密碼
setSIGN_USRPWD(String) - Method in interface mali.table.SYSSIGNON
set 系統別之使用者密碼
setSignalOnSchedulingChange(boolean) - Method in class org.quartz.core.QuartzScheduler
 
setSize(long) - Method in class com.enterprisedt.net.ftp.FTPFile
 
setSMS_COMPANY(String) - Method in class mali.type.MaliConfig
發送簡訊公司
setSMS_IP(String) - Method in class mali.type.MaliConfig
發送簡訊對應ip
setSMS_PORT(String) - Method in class mali.type.MaliConfig
發送簡訊對應port
setSMS_PWD(String) - Method in class mali.type.MaliConfig
發送簡訊對應密碼
setSMS_UID(String) - Method in class mali.type.MaliConfig
發送簡訊對應使用者帳號
setSMTP_AUTH_PASSWORD(String) - Method in class mali.type.MaliConfig
 
setSMTP_AUTH_USERID(String) - Method in class mali.type.MaliConfig
 
setSMTP_AUTH_YN(String) - Method in class mali.type.MaliConfig
 
setSMTP_HOST_IP(String) - Method in class mali.type.MaliConfig
 
setSmtpauth(boolean) - Method in class mali.util.mailbox
 
setSmtppassword(String) - Method in class mali.util.mailbox
 
setSmtpuser(String) - Method in class mali.util.mailbox
 
setSortAsc(boolean[]) - Method in class mali.type.util.VectorComparator
設定比較結果的遞增或遞減排列方式
setSortcolumn(int) - Method in class mali.servlet.maliServlet.bean.Maliformbean
 
setSortfield(String[]) - Method in class mali.db.BaseQueryImpl
 
setSortfield(String[]) - Method in interface mali.type.BaseQuery
 
setSortKey(String) - Method in class mali.type.QueryParambean
set query sort key (內含排序設定)
setSortKeyClass(Class) - Method in class mali.html.util.CommonColumnObject
 
setSortKeyname(String) - Method in class mali.html.util.CommonColumnObject
設定 sort key name, 未設定則以fieldname 為 keyname
setSortKeyObjectClass(Class[]) - Method in class mali.type.util.VectorComparator
 
setspanAttr(String) - Method in class mali.html.Label
若有設定 id 會提供一span 可做運用..
setSPECIALWORD_REJECT(String) - Method in class mali.type.MaliConfig
set遇特殊字元時是否要剔回
setSQLAction(String) - Method in class mali.html.MutiRowListForm
設定維護時DEFAULT SQLACTION 維護時,是給 UPDATE 還是 INSERT, 參數為 A = INSERT , U = UPDATE
setSqlActionType(String) - Method in class mali.html.HtmlObject
set sql action 的Type 包括 A .
setSqlBean(Sqlbean) - Method in class mali.html.MutiRowListForm
設定 sqlbean 格式的 sql 參數
setSqlbean(Sqlbean) - Method in class mali.util.htmElement
 
setSQLDatas(BaseTable[]) - Method in class mali.db.SYSTEMSaveToDbActionImpl
 
setSqlProcess(SqlProcess) - Method in class mali.type.ProcessRequest
 
setSQLSERVER_CLASSDRIVER(String) - Method in class mali.type.MaliConfig
 
setSQLSERVER_CLASSURL(String) - Method in class mali.type.MaliConfig
 
setSQLSERVER_PASSWD(String) - Method in class mali.type.MaliConfig
 
setSQLSERVER_USERID(String) - Method in class mali.type.MaliConfig
 
setSqlStatus(String) - Method in class mali.type.SqlProcess
 
setSQLText(String) - Method in class mali.db.BaseQueryImpl
 
setSQLText(String, Vector) - Method in class mali.db.BaseQueryImpl
 
setSQLText(String) - Method in interface mali.type.BaseQuery
 
setSQLText(String, Vector) - Method in interface mali.type.BaseQuery
 
setSQLText(String) - Method in class mali.type.Sqlbean
 
setSqlText(String) - Method in class mali.type.SqlProcess
 
setSqltext(String) - Method in class mali.util.ConnDbCom
 
setSqltext(Sqlbean) - Method in class mali.util.ConnDbCom
 
setStartCol(int) - Method in class mali.util.excel.SheetReport
開始列印Col位置 , no template 時取此值開始塞資料
setStartColnum(int) - Method in class mali.util.JxlUtility
設定開始的Line default 為 0 , 第二行則為 1
setStartColnum(int) - Method in class mali.util.outputxls
設定開始的Line default 為 0 , 第二行則為 1
setStartRow(int) - Method in class mali.util.excel.SheetReport
開始列印Row位置, no template 時取此值開始塞資料
setStartTime(Date) - Method in class org.quartz.CronTrigger
 
setStartTime(Date) - Method in class org.quartz.NthIncludedDayTrigger
Sets the date/time on which the trigger may begin firing.
setStartTime(Date) - Method in class org.quartz.SimpleTrigger
Set the time at which the SimpleTrigger should occur.
setStartTime(Date) - Method in class org.quartz.Trigger
The time at which the trigger's scheduling should start.
setStrictReturnCodes(boolean) - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Set strict checking of FTP return codes.
setStrictReturnCodes(boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Set strict checking of FTP return codes.
setStrictReturnCodes(boolean) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Set strict checking of FTP return codes.
setStringSpaceToNull(boolean) - Method in class mali.db.BaseTableimpl
 
setStringSpaceToNull(boolean) - Method in interface mali.type.BaseTable
set 欄位為String 若是space 是否轉為null
setStringSpaceToNull(boolean) - Method in class mali.type.clsSqlData
field String space to null true ,則 space 也當null, false 則space 還是space
setStringValue(String) - Method in class mali.db.BaseTableimpl
 
setStyleClassName(String) - Method in class mali.html.Button
set button class name,若未設定,則預設為 button_body
setStyleName(String) - Method in class mali.html.HtmlObject
設定 css class name default
setSubject(String) - Method in class mali.object.MailMessageObject
 
setSubject(String) - Method in class mali.util.mailbox
 
setSubmitFormid(String) - Method in class mali.html.pageControl.SaveControlButton
設定 submitformid
setSYS_TITLENAME(String) - Method in class mali.type.MaliConfig
系統TITLE 中文名稱
setSYSConfig(String, MaliConfig) - Static method in class mali.Context.SystemContext
 
setSYSID(String) - Method in class mali.type.MaliConfig
 
setSysid(String) - Method in class mali.util.ConnDbCom
 
setSysid(String) - Method in class mali.util.mailbox
 
setSYSLOGINLOG_SEQNO(String) - Method in class mali.table.impl.SYSLOGINLOGImpl
 
setSYSLOGINLOG_SEQNO(String) - Method in interface mali.table.SYSLOGINLOG
set 唯一序號
setSYSMEMBER(SYSMEMBER) - Method in class mali.type.MaliContext
 
setSYSMEMBER_SEQNO(String) - Method in class mali.table.impl.SYSMEMBERImpl
set 唯一序號
setSYSMEMBER_SEQNO(String) - Method in interface mali.table.SYSMEMBER
set 唯一序號
setSYSMYCERT(SYSMYCERT) - Method in class mali.object.OUser
 
setSYSORG_SEQNO(String) - Method in class mali.table.impl.SYSORGImpl
set 唯一序號
setSYSORG_SEQNO(String) - Method in interface mali.table.SYSORG
set 唯一序號
setSYSPROGRAM_SEQNO(String) - Method in class mali.table.impl.SYSPROGRAMImpl
set 唯一序號
setSYSPROGRAM_SEQNO(String) - Method in interface mali.table.SYSPROGRAM
set 唯一序號
setSYSROAUCODE_SEQNO(String) - Method in class mali.table.impl.SYSROAUCODEImpl
set 唯一序號
setSYSROAUCODE_SEQNO(String) - Method in interface mali.table.SYSROAUCODE
set 唯一序號
setSYSROLEAUTH_SEQNO(String) - Method in class mali.table.impl.SYSROLEAUTHImpl
set 唯一序號
setSYSROLEAUTH_SEQNO(String) - Method in interface mali.table.SYSROLEAUTH
set 唯一序號
setSYSSelfConfig(String, Properties) - Static method in class mali.Context.SystemContext
 
setSYSUNIQSEQNO_SEQNO(String) - Method in class mali.table.impl.SYSUNIQSEQNOImpl
set 資料唯一序號
setSYSUNIQSEQNO_SEQNO(String) - Method in interface mali.table.SYSUNIQSEQNO
set 資料唯一序號
setSYSUSR_ADDR(String) - Method in class mali.table.impl.SYSUSRImpl
set 聯絡地址
setSYSUSR_ADDR(String) - Method in interface mali.table.SYSUSR
set 聯絡地址
setSYSUSR_ARRIVEDATE(String) - Method in class mali.table.impl.SYSUSRImpl
set 到職日期
setSYSUSR_ARRIVEDATE(String) - Method in interface mali.table.SYSUSR
set 到職日期
setSYSUSR_COMPANYADDR(String) - Method in class mali.table.impl.SYSUSRImpl
 
setSYSUSR_COMPANYADDR(String) - Method in interface mali.table.SYSUSR
set 公司地址
setSYSUSR_COMPANYNAME(String) - Method in class mali.table.impl.SYSUSRImpl
 
setSYSUSR_COMPANYNAME(String) - Method in interface mali.table.SYSUSR
set 公司名稱
setSYSUSR_COMPANYTEL(String) - Method in class mali.table.impl.SYSUSRImpl
 
setSYSUSR_COMPANYTEL(String) - Method in interface mali.table.SYSUSR
set 公司電話
setSYSUSR_CREDATETIME(String) - Method in class mali.table.impl.SYSUSRImpl
set 建檔時間
setSYSUSR_CREDATETIME(String) - Method in interface mali.table.SYSUSR
set 建檔時間
setSYSUSR_CREUSERID(String) - Method in class mali.table.impl.SYSUSRImpl
set 建檔人員
setSYSUSR_CREUSERID(String) - Method in interface mali.table.SYSUSR
set 建檔人員
setSYSUSR_DUTYTITLE(String) - Method in class mali.table.impl.SYSUSRImpl
set 職稱
setSYSUSR_DUTYTITLE(String) - Method in interface mali.table.SYSUSR
set 職稱
setSYSUSR_EMAIL(String) - Method in class mali.table.impl.SYSUSRImpl
set EMAIL
setSYSUSR_EMAIL(String) - Method in interface mali.table.SYSUSR
set EMAIL
setSYSUSR_ENAME(String) - Method in class mali.table.impl.SYSUSRImpl
set 英文姓名
setSYSUSR_ENAME(String) - Method in interface mali.table.SYSUSR
set 英文姓名
setSYSUSR_ID(String) - Method in class mali.table.impl.SYSUSRImpl
set 員工代號
setSYSUSR_ID(String) - Method in interface mali.table.SYSUSR
set 員工代號
setSYSUSR_IDNO(String) - Method in class mali.table.impl.SYSUSRImpl
set 身分證字號
setSYSUSR_IDNO(String) - Method in interface mali.table.SYSUSR
set 身分證字號
setSYSUSR_ISDUTY(String) - Method in class mali.table.impl.SYSUSRImpl
set 是否在職
setSYSUSR_ISDUTY(String) - Method in interface mali.table.SYSUSR
set 是否在職
setSYSUSR_ISPARTTIME(String) - Method in class mali.table.impl.SYSUSRImpl
set 是否為兼職
setSYSUSR_ISPARTTIME(String) - Method in interface mali.table.SYSUSR
set 是否為兼職
setSYSUSR_LEAVEDATE(String) - Method in class mali.table.impl.SYSUSRImpl
set 離職日期
setSYSUSR_LEAVEDATE(String) - Method in interface mali.table.SYSUSR
set 離職日期
setSYSUSR_MEMBER_SEQNO(String) - Method in class mali.table.impl.SYSUSRImpl
set 對應帳號檔唯一序號
setSYSUSR_MEMBER_SEQNO(String) - Method in interface mali.table.SYSUSR
set 對應帳號檔唯一序號
setSYSUSR_MOBILETEL(String) - Method in class mali.table.impl.SYSUSRImpl
 
setSYSUSR_MOBILETEL(String) - Method in interface mali.table.SYSUSR
set 行動電話
setSYSUSR_MTNDATETIME(String) - Method in class mali.table.impl.SYSUSRImpl
set 異動時間
setSYSUSR_MTNDATETIME(String) - Method in interface mali.table.SYSUSR
set 異動時間
setSYSUSR_MTUSERID(String) - Method in class mali.table.impl.SYSUSRImpl
set 異動人員
setSYSUSR_MTUSERID(String) - Method in interface mali.table.SYSUSR
set 異動人員
setSYSUSR_NAME(String) - Method in class mali.table.impl.SYSUSRImpl
set 姓名
setSYSUSR_NAME(String) - Method in interface mali.table.SYSUSR
set 姓名
setSYSUSR_NICKNAME(String) - Method in class mali.table.impl.SYSUSRImpl
set 暱稱
setSYSUSR_NICKNAME(String) - Method in interface mali.table.SYSUSR
set 暱稱
setSYSUSR_ORGID(String) - Method in class mali.table.impl.SYSUSRImpl
set 所屬單位
setSYSUSR_ORGID(String) - Method in interface mali.table.SYSUSR
set 所屬單位
setSYSUSR_SEQNO(String) - Method in class mali.table.impl.SYSUSRImpl
set 唯一序號
setSYSUSR_SEQNO(String) - Method in interface mali.table.SYSUSR
set 唯一序號
setSYSUSR_SUBORGID(String) - Method in class mali.table.impl.SYSUSRImpl
set 科室
setSYSUSR_SUBORGID(String) - Method in interface mali.table.SYSUSR
set 科室
setSYSUSR_TEL(String) - Method in class mali.table.impl.SYSUSRImpl
set 聯絡電話
setSYSUSR_TEL(String) - Method in interface mali.table.SYSUSR
set 聯絡電話
setTabidx(int) - Method in class tw.com.mali.platform.PageTabPlatform
 
setTabindex(Integer) - Method in class mali.html.HtmlObject
set html tabindex
setTabindex(Integer, boolean) - Method in class mali.html.HtmlObject
設定 tabindex
setTabIndex(int) - Method in class mali.html.PageTab
 
setTableName(String) - Method in class mali.db.BaseQueryImpl
 
setTableName(String) - Method in class mali.db.BaseTableimpl
 
setTableName(String) - Method in class mali.html.DeleteButton
 
setTableName(String) - Method in class mali.html.MutiRowListForm
設定維護畫面時主要table, 若未設定,則無法抓取 primarykey 則無法執行 刪除動作
setTableName(String) - Method in interface mali.type.BaseQuery
 
setTableName(String) - Method in interface mali.type.BaseTable
set table name
setTablename(String) - Method in class mali.type.clsSqlData
 
setTablePrefix(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
setTablePrefix(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the prefix that should be pre-pended to all table names.
setTablePrefix(String) - Method in interface org.quartz.impl.jdbcjobstore.TablePrefixAware
 
setTablePrimaryKey(String[]) - Static method in class mali.util.DataLoader
 
setTableType(Hashtable) - Method in class mali.common.MaliCommonHttpServlet
 
setTarget(String) - Method in class mali.common.action.MaliCommonAction
 
setTarget(String) - Method in class mali.common.MaliCommonHttpServlet
 
setTargetColumn(int[]) - Method in class mali.type.util.VectorComparator
設定欲比較的Column
setTDAttr(String) - Method in class mali.html.DisplayNameHtmlPara
set TDAttr 格式 只要在 td 可用的
setTDAttr(String) - Method in class mali.html.util.CommonColumnObject
set 設定此欄位的 TD 相關參數
setTDClass(String) - Method in class mali.html.DisplayNameHtmlPara
可設定 td 的 class
setTDClass(String) - Method in class mali.html.util.CommonColumnObject
設定此欄位的 TD CLASS
setTDColSpan(int) - Method in class mali.html.DisplayNameHtmlPara
設定 td 的 ColSpan
setTDRowSpan(int) - Method in class mali.html.DisplayNameHtmlPara
設定 td 的 RowSpan
setTemplate_fielname(String) - Method in class mali.util.JxlUtility
設定 Template xls filename, template 路徑在 maliconfig.properties 定義
setTemplate_fielname(String) - Method in class mali.util.outputxls
設定 Template xls filename, template 路徑在 maliconfig.properties 定義
setTEMPLATE_PATH(String) - Method in class mali.type.MaliConfig
 
setTemplateName(String) - Method in class mali.util.excel.SheetReport
set 範本檔
setTemplatePath(String) - Method in class mali.util.JxlUtility
設定templete path 目錄
settemplementCellRowToOutputCellRow(String, int, int, Hashtable) - Method in class mali.util.JxlUtility
set 單一CellRow
setThreadCount(int) - Method in class org.quartz.simpl.SimpleThreadPool
Set the number of worker threads in the pool - has no effect after initialize() has been called.
setThreadName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzSchedulerThread.
setThreadNamePrefix(String) - Method in class org.quartz.simpl.SimpleThreadPool
 
setThreadPool(ThreadPool) - Method in class org.quartz.core.QuartzSchedulerResources
Set the ThreadPool for the QuartzScheduler to use.
setThreadPriority(int) - Method in class org.quartz.simpl.SimpleThreadPool
Set the thread priority of worker threads in the pool - has no effect after initialize() has been called.
setThreadsInheritContextClassLoaderOfInitializingThread(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
 
setThreadsInheritGroupOfInitializingThread(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
 
setThreadsInheritInitializersClassLoadContext(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
Set whether to set the class load context of spawned threads to that of the initializing thread.
setThreadsInheritInitializersClassLoadContext(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether to set the class load context of spawned threads to that of the initializing thread.
setThrowIfPropertyNotFound(boolean) - Method in class org.quartz.simpl.PropertySettingJobFactory
Whether the JobInstantiation should fail and throw and exception if a key (name) and value (type) found in the JobDataMap does not correspond to a proptery setter on the Job class.
setTimeout(int) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Set the timeout for socket connections.
setTimeout(int) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Set the timeout for socket connections.
setTimeout(int) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the SO_TIMEOUT in milliseconds on the underlying socket.
setTimeout(int) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set the TCP timeout on the underlying socket(s).
setTimeout(int) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
 
setTimeout(int) - Method in class com.enterprisedt.net.ftp.internal.FTPActiveDataSocket
Set the TCP timeout on the underlying data socket(s).
setTimeout(int) - Method in interface com.enterprisedt.net.ftp.internal.FTPDataSocket
Set the TCP timeout on the underlying control socket.
setTimeout(int) - Method in class com.enterprisedt.net.ftp.internal.FTPPassiveDataSocket
Set the TCP timeout on the underlying control socket.
setTimeRange(String, String) - Method in class org.quartz.impl.calendar.DailyCalendar
Sets the time range for the DailyCalendar to the times represented in the specified Strings.
setTimeRange(int, int, int, int, int, int, int, int) - Method in class org.quartz.impl.calendar.DailyCalendar
Sets the time range for the DailyCalendar to the times represented in the specified values.
setTimeRange(Calendar, Calendar) - Method in class org.quartz.impl.calendar.DailyCalendar
Sets the time range for the DailyCalendar to the times represented in the specified java.util.Calendars.
setTimeRange(long, long) - Method in class org.quartz.impl.calendar.DailyCalendar
Sets the time range for the DailyCalendar to the times represented in the specified values.
setTimesTriggered(int) - Method in class org.quartz.SimpleTrigger
Set the number of times the SimpleTrigger has already fired.
setTimeZone(TimeZone) - Method in class org.quartz.CronExpression
Sets the time zone for which this CronExpression will be resolved.
setTimeZone(TimeZone) - Method in class org.quartz.CronTrigger
Sets the time zone for which the cronExpression of this CronTrigger will be resolved.
setTimeZone(TimeZone) - Method in class org.quartz.impl.calendar.BaseCalendar
Sets the time zone for which this Calendar will be resolved.
setTimeZone(TimeZone) - Method in class org.quartz.impl.calendar.CronCalendar
Sets the time zone for which the CronExpression of this CronCalendar will be resolved.
setTimeZone(TimeZone) - Method in class org.quartz.NthIncludedDayTrigger
Sets the time zone in which the fireAtTime will be resolved.
setToEmail(String) - Method in class mali.util.mailbox
 
setToMail(String) - Method in class mali.object.MailMessageObject
 
setTransactionIsolation(int) - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
Attempts to change the transaction isolation level to the given level, saving the original level.
setTransactionManagerJNDIName(String) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
 
setTransferBufferSize(int) - Method in class com.enterprisedt.net.ftp.AdvancedGeneralSettings
Set the size of the data buffers used in reading and writing to the server
setTransferBufferSize(int) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the size of the buffers used in writing to and reading from the data sockets
setTransferBufferSize(int) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Set the size of the buffers used in writing to and reading from the data sockets
setTransferCompleteMessages(TransferCompleteStrings) - Method in class com.enterprisedt.net.ftp.FTPClient
Set a new instance of the strings class
setTransferNotifyInterval(int) - Method in class com.enterprisedt.net.ftp.AdvancedGeneralSettings
Set the interval used for progress notification of transfers.
setTransferNotifyInterval(int) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
Set the interval used for progress notification of transfers.
setTriggerCompleteMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Set the message that is printed upon the completion of a trigger's firing.
setTriggerFiredMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Set the message that is printed upon a trigger's firing.
setTriggerIdentity(Trigger, String) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated.
use org.quartz.TriggerUtils instead!
setTriggerIdentity(Trigger, String, String) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated.
use org.quartz.TriggerUtils instead!
setTriggerIdentity(Trigger, String) - Static method in class org.quartz.TriggerUtils
Set the given Trigger's name to the given value, and its group to the default group (Scheduler.DEFAULT_GROUP).
setTriggerIdentity(Trigger, String, String) - Static method in class org.quartz.TriggerUtils
Set the given Trigger's name to the given value, and its group to the given group.
setTriggerIsVolatile(boolean) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setTriggerKey(Key) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setTriggerMisfiredMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Set the message that is printed upon a trigger's firing.
setTriggers(List) - Method in class org.quartz.xml.JobSchedulingBundle
 
setTxIsolationLevelReadCommitted(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Set the transaction isolation level of DB connections to sequential.
setTxIsolationLevelSerializable(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the transaction isolation level of DB connections to sequential.
setType(FTPTransferType) - Method in class com.enterprisedt.net.ftp.FTPClient
Set the transfer type
setType(FTPTransferType) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Set the transfer type
setType(String) - Method in class mali.html.HtmlObject
設定欄位型態 text password hidden ...等
setunClickFalseValue(String) - Method in class mali.html.SingleCheckbox
set unclick false 時的值
setunCliektFalseValue(String) - Method in class mali.html.SingleCheckbox
Deprecated.
欄位拼錯字
setUNIQ_ID(String) - Method in class mali.table.impl.SYSUNIQSEQNOImpl
set 項目代號
setUNIQ_ID(String) - Method in interface mali.table.SYSUNIQSEQNO
set 項目代號
setUNIQ_LENGTH(Integer) - Method in class mali.table.impl.SYSUNIQSEQNOImpl
set 流水號長度
setUNIQ_LENGTH(Integer) - Method in interface mali.table.SYSUNIQSEQNO
set 流水號長度
setUNIQ_SEQNO(Integer) - Method in class mali.table.impl.SYSUNIQSEQNOImpl
set 唯一序號
setUNIQ_SEQNO(Integer) - Method in interface mali.table.SYSUNIQSEQNO
set 唯一序號
setUNIQ_SYSID(String) - Method in class mali.table.impl.SYSUNIQSEQNOImpl
set 系統別
setUNIQ_SYSID(String) - Method in interface mali.table.SYSUNIQSEQNO
set 系統別
setUnscheduleAllTriggers(boolean) - Method in exception org.quartz.JobExecutionException
 
setUnscheduleFiringTrigger(boolean) - Method in exception org.quartz.JobExecutionException
 
setUNZIP_BASEPATH(String) - Method in class mali.type.MaliConfig
 
setUpdateDefaultValue() - Method in class mali.db.BaseTableimpl
 
setUpdateDefaultValue() - Method in interface mali.type.BaseTable
set update 時預設defaultValue
setUpdateDefaultValue() - Method in class tw.mali.prj.table.impl.PRJBaseTableImpl
 
setUpdatefield(String, Object) - Method in class mali.db.BaseQueryImpl
 
setUpdatefield(String, Object) - Method in interface mali.type.BaseQuery
要設為update 才可setupdatefield, 若set updatefield 則將execute 設為update
setUpdateKeyField(String, String) - Method in class mali.db.BaseQueryImpl
 
setUpdateKeyField(String, String) - Method in interface mali.type.BaseQuery
update table 欄位至某個欄位
setUpdateLockRowSQL(String) - Method in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
 
setUpdateMode() - Method in class mali.db.BaseTableimpl
set 更新mode
setUpdateMode() - Method in interface mali.type.BaseTable
set 為更新mode U
setUpdateOKMesg(String) - Method in class mali.html.MutiRowListForm
修改儲存回應訊息
setUpdateOkMesg(String) - Method in class mali.type.ProcessRequest
 
setUpdateTrigger() - Method in class mali.db.BaseTableimpl
udpate trigger , 在 update 前會先執行
setUpdateTrigger() - Method in class mali.table.impl.BULLETINImpl
 
setUpdateTrigger() - Method in class mali.table.impl.EMSGImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSAUTONOImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSJOBSCHEDULELOGImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSLOCKImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSMEMBERImpl
 
setUpdateTrigger() - Method in class mali.table.impl.SYSMEMCGLOGImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSMYCERTImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSORGImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSPKIFLOWTMPImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSROLEAUTHImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSSERIALNOImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSSIGNONImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in class mali.table.impl.SYSUSRImpl
using update executed before setUpdateTrigger
setUpdateTrigger() - Method in interface mali.type.BaseTable
 
setUpdateTrigger() - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
using update executed before setUpdateTrigger
setUPLOAD_BASEPATH(String) - Method in class mali.type.MaliConfig
 
setUPLOAD_MAXSIZE(String) - Method in class mali.type.MaliConfig
 
setUrl_classdirver(String) - Method in class mali.type.DbURL
 
setUrl_classurl(String) - Method in class mali.type.DbURL
 
setUrl_datastorename(String) - Method in class mali.type.DbURL
 
setUrl_dbname(String) - Method in class mali.type.DbURL
 
setUrl_ip(String) - Method in class mali.type.DbURL
 
setUrl_pwd(String) - Method in class mali.type.DbURL
 
setUrl_uid(String) - Method in class mali.type.DbURL
 
setUrlParameters(String) - Method in class mali.html.PageTab
 
setUseConfig(boolean) - Method in class mali.common.MaliCommonHttpServlet
 
setUseContextClassLoader(boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Sets whether to use the context class loader.
setUseDBLocks(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether this instance should use database-based thread synchronization.
setUseProperties(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether String-only properties will be handled in JobDataMaps.
setUseQueryForm(boolean) - Method in class mali.html.PopText
set 是否使用 queryform
setuserCurOrgDN(String) - Method in class mali.type.MaliContext
 
setuserCurOrgID(String) - Method in class mali.type.MaliContext
 
setuserCurOrgName(String) - Method in class mali.type.MaliContext
 
setuserCurOrgNickName(String) - Method in class mali.type.MaliContext
 
setuserCurOrgNode(String) - Method in class mali.type.MaliContext
 
setuserCurOrgUpDN(String) - Method in class mali.type.MaliContext
 
setuserCurOrgUpNode(String) - Method in class mali.type.MaliContext
 
setUserName(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Set the name of the user to log in with.
setUserName(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Set the name of the user to log in with.
setUserName(String) - Method in class com.enterprisedt.net.ftp.internal.ConnectionContext
 
setUserOrgDN(String) - Method in class mali.type.MaliContext
使用者所屬機關dn
setUserOrgID(String) - Method in class mali.type.MaliContext
 
setUserOrgName(String) - Method in class mali.type.MaliContext
設定 set ORGNAME 機關名稱
setUserOrgNickName(String) - Method in class mali.type.MaliContext
設定 ORGNICKNAME 機關簡稱
setUserOrgRootNode(String) - Method in class mali.type.MaliContext
 
setUserOrgType(String) - Method in class mali.type.MaliContext
 
setUserOrgUpDN(String) - Method in class mali.type.MaliContext
 
setUserOrgUpNode(String) - Method in class mali.type.MaliContext
取ORGNICKNAME 機關簡稱
setUserPassword(String) - Method in class mali.util.pdf.HtmlWritePdfUtility
加密的密碼
setUserTxLocation(String) - Static method in class org.quartz.ee.jta.UserTransactionHelper
Set the JNDI URL at which the Application Server's UserTransaction can be found.
setUseSortButton(boolean) - Method in class mali.html.util.CommonColumnObject
是否可設定為sort button
setUsingSession(Boolean) - Method in class mali.db.BaseQueryImpl
使用暫存資料
setUsingSession(Boolean) - Method in interface mali.type.BaseQuery
查詢時是否記錄暫存.
setValidating(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not the XML should be validated.
setValidatingSchema(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not the XML schema should be validated.
setValue(String) - Method in class mali.html.HtmlObject
 
setValue(String) - Method in class mali.type.QueryParam
 
setVectorFielddata(Vector, String, Object, boolean) - Method in class mali.object.CommonFieldObject
 
setVersionInName(boolean) - Method in class com.enterprisedt.net.ftp.VMSFileParser
Set the property that controls whether or not the version number is returned as part of the filename, e.g.
setViewAction(String) - Method in class mali.html.PageTab
set 檢視Button url
setVolatility(boolean) - Method in class org.quartz.JobDetail
Set whether or not the Job should be persisted in the JobStore for re-use after program restarts.
setVolatility(boolean) - Method in class org.quartz.Trigger
Set whether or not the Trigger should be persisted in the JobStore for re-use after program restarts.
setWarnIfPropertyNotFound(boolean) - Method in class org.quartz.simpl.PropertySettingJobFactory
Whether a warning should be logged if a key (name) and value (type) found in the JobDataMap does not correspond to a proptery setter on the Job class.
setWebRealPath(String) - Method in class mali.type.MaliContext
 
setWhereKeyPreparedStatement(PreparedStatement, Vector) - Method in class mali.util.ConnDbCom
 
setWrapInUserTransaction(boolean) - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Wrap the start() and shutdown() methods in a UserTransaction.
setWRITE_DB_LOG(String) - Method in class mali.type.MaliConfig
 
setWRITE_EDATETIME(String) - Method in interface tw.com.mali.IReport.action.SYSWRITELOG
set 時間end
setWRITE_EDATETIME(String) - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
set 時間end
setWRITE_IP(String) - Method in interface tw.com.mali.IReport.action.SYSWRITELOG
set IP
setWRITE_IP(String) - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
set IP
setWRITE_ORDERNO(String) - Method in interface tw.com.mali.IReport.action.SYSWRITELOG
set WRITE_ORDERNO
setWRITE_ORDERNO(String) - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
set WRITE_ORDERNO
setWRITE_SDATETIME(String) - Method in interface tw.com.mali.IReport.action.SYSWRITELOG
set 時間start
setWRITE_SDATETIME(String) - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
set 時間start
setWRITE_SESSIONID(String) - Method in interface tw.com.mali.IReport.action.SYSWRITELOG
set WRITE_SESSIONID
setWRITE_SESSIONID(String) - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
set WRITE_SESSIONID
setWRITE_STATUS(String) - Method in interface tw.com.mali.IReport.action.SYSWRITELOG
set WRITE STATUS
setWRITE_STATUS(String) - Method in class tw.com.mali.IReport.action.SYSWRITELOGImpl
set WRITE STATUS
setXmlRowKey(String) - Method in class mali.util.DataLoader
設定XML格式的ROWKEY
setZIP_BASEPATH(String) - Method in class mali.type.MaliConfig
 
set代碼類別(String) - Method in class mali.query.impl.SYSCODEQueryImpl
 
set代碼類別(String) - Method in interface mali.query.SYSCODEQuery
使用| 區分 sys ,code_subsys, code_type
set代碼類別(String) - Method in class mali.table.impl.SYSCODEImpl
 
set代碼類別(String) - Method in interface mali.table.SYSCODE
 
set作業處理方式(String) - Method in class mali.html.MutiRowListForm
作業處理方式 0.維護畫面 1.報表
set使用預設查詢台(boolean) - Method in class mali.html.Button
 
set公用DisplayNameHtmlPara(DisplayNameHtmlPara) - Method in class mali.html.MutiRowListForm
設定公用的displaynamehtmlpara, 清單式或是單筆式都可設定, 清單式主要是控制 class & colspan &rowspan 其他無效
set刪除Button顯示位置(String) - Method in class mali.html.MutiRowListForm
設定刪除BUTTON顯示在最前面或是最後面
set刪除CheckBoxDisplayNameHtmlPara(DisplayNameHtmlPara) - Method in class mali.html.MutiRowListForm
 
set刪除CheckBoxObject(SingleCheckbox) - Method in class mali.html.MutiRowListForm
設定刪除CheckBox ,直接由外部定義
set刪除CheckBoxObjectId(String) - Method in class mali.html.MutiRowListForm
 
set刪除Checkbox是否顯示全選CheckBox(boolean) - Method in class mali.html.MutiRowListForm
設定顯示刪除CHECKBOX時,是否要顯示全選鈕
set刪除CheckBox顯示說明(String) - Method in class mali.html.MutiRowListForm
 
set刪除鈕顯示方式(String, String) - Method in class mali.html.MutiRowListForm
 
set單筆式Head顯示在欄位上面(boolean) - Method in class mali.html.MutiRowListForm
 
set單筆式Head顯示在欄位左邊(boolean) - Method in class mali.html.MutiRowListForm
 
set執行查詢PostUrl(String) - Method in class mali.type.QueryParambean
set 設定執行查詢鈕,要進行post 的url or 是 ajax 要call 的 url
set多筆是否顯示換頁(boolean) - Method in class mali.html.MutiRowListForm
 
set多筆維護顯示方式(String) - Method in class mali.html.MutiRowListForm
SET 採用一筆方式顯示, 還是多筆方式顯示 set Htmlformkind_單筆式 或Htmlformkind_清單式
set必須輸入任一條件限定欄位(String[]) - Method in class mali.type.QueryParambean
任一條件查詢,若有設定限定欄位,僅針對限定欄位進行必須輸入檢核 (此代表設定的限定欄位任一有值即可)
set憑證SN(String) - Method in class mali.object.OUser
 
set憑證類別(String) - Method in class mali.object.OUser
 
set所屬Org(ORG) - Method in class mali.object.OUser
set 登入帳號所屬org
set換頁時附加參數(String) - Method in class mali.html.MutiRowListForm
設定換頁時自行加的 URL 的 PARAMETER 參數 Ex cur_page=2&size=1
set日期格式顯示format(String) - Method in class mali.html.DateText
目前只先對是報表清單方式時進行轉換
set是否執行新增作業(boolean) - Method in class mali.html.MutiRowListForm
 
set是否必須輸入(boolean) - Method in class mali.type.QueryParam
 
set是否新增時若畫面沒有資料時先新增一筆資料(boolean) - Method in class mali.html.MutiRowListForm
 
set是否檢查查詢條件必須輸入任一條件(boolean) - Method in class mali.type.QueryParambean
set 是否檢查查詢台中的查詢條件必須要輸入任一條件, 預設為false
set是否產生image(boolean) - Method in class mali.util.BarCode39Image
 
set是否產生image(boolean) - Method in class mali.util.QRCodeImage
 
set是否由MutiRowListForm帶入(Boolean) - Method in class mali.html.HtmlObject
 
set是否鎖定分頁筆數設定(boolean) - Method in class mali.html.MutiRowListForm
 
set是否顯示小日曆(Boolean) - Method in class mali.html.DateText
 
set會員角色(String) - Method in class mali.object.OUser
 
set會員類別(String) - Method in class mali.object.OUser
 
set查無資料顯示訊息(String) - Method in class mali.html.Combobox
現在default 若查無資料時則為顯示空白
set查詢台HEADDESC(String) - Method in class mali.type.QueryParambean
set 自定查詢台說明, 預設為查詢台
set查詢結果Datas(BaseTable[]) - Method in class mali.type.QueryParambean
 
set欄位為空白時不做檢查(boolean) - Method in class mali.html.NumberField
 
set每頁顯示筆數(int) - Method in class mali.html.MutiRowListForm
 
set清單式是否顯示Head(boolean) - Method in class mali.html.MutiRowListForm
清單式畫面是否顯示Head , 若不顯示開發者可自己去排列清單顯示方式
set畫面是否顯示刪除Button(boolean) - Method in class mali.html.MutiRowListForm
 
set畫面是否顯示刪除CheckBox(boolean) - Method in class mali.html.MutiRowListForm
 
set畫面是否顯示刪除鈕(boolean) - Method in class mali.html.MutiRowListForm
 
set畫面是否顯示維護鈕(boolean) - Method in class mali.html.MutiRowListForm
 
set畫面是否顯示處理狀況欄位(boolean) - Method in class mali.html.MutiRowListForm
 
set登入時間(Calendar) - Method in class mali.object.OUser
 
set目前顯示頁次(int) - Method in class mali.html.MutiRowListForm
若為分頁時要設定本畫面目前顯示的頁次
set維護鈕顯示位置(String) - Method in class mali.html.MutiRowListForm
 
set自定任一條件必須輸入錯誤訊息說明(String) - Method in class mali.type.QueryParambean
 
set自定查詢格式(String) - Method in class mali.type.QueryParambean
自定設定 html 格式, 其他若有查詢參數時, 則查詢參數加入自定格式其中,請設定為 %P1%,%P2%,%P3%.....以流水號代表參數的第1個.第2個.第3個 若LABEL是為查詢參數中的顯示說明, 請用 %L1%, %L2%,%L3% ....
set自訂查詢台執行查詢Button(Button) - Method in class mali.type.QueryParambean
set 自行設定執行查詢button
set設定單筆方式顯示() - Method in class mali.html.MutiRowListForm
設定多筆維護顯示方式為單筆
set設定清單方式顯示() - Method in class mali.html.MutiRowListForm
設定多筆維護顯示方式為 清單
set設定畫面作業處理方式_報表() - Method in class mali.html.MutiRowListForm
設定作業處理方式為報表(即為清單)
set設定畫面作業處理方式_維護() - Method in class mali.html.MutiRowListForm
設定作業處理方式為維護(即為維護畫面), 預設畫面為可編輯欄位
set設定畫面作業資料內容不可編輯(boolean) - Method in class mali.html.MutiRowListForm
若設定為false,則為可編輯,為true,即使用維護畫面,欄位也和report相同,但清單顯示row不同
set資料庫儲存格式(String) - Method in class mali.html.DateText
設定資料庫內儲存格式為西元或是民國
set開始記錄RowNumber(int) - Method in class mali.html.MutiRowListForm
設定 form 若是db 時 開始 record 的 row number
SHA1Encrypt(byte[]) - Static method in class mali.util.commonbean
sha1 加密
SHA1FileEncrypt(File) - Static method in class mali.util.commonbean
sha1 file 加密
SheetReport - Class in mali.util.excel
excel one sheet 的內容 均設定在此 若未使用template ,則templateName 則設為空白
SheetReport() - Constructor for class mali.util.excel.SheetReport
 
ShowBigCDate(String, String[]) - Static method in class mali.util.commonbean
顯示中文數字民國年
showButton(String, String, String, String, String) - Method in class mali.util.htmElement
顯示 Button HTML String
showButton(Button) - Method in class mali.util.htmElement
 
ShowCalendar() - Static method in class mali.util.commonbean
目前 Calendar 現在時間
ShowCDate() - Static method in class mali.util.commonbean
顯示今日日期(國曆)
ShowCDate(String) - Static method in class mali.util.commonbean
西元轉國曆日期 若 input data 的資料length 小於 8位,代表已是民國日期, 則不再轉換
ShowCDate(String, String[]) - Static method in class mali.util.commonbean
西元轉國曆日期, 並提供國曆要顯示的格式 Ex 94年02月01日
ShowCDatetime(String) - Static method in class mali.util.commonbean
顯示西元轉國曆日期時間
showcheckbox(String, String, String, String, String) - Method in class mali.util.htmElement
// name => checkbox 欄位名稱, fattr=>checkbox function or attribute, // defaultvalue => checked = true 時的值 // codevalue => 值 ,recordnum =>欄位 index
showcheckbox(String, String, String, String, String, String, boolean) - Method in class mali.util.htmElement
單筆 Checkbox (不顯示displayname)
showcombobox(Combobox) - Method in class mali.util.htmElement
 
showcombobox(String, String, String[], String, String, String) - Method in class mali.util.htmElement
顯示 html combobox 格式
ShowDate() - Static method in class mali.util.commonbean
顯示今日日期(西元)
ShowDate(String, String[]) - Static method in class mali.util.commonbean
西元日期轉換字串,若不是西元,會先轉成西元,並轉換字串
ShowDate(String[]) - Static method in class mali.util.commonbean
顯示今天日期西元
ShowDate(Calendar) - Static method in class mali.util.commonbean
轉換Calendar 格式轉為西元日期格式
ShowDate(String) - Static method in class mali.util.commonbean
國曆轉西元日期
ShowDateTime() - Static method in class mali.util.commonbean
顯示今天日期時間(西元)
ShowDateTime(Calendar) - Static method in class mali.util.commonbean
轉換Calendar date 轉成 String yyyymmddhhmiss 格式
ShowDateTimemills(Calendar) - Static method in class mali.util.CalendarUtil
顯示現在時間毫秒(轉換後)
ShowDateTimemills() - Static method in class mali.util.commonbean
顯示現在時間毫秒
ShowDateTimemills(Calendar) - Static method in class mali.util.commonbean
顯示現在時間毫秒(轉換後)
showMessageBox(String, String) - Static method in class mali.util.commonbean
Snow Message Box
showMutiCheckbox(MultiCheckbox) - Method in class mali.util.htmElement
show mutiCheckbox
showRadiobox(String, String, String[], String, String, String) - Method in class mali.util.htmElement
顯示 Radio box 的 tag
showRadiobox(Radiobox) - Method in class mali.util.htmElement
 
ShowROCYear() - Static method in class mali.util.commonbean
顯示今日系統民國年
ShowROCYearMonth() - Static method in class mali.util.commonbean
顯示今日系統年月
ShowTime() - Static method in class mali.util.commonbean
顯示時間(目前) default 顯示 hhmiss 6 位
ShowTimebyformat(String, String[]) - Static method in class mali.util.commonbean
顯示目前時間
showTree(String, String, int) - Method in class mali.util.htmElement
Show Tree 採XML 格式 建 XMLSTRING 時, 根目錄為 次目錄則都是用 functionscript a link 為 false 狀態
showTree(String, String, int, boolean) - Method in class mali.util.htmElement
Show Tree 採XML 格式 建 XMLSTRING 時, 根目錄為 次目錄則都是用 functionscript 所有的次樹都一直使用
showTree(String, String, int, int, boolean, String) - Method in class mali.util.htmElement
 
shutdown() - Static method in class com.enterprisedt.util.debug.Logger
Close all appenders
shutdown() - Method in class org.quartz.core.QuartzScheduler
Halts the QuartzScheduler's firing of Triggers, and cleans up all resources associated with the QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.core.QuartzScheduler
Halts the QuartzScheduler's firing of Triggers, and cleans up all resources associated with the QuartzScheduler.
shutdown() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
shutdown(boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
shutdown() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
shutdown() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Called by the QuartzScheduler to inform the JobStore that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Based on the value of wrapInUserTransaction, wraps the call to shutdown(UserTransaction) in a UserTransaction.
shutdown() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Overriden to ignore wrapInUserTransaction because shutdown() does not interact with the Scheduler.
shutdown() - Method in interface org.quartz.Scheduler
Halts the Scheduler's firing of Triggers, and cleans up all resources associated with the Scheduler.
shutdown(boolean) - Method in interface org.quartz.Scheduler
Halts the Scheduler's firing of Triggers, and cleans up all resources associated with the Scheduler.
shutdown() - Method in class org.quartz.simpl.RAMJobStore
Called by the QuartzScheduler to inform the JobStore that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in class org.quartz.simpl.SimpleThreadPool
Terminate any worker threads in this thread group.
shutdown(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
Terminate any worker threads in this thread group.
shutdown() - Method in class org.quartz.simpl.SimpleTimeBroker
 
shutdown() - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
shutdown(boolean) - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
shutdown() - Method in interface org.quartz.spi.JobStore
Called by the QuartzScheduler to inform the JobStore that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in interface org.quartz.spi.SchedulerPlugin
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
shutdown(boolean) - Method in interface org.quartz.spi.ThreadPool
Called by the QuartzScheduler to inform the ThreadPool that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in interface org.quartz.spi.TimeBroker
Deprecated.
Called by the QuartzScheduler to inform the TimeBroker that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in interface org.quartz.utils.ConnectionProvider
 
shutdown(String) - Method in class org.quartz.utils.DBConnectionManager
Shuts down database connections from the DataSource with the given name, if applicable for the underlying provider.
shutdown() - Method in class org.quartz.utils.JNDIConnectionProvider
 
shutdown() - Method in class org.quartz.utils.PoolingConnectionProvider
 
ShutdownHookPlugin - Class in org.quartz.plugins.management
This plugin catches the event of the JVM terminating (such as upon a CRTL-C) and tells the scheuler to shutdown.
ShutdownHookPlugin() - Constructor for class org.quartz.plugins.management.ShutdownHookPlugin
 
signalSchedulingChange(long) - Method in class org.quartz.core.QuartzSchedulerThread
Signals the main processing loop that a change in scheduling has been made - in order to interrupt any sleeping that may be occuring while waiting for the fire time to arrive.
signalSchedulingChange(long) - Method in class org.quartz.core.SchedulerSignalerImpl
 
signalSchedulingChange(long) - Method in interface org.quartz.spi.SchedulerSignaler
 
SimpleClassLoadHelper - Class in org.quartz.simpl
A ClassLoadHelper that simply calls Class.forName(..)
SimpleClassLoadHelper() - Constructor for class org.quartz.simpl.SimpleClassLoadHelper
 
SimpleInstanceIdGenerator - Class in org.quartz.simpl
The default InstanceIdGenerator used by Quartz when instance id is to be automatically generated.
SimpleInstanceIdGenerator() - Constructor for class org.quartz.simpl.SimpleInstanceIdGenerator
 
SimpleJobFactory - Class in org.quartz.simpl
The default JobFactory used by Quartz - simply calls newInstance() on the job class.
SimpleJobFactory() - Constructor for class org.quartz.simpl.SimpleJobFactory
 
SimpleSemaphore - Class in org.quartz.impl.jdbcjobstore
Internal in-memory lock handler for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
SimpleSemaphore() - Constructor for class org.quartz.impl.jdbcjobstore.SimpleSemaphore
 
SimpleThreadPool - Class in org.quartz.simpl
This is class is a simple implementation of a thread pool, based on the ThreadPool interface.
SimpleThreadPool() - Constructor for class org.quartz.simpl.SimpleThreadPool
Create a new (unconfigured) SimpleThreadPool.
SimpleThreadPool(int, int) - Constructor for class org.quartz.simpl.SimpleThreadPool
Create a new SimpleThreadPool with the specified number of Thread s that have the given priority.
SimpleTimeBroker - Class in org.quartz.simpl
The interface to be implemented by classes that want to provide a mechanism by which the QuartzScheduler can reliably determine the current time.
SimpleTimeBroker() - Constructor for class org.quartz.simpl.SimpleTimeBroker
 
SimpleTrigger - Class in org.quartz
A concrete Trigger that is used to fire a JobDetail at a given moment in time, and optionally repeated at a specified interval.
SimpleTrigger() - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger with no settings.
SimpleTrigger(String, String) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur immediately, and not repeat.
SimpleTrigger(String, String, int, long) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur immediately, and repeat at the the given interval the given number of times.
SimpleTrigger(String, String, Date) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur at the given time, and not repeat.
SimpleTrigger(String, String, Date, Date, int, long) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur at the given time, and repeat at the the given interval the given number of times, or until the given end time.
SimpleTrigger(String, String, String, String, Date, Date, int, long) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur at the given time, fire the identified Job and repeat at the the given interval the given number of times, or until the given end time.
SingleCheckbox - Class in mali.html
SingleCheckbox HTML 格式 界面設定單筆的 Checkbox
SingleCheckbox() - Constructor for class mali.html.SingleCheckbox
 
SingleCheckbox(String, String, String, String, String, boolean) - Constructor for class mali.html.SingleCheckbox
Checkbox
SingleCheckbox(MaliContext, String, String, String, String, String, boolean) - Constructor for class mali.html.SingleCheckbox
 
SingleCheckbox(String, String, String, String, String, boolean, int) - Constructor for class mali.html.SingleCheckbox
 
SingleCheckbox(String, String, boolean) - Constructor for class mali.html.SingleCheckbox
預設default ,未設定 function , clicktrueValue 是set Object再設定clickfalseValue 是setObject 再設定
site(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Run a site-specific command on the server.
size(String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
size(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get the size of a remote file.
size() - Method in class com.enterprisedt.net.ftp.FTPFile
 
size() - Method in class org.quartz.utils.DirtyFlagMap
 
SMS_COMPANY_CHT - Variable in class mali.util.SmsSend
 
SmsSend - Class in mali.util
簡訊發送元件
SmsSend(MaliContext) - Constructor for class mali.util.SmsSend
 
SmtpAuthenticator - Class in mali.util.mail
 
SmtpAuthenticator(String, String) - Constructor for class mali.util.mail.SmtpAuthenticator
 
SocketUtils - Class in com.enterprisedt.net.ftp.internal
Utility class that allows 1.4 socket methods to be called while still being able to be compiled in 1.1.x
SocketUtils() - Constructor for class com.enterprisedt.net.ftp.internal.SocketUtils
 
sort(String[], boolean) - Method in class mali.db.BaseQueryImpl
只針對 isusesession 為true 處理, 且已有取回過資料,要另外進行sort 時作業 下 要準備依什麼欄位進行排序動作,針對有做暫存 isusession 的部份去執行 sort, 若有,則sort 進去,可用 BaseTableDataContent() 顯示資料
sort(String[]) - Method in class mali.db.BaseQueryImpl
 
sort(int[], boolean) - Method in class mali.db.BaseQueryImpl
 
sort(int[]) - Method in class mali.db.BaseQueryImpl
 
sort(String[], boolean) - Method in interface mali.type.BaseQuery
只針對 isusesession 為true 處理, 且已有取回過資料,要另外進行sort 時作業 下 要準備依什麼欄位進行排序動作,針對有做暫存 isusession 的部份去執行 sort, 若有,則sort 進去,可用 BaseTableDataContent() 顯示資料
sort(String[]) - Method in interface mali.type.BaseQuery
只針對 isusesession 為true 處理, 且已有取回過資料,要另外進行sort 時作業 以欄位名稱進行排序, sort 預設由小到大
sort(int[], boolean) - Method in interface mali.type.BaseQuery
只針對 isusesession 為true 處理, 且已有取回過資料,要另外進行sort 時作業 以欄位序號進行排序動作
sort(int[]) - Method in interface mali.type.BaseQuery
只針對 isusesession 為true 處理, 且已有取回過資料,要另外進行sort 時作業 以欄位序號排序,預設由小到大
sort(Object[]) - Static method in class mali.util.commonbean
排序
sort(String[]) - Method in class mali.util.DataVector
 
sort(String[], boolean[], Class[]) - Method in class mali.util.DataVector
 
sort(String[], boolean[]) - Method in class mali.util.DataVector
 
SortSQLDataArray(ArrayList, String[]) - Method in class mali.util.ConnDbCom
 
SortSQLDataBaseTable(BaseTable[], String[]) - Method in class mali.util.ConnDbCom
 
SortSQLDataVector(Vector, String[]) - Method in class mali.util.ConnDbCom
 
speccharafter - Static variable in class mali.util.commonbean
 
speccharpre - Static variable in class mali.util.commonbean
 
Spilt(String, String) - Static method in class mali.util.commonbean
Deprecated.
2013/01/18 增加(拼錯字)
Split(String, String) - Static method in class mali.util.commonbean
依字串的某一字元(或某一字串) , 建立為ArrayList
split(String, String) - Static method in class mali.util.commonbean
切字串
SQLACTIONMODE_A - Static variable in interface mali.type.DBPara
資料庫異動狀態 A 代表新增 U 代表修改 D 代表刪除 R 重置(資料存在則刪除重建)
SQLACTIONMODE_D - Static variable in interface mali.type.DBPara
 
SQLACTIONMODE_R - Static variable in interface mali.type.DBPara
 
SQLACTIONMODE_U - Static variable in interface mali.type.DBPara
 
Sqlbean - Class in mali.type
 
Sqlbean() - Constructor for class mali.type.Sqlbean
 
Sqlbean(String) - Constructor for class mali.type.Sqlbean
取執行的programname
SQLERROR_COMMON001_查無資料 - Static variable in interface mali.type.MaliErrorCode
 
SQLERROR_COMMON002_SQL語法錯誤 - Static variable in interface mali.type.MaliErrorCode
 
SQLERROR_UPDATE001_沒有異動任何資料 - Static variable in interface mali.type.MaliErrorCode
 
SqlProcess - Class in mali.type
資料庫異動記錄
SqlProcess() - Constructor for class mali.type.SqlProcess
 
StandardOutputAppender - Class in com.enterprisedt.util.debug
Appends log statements to standard output
StandardOutputAppender() - Constructor for class com.enterprisedt.util.debug.StandardOutputAppender
Constructor
standby() - Method in class org.quartz.core.QuartzScheduler
Temporarily halts the QuartzScheduler's firing of Triggers.
standby() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
standby() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
standby() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
standby() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
standby() - Method in interface org.quartz.Scheduler
Temporarily halts the Scheduler's firing of Triggers.
start() - Method in class org.quartz.core.QuartzScheduler
Starts the QuartzScheduler's threads that fire Triggers.
start() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
start() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
start() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
start() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
start() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
start() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
start() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
 
start() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Based on the value of wrapInUserTransaction, wraps the call to start(UserTransaction) in a UserTransaction.
start(UserTransaction) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
 
start() - Method in interface org.quartz.Scheduler
Starts the Scheduler's threads that fire Triggers.
start() - Method in interface org.quartz.spi.SchedulerPlugin
Called when the associated Scheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it needs to.
startDelayed(int) - Method in class org.quartz.core.QuartzScheduler
 
startDelayed(int) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
startDelayed(int) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
startDelayed(int) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
startDelayed(int) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
startDelayed(int) - Method in interface org.quartz.Scheduler
Calls {#start()} after the indicated number of seconds.
stat() - Method in class com.enterprisedt.net.ftp.FTPClient
Sends stat message to enquire about the status of a transfer.
STATE_ACQUIRED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_BLOCKED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_BLOCKED - Static variable in class org.quartz.Trigger
Indicates that the Trigger is in the "blocked" state.
STATE_COMPLETE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_COMPLETE - Static variable in class org.quartz.Trigger
Indicates that the Trigger is in the "complete" state.
STATE_DELETED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_ERROR - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_ERROR - Static variable in class org.quartz.Trigger
Indicates that the Trigger is in the "error" state.
STATE_EXECUTING - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_MISFIRED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
Deprecated.
Whether a trigger has misfired is no longer a state, but rather now identified dynamically by whether the trigger's next fire time is more than the misfire threshold time in the past.
STATE_NONE - Static variable in class org.quartz.Trigger
Indicates that the Trigger does not exist.
STATE_NORMAL - Static variable in class org.quartz.Trigger
Indicates that the Trigger is in the "normal" state.
STATE_PAUSED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_PAUSED - Static variable in class org.quartz.Trigger
Indicates that the Trigger is in the "paused" state.
STATE_PAUSED_BLOCKED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_WAITING - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
StatefulJob - Interface in org.quartz
A marker interface for JobDetail s that wish to have their state maintained between executions.
StdJDBCConstants - Interface in org.quartz.impl.jdbcjobstore
This interface extends Constants to include the query string constants in use by the StdJDBCDelegate class.
StdJDBCDelegate - Class in org.quartz.impl.jdbcjobstore
This is meant to be an abstract base class for most, if not all, DriverDelegate implementations.
StdJDBCDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Create new StdJDBCDelegate instance.
StdJDBCDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Create new StdJDBCDelegate instance.
StdJobRunShellFactory - Class in org.quartz.impl
Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.
StdJobRunShellFactory() - Constructor for class org.quartz.impl.StdJobRunShellFactory
 
StdRowLockSemaphore - Class in org.quartz.impl.jdbcjobstore
Internal database based lock handler for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
StdRowLockSemaphore() - Constructor for class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
This constructor is for using the StdRowLockSemaphore as a bean.
StdRowLockSemaphore(String, String) - Constructor for class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
StdScheduler - Class in org.quartz.impl
An implementation of the Scheduler interface that directly proxies all method calls to the equivalent call on a given QuartzScheduler instance.
StdScheduler(QuartzScheduler, SchedulingContext) - Constructor for class org.quartz.impl.StdScheduler
Construct a StdScheduler instance to proxy the given QuartzScheduler instance, and with the given SchedulingContext.
StdSchedulerFactory - Class in org.quartz.impl
An implementation of SchedulerFactory that does all of its work of creating a QuartzScheduler instance based on the contenents of a Properties file.
StdSchedulerFactory() - Constructor for class org.quartz.impl.StdSchedulerFactory
Create an uninitialized StdSchedulerFactory.
StdSchedulerFactory(Properties) - Constructor for class org.quartz.impl.StdSchedulerFactory
Create a StdSchedulerFactory that has been initialized via StdSchedulerFactory.initialize(Properties).
StdSchedulerFactory(String) - Constructor for class org.quartz.impl.StdSchedulerFactory
Create a StdSchedulerFactory that has been initialized via StdSchedulerFactory.initialize(String).
storeCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Store the given Calendar.
storeCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Calendar.
storeCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in interface org.quartz.spi.JobStore
Store the given Calendar.
storeJob(SchedulingContext, JobDetail, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Store the given JobDetail.
storeJob(SchedulingContext, JobDetail, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Job.
storeJob(SchedulingContext, JobDetail, boolean) - Method in interface org.quartz.spi.JobStore
Store the given JobDetail.
storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Store the given JobDetail and Trigger.
storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) - Method in class org.quartz.simpl.RAMJobStore
Store the given JobDetail and Trigger.
storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) - Method in interface org.quartz.spi.JobStore
Store the given JobDetail and Trigger.
storeTrigger(SchedulingContext, Trigger, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Store the given Trigger.
storeTrigger(SchedulingContext, Trigger, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Trigger.
storeTrigger(SchedulingContext, Trigger, boolean) - Method in interface org.quartz.spi.JobStore
Store the given Trigger.
string1 - Variable in class mali.type.clsArraypara
 
string2 - Variable in class mali.type.clsArraypara
 
string3 - Variable in class mali.type.clsArraypara
 
string4 - Variable in class mali.type.clsArraypara
 
string5 - Variable in class mali.type.clsArraypara
 
StringKeyDirtyFlagMap - Class in org.quartz.utils
An implementation of Map that wraps another Map and flags itself 'dirty' when it is modified, enforces that all keys are Strings.
StringKeyDirtyFlagMap() - Constructor for class org.quartz.utils.StringKeyDirtyFlagMap
 
StringKeyDirtyFlagMap(int) - Constructor for class org.quartz.utils.StringKeyDirtyFlagMap
 
StringKeyDirtyFlagMap(int, float) - Constructor for class org.quartz.utils.StringKeyDirtyFlagMap
 
StringRepeat(String, int) - Static method in class mali.util.commonbean
重覆複製同一次字串
StringtoInputStream(String, MaliContext) - Static method in class mali.util.commonbean
文字產生 InputStream by MaliContext encoding 依MaliContext 設定
StringtoInputStream(String, String) - Static method in class mali.util.commonbean
文字產生 InputStream encoding 自行設定
stringToNode(String) - Static method in class mali.util.XMLUtility
轉換 String 為 Node
Substring(String, int, int) - Static method in class mali.util.commonbean
Substring 指令, 採 Byte 方式 substring, 可解決 中文2Byte Java 當作一個String 的問題
SUNDAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.
 
SUNDAY - Static variable in class org.quartz.TriggerUtils
 
supportsNestedThrowable() - Static method in class org.quartz.utils.ExceptionHelper
Get whether the Throwable hierarchy for this JDK supports initCause()/getCause().
supportsPersistence() - Method in class org.quartz.core.QuartzScheduler
 
supportsPersistence() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
supportsPersistence() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
supportsPersistence() - Method in class org.quartz.simpl.RAMJobStore
 
supportsPersistence() - Method in interface org.quartz.spi.JobStore
 
Sys_ID - Static variable in class tw.com.mali.context.curSystemContext
系統別
SYSAUTONO - Interface in mali.table
SYSAUTONO 自動取給號規則記錄檔#
SYSAUTONOImpl - Class in mali.table.impl
SYSAUTONO 自動取給號規則記錄檔#
SYSAUTONOImpl() - Constructor for class mali.table.impl.SYSAUTONOImpl
 
SYSAUTONOImpl(BaseTable) - Constructor for class mali.table.impl.SYSAUTONOImpl
 
SYSAUTONOImpl(MaliContext) - Constructor for class mali.table.impl.SYSAUTONOImpl
 
SYSAUTONOQuery - Interface in mali.query
SYSAUTONO 自動取給號規則記錄檔
SYSAUTONOQueryImpl - Class in mali.query.impl
 
SYSAUTONOQueryImpl() - Constructor for class mali.query.impl.SYSAUTONOQueryImpl
 
SYSAUTONOQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSAUTONOQueryImpl
 
syscode - Class in mali.platform
 
syscode(String) - Constructor for class mali.platform.syscode
 
syscode(MaliContext) - Constructor for class mali.platform.syscode
 
SYSCODE - Interface in mali.table
 
SYSCODEImpl - Class in mali.table.impl
 
SYSCODEImpl() - Constructor for class mali.table.impl.SYSCODEImpl
 
SYSCODEImpl(BaseTable) - Constructor for class mali.table.impl.SYSCODEImpl
 
SYSCODEImpl(MaliContext) - Constructor for class mali.table.impl.SYSCODEImpl
 
SYSCODEQuery - Interface in mali.query
 
syscodeQueryAction - Class in mali.platform.action
提供 syscodeQuery 查詢介面, 參數為codeType則設即可
syscodeQueryAction() - Constructor for class mali.platform.action.syscodeQueryAction
 
SYSCODEQueryImpl - Class in mali.query.impl
 
SYSCODEQueryImpl() - Constructor for class mali.query.impl.SYSCODEQueryImpl
 
SYSCODEQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSCODEQueryImpl
 
sysdbmesgplatformAction - Class in mali.platform.action
 
sysdbmesgplatformAction() - Constructor for class mali.platform.action.sysdbmesgplatformAction
 
sysdbmesgplatformAction(MaliContext) - Constructor for class mali.platform.action.sysdbmesgplatformAction
 
sysemp - Class in mali.platform
 
sysemp(String) - Constructor for class mali.platform.sysemp
 
SYSJOBSCHEDULELOG - Interface in mali.table
SYSJOBSCHEDULELOG 工作排程記錄#
SYSJOBSCHEDULELOGImpl - Class in mali.table.impl
SYSJOBSCHEDULELOG 工作排程記錄#
SYSJOBSCHEDULELOGImpl() - Constructor for class mali.table.impl.SYSJOBSCHEDULELOGImpl
 
SYSJOBSCHEDULELOGImpl(BaseTable) - Constructor for class mali.table.impl.SYSJOBSCHEDULELOGImpl
 
SYSJOBSCHEDULELOGImpl(MaliContext) - Constructor for class mali.table.impl.SYSJOBSCHEDULELOGImpl
 
SYSJOBSCHEDULELOGQuery - Interface in mali.query
SYSJOBSCHEDULELOG 工作排程記錄
SYSJOBSCHEDULELOGQueryImpl - Class in mali.query.impl
 
SYSJOBSCHEDULELOGQueryImpl() - Constructor for class mali.query.impl.SYSJOBSCHEDULELOGQueryImpl
 
SYSJOBSCHEDULELOGQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSJOBSCHEDULELOGQueryImpl
 
SYSLOCK - Interface in mali.table
SYSLOCK 使用者帳號lock記錄表#
SYSLOCKImpl - Class in mali.table.impl
SYSLOCK 使用者帳號lock記錄表#
SYSLOCKImpl() - Constructor for class mali.table.impl.SYSLOCKImpl
 
SYSLOCKImpl(BaseTable) - Constructor for class mali.table.impl.SYSLOCKImpl
 
SYSLOCKImpl(MaliContext) - Constructor for class mali.table.impl.SYSLOCKImpl
 
SYSLOCKQuery - Interface in mali.query
SYSLOCK 使用者帳號lock記錄表
SYSLOCKQueryImpl - Class in mali.query.impl
 
SYSLOCKQueryImpl() - Constructor for class mali.query.impl.SYSLOCKQueryImpl
 
SYSLOCKQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSLOCKQueryImpl
 
syslogin - Class in mali.platform
 
syslogin(String) - Constructor for class mali.platform.syslogin
 
syslogin(MaliContext, String, String) - Constructor for class mali.platform.syslogin
 
syslogin(MaliContext) - Constructor for class mali.platform.syslogin
 
SYSLOGINLOG - Interface in mali.table
SYSLOGINLOG 系統登入LOG記錄檔#
SYSLOGINLOGImpl - Class in mali.table.impl
SYSLOGINLOG 系統登入LOG記錄檔#
SYSLOGINLOGImpl() - Constructor for class mali.table.impl.SYSLOGINLOGImpl
 
SYSLOGINLOGImpl(BaseTable) - Constructor for class mali.table.impl.SYSLOGINLOGImpl
 
SYSLOGINLOGImpl(MaliContext) - Constructor for class mali.table.impl.SYSLOGINLOGImpl
 
SYSLOGINLOGQuery - Interface in mali.query
SYSLOGINLOG 系統登入LOG記錄檔
SYSLOGINLOGQueryImpl - Class in mali.query.impl
 
SYSLOGINLOGQueryImpl() - Constructor for class mali.query.impl.SYSLOGINLOGQueryImpl
 
SYSLOGINLOGQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSLOGINLOGQueryImpl
 
SYSMEMBER - Interface in mali.table
 
SYSMEMBERImpl - Class in mali.table.impl
 
SYSMEMBERImpl() - Constructor for class mali.table.impl.SYSMEMBERImpl
 
SYSMEMBERImpl(BaseTable) - Constructor for class mali.table.impl.SYSMEMBERImpl
 
SYSMEMBERImpl(MaliContext) - Constructor for class mali.table.impl.SYSMEMBERImpl
 
sysmemberplatformAction - Class in mali.platform.action
 
sysmemberplatformAction() - Constructor for class mali.platform.action.sysmemberplatformAction
 
sysmemberplatformAction - Class in tw.mali.prj.platform.member.action
 
sysmemberplatformAction() - Constructor for class tw.mali.prj.platform.member.action.sysmemberplatformAction
 
SYSMEMBERQuery - Interface in mali.query
 
SYSMEMBERQueryImpl - Class in mali.query.impl
 
SYSMEMBERQueryImpl() - Constructor for class mali.query.impl.SYSMEMBERQueryImpl
 
SYSMEMBERQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSMEMBERQueryImpl
 
SYSMEMCGLOG - Interface in mali.table
SYSMEMCGLOG 帳號異動記錄#
SYSMEMCGLOGImpl - Class in mali.table.impl
SYSMEMCGLOG 帳號異動記錄#
SYSMEMCGLOGImpl() - Constructor for class mali.table.impl.SYSMEMCGLOGImpl
 
SYSMEMCGLOGImpl(BaseTable) - Constructor for class mali.table.impl.SYSMEMCGLOGImpl
 
SYSMEMCGLOGImpl(MaliContext) - Constructor for class mali.table.impl.SYSMEMCGLOGImpl
 
SYSMEMCGLOGQuery - Interface in mali.query
SYSMEMCGLOG 帳號異動記錄
SYSMEMCGLOGQueryImpl - Class in mali.query.impl
 
SYSMEMCGLOGQueryImpl() - Constructor for class mali.query.impl.SYSMEMCGLOGQueryImpl
 
SYSMEMCGLOGQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSMEMCGLOGQueryImpl
 
sysmenu - Class in mali.platform
 
sysmenu(String) - Constructor for class mali.platform.sysmenu
 
sysmenu(MaliContext) - Constructor for class mali.platform.sysmenu
 
SYSMENU - Interface in mali.table
 
SYSMENUImpl - Class in mali.table.impl
 
SYSMENUImpl() - Constructor for class mali.table.impl.SYSMENUImpl
 
SYSMENUImpl(BaseTable) - Constructor for class mali.table.impl.SYSMENUImpl
 
SYSMENUImpl(MaliContext) - Constructor for class mali.table.impl.SYSMENUImpl
 
SYSMENUQuery - Interface in mali.query
 
SYSMENUQueryImpl - Class in mali.query.impl
 
SYSMENUQueryImpl() - Constructor for class mali.query.impl.SYSMENUQueryImpl
 
SYSMENUQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSMENUQueryImpl
 
SYSMYCERT - Interface in mali.table
SYSMYCERT 帳號憑證管理檔#
SYSMYCERTImpl - Class in mali.table.impl
SYSMYCERT 帳號憑證管理檔#
SYSMYCERTImpl() - Constructor for class mali.table.impl.SYSMYCERTImpl
 
SYSMYCERTImpl(BaseTable) - Constructor for class mali.table.impl.SYSMYCERTImpl
 
SYSMYCERTImpl(MaliContext) - Constructor for class mali.table.impl.SYSMYCERTImpl
 
SYSMYCERTQuery - Interface in mali.query
SYSMYCERT 帳號憑證管理檔
SYSMYCERTQueryImpl - Class in mali.query.impl
 
SYSMYCERTQueryImpl() - Constructor for class mali.query.impl.SYSMYCERTQueryImpl
 
SYSMYCERTQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSMYCERTQueryImpl
 
sysorg - Class in mali.platform
 
sysorg(String) - Constructor for class mali.platform.sysorg
 
sysorg(MaliContext) - Constructor for class mali.platform.sysorg
 
SYSORG - Interface in mali.table
SYSORG 系統組織檔#
SYSORGImpl - Class in mali.table.impl
SYSORG 系統組織檔#
SYSORGImpl() - Constructor for class mali.table.impl.SYSORGImpl
 
SYSORGImpl(BaseTable) - Constructor for class mali.table.impl.SYSORGImpl
 
SYSORGImpl(MaliContext) - Constructor for class mali.table.impl.SYSORGImpl
 
sysorgplatform - Class in tw.mali.prj.platform.action
 
sysorgplatform(MaliContext) - Constructor for class tw.mali.prj.platform.action.sysorgplatform
 
SYSORGQuery - Interface in mali.query
SYSORG 系統組織檔
SYSORGQueryImpl - Class in mali.query.impl
 
SYSORGQueryImpl() - Constructor for class mali.query.impl.SYSORGQueryImpl
 
SYSORGQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSORGQueryImpl
 
SYSPKIFLOWTMP - Interface in mali.table
SYSPKIFLOWTMP 簽章時暫存紀錄檔#(提供PKIAUTH 或是簽章時使用,解決負載平衡之問題)
SYSPKIFLOWTMPImpl - Class in mali.table.impl
SYSPKIFLOWTMP 簽章時暫存紀錄檔#
SYSPKIFLOWTMPImpl() - Constructor for class mali.table.impl.SYSPKIFLOWTMPImpl
 
SYSPKIFLOWTMPImpl(BaseTable) - Constructor for class mali.table.impl.SYSPKIFLOWTMPImpl
 
SYSPKIFLOWTMPImpl(MaliContext) - Constructor for class mali.table.impl.SYSPKIFLOWTMPImpl
 
SYSPKIFLOWTMPQuery - Interface in mali.query
SYSPKIFLOWTMP 簽章時暫存紀錄檔
SYSPKIFLOWTMPQueryImpl - Class in mali.query.impl
 
SYSPKIFLOWTMPQueryImpl() - Constructor for class mali.query.impl.SYSPKIFLOWTMPQueryImpl
 
SYSPKIFLOWTMPQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSPKIFLOWTMPQueryImpl
 
SYSPROGRAM - Interface in mali.table
 
SYSPROGRAMImpl - Class in mali.table.impl
 
SYSPROGRAMImpl() - Constructor for class mali.table.impl.SYSPROGRAMImpl
 
SYSPROGRAMImpl(BaseTable) - Constructor for class mali.table.impl.SYSPROGRAMImpl
 
SYSPROGRAMImpl(MaliContext) - Constructor for class mali.table.impl.SYSPROGRAMImpl
 
syspwd - Class in mali.platform
密碼相關驗證
syspwd(MaliContext) - Constructor for class mali.platform.syspwd
 
SYSROAUCODE - Interface in mali.table
 
SYSROAUCODEImpl - Class in mali.table.impl
 
SYSROAUCODEImpl() - Constructor for class mali.table.impl.SYSROAUCODEImpl
 
SYSROAUCODEImpl(BaseTable) - Constructor for class mali.table.impl.SYSROAUCODEImpl
 
SYSROAUCODEImpl(MaliContext) - Constructor for class mali.table.impl.SYSROAUCODEImpl
 
SYSROAUCODEQuery - Interface in mali.query
SYSROAUCODE 系統角色代號檔
SYSROAUCODEQueryImpl - Class in mali.query.impl
 
SYSROAUCODEQueryImpl() - Constructor for class mali.query.impl.SYSROAUCODEQueryImpl
 
SYSROAUCODEQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSROAUCODEQueryImpl
 
SYSROLEAUTH - Interface in mali.table
SYSROLEAUTH 系統角色授權檔#
SYSROLEAUTHImpl - Class in mali.table.impl
SYSROLEAUTH 系統角色授權檔#
SYSROLEAUTHImpl() - Constructor for class mali.table.impl.SYSROLEAUTHImpl
 
SYSROLEAUTHImpl(BaseTable) - Constructor for class mali.table.impl.SYSROLEAUTHImpl
 
SYSROLEAUTHImpl(MaliContext) - Constructor for class mali.table.impl.SYSROLEAUTHImpl
 
SYSROLEAUTHQuery - Interface in mali.query
SYSROLEAUTH 系統角色授權檔
SYSROLEAUTHQueryImpl - Class in mali.query.impl
 
SYSROLEAUTHQueryImpl() - Constructor for class mali.query.impl.SYSROLEAUTHQueryImpl
 
SYSROLEAUTHQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSROLEAUTHQueryImpl
 
SYSSERIALNO - Interface in mali.table
SYSSERIALNO 自動取給號規則編碼給號記錄檔#
SYSSERIALNOImpl - Class in mali.table.impl
SYSSERIALNO 自動取給號規則編碼給號記錄檔#
SYSSERIALNOImpl() - Constructor for class mali.table.impl.SYSSERIALNOImpl
 
SYSSERIALNOImpl(BaseTable) - Constructor for class mali.table.impl.SYSSERIALNOImpl
 
SYSSERIALNOImpl(MaliContext) - Constructor for class mali.table.impl.SYSSERIALNOImpl
 
SYSSERIALNOQuery - Interface in mali.query
SYSSERIALNO 自動取給號規則編碼給號記錄檔
SYSSERIALNOQueryImpl - Class in mali.query.impl
 
SYSSERIALNOQueryImpl() - Constructor for class mali.query.impl.SYSSERIALNOQueryImpl
 
SYSSERIALNOQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSSERIALNOQueryImpl
 
SYSSIGNON - Interface in mali.table
SYSSIGNON 帳號單一窗口管理記錄檔#
SYSSIGNONImpl - Class in mali.table.impl
SYSSIGNON 帳號單一窗口管理記錄檔#
SYSSIGNONImpl() - Constructor for class mali.table.impl.SYSSIGNONImpl
 
SYSSIGNONImpl(BaseTable) - Constructor for class mali.table.impl.SYSSIGNONImpl
 
SYSSIGNONImpl(MaliContext) - Constructor for class mali.table.impl.SYSSIGNONImpl
 
SYSSIGNONQuery - Interface in mali.query
SYSSIGNON 帳號單一窗口管理記錄檔
SYSSIGNONQueryImpl - Class in mali.query.impl
 
SYSSIGNONQueryImpl() - Constructor for class mali.query.impl.SYSSIGNONQueryImpl
 
SYSSIGNONQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSSIGNONQueryImpl
 
system() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the type of the OS at the server
system() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get a string representing the remote system
SYSTEM_DATETIME_STRING - Static variable in interface mali.type.DBPara
 
SYSTEM_PRIMARYKEY_VALUE - Static variable in interface mali.type.DBPara
FieldType_SYSTEM DB 相關
SYSTEM_PRIMARYKEY_VALUE_20 - Static variable in interface mali.type.DBPara
 
SYSTEM_RUNUSER - Static variable in interface mali.type.DBPara
 
systemclassName - Variable in class mali.util.BaseTableConvertCommonTable
 
SystemContext - Class in mali.Context
系統 context,專存靜態變數
SystemContext() - Constructor for class mali.Context.SystemContext
 
SystemInitServlet - Class in mali.servlet
系統 INITAL 相關讀入參數
SystemInitServlet() - Constructor for class mali.servlet.SystemInitServlet
 
SystemInitServlet - Class in tw.com.mali.initial
系統 INITAL 相關讀入參數
SystemInitServlet() - Constructor for class tw.com.mali.initial.SystemInitServlet
 
SYSTEMSaveToDbActionImpl - Class in mali.db
 
SYSTEMSaveToDbActionImpl() - Constructor for class mali.db.SYSTEMSaveToDbActionImpl
 
systemTableName - Variable in class mali.util.BaseTableConvertCommonTable
 
SYSUNIQSEQNO - Interface in mali.table
 
SYSUNIQSEQNOImpl - Class in mali.table.impl
 
SYSUNIQSEQNOImpl() - Constructor for class mali.table.impl.SYSUNIQSEQNOImpl
 
SYSUNIQSEQNOImpl(BaseTable) - Constructor for class mali.table.impl.SYSUNIQSEQNOImpl
 
SYSUNIQSEQNOImpl(MaliContext) - Constructor for class mali.table.impl.SYSUNIQSEQNOImpl
 
SYSUSR - Interface in mali.table
SYSUSR 系統人員基本資料檔#
SYSUSRImpl - Class in mali.table.impl
SYSUSR 系統人員基本資料檔#
SYSUSRImpl() - Constructor for class mali.table.impl.SYSUSRImpl
 
SYSUSRImpl(BaseTable) - Constructor for class mali.table.impl.SYSUSRImpl
 
SYSUSRImpl(MaliContext) - Constructor for class mali.table.impl.SYSUSRImpl
 
SYSUSRQuery - Interface in mali.query
SYSUSR 系統人員基本資料檔
SYSUSRQueryImpl - Class in mali.query.impl
 
SYSUSRQueryImpl() - Constructor for class mali.query.impl.SYSUSRQueryImpl
 
SYSUSRQueryImpl(MaliContext) - Constructor for class mali.query.impl.SYSUSRQueryImpl
 
SYSWRITELOG - Interface in tw.com.mali.IReport.action
SYSWRITELOG 寫入時間LOG#
SYSWRITELOGImpl - Class in tw.com.mali.IReport.action
SYSWRITELOG 寫入時間LOG#
SYSWRITELOGImpl() - Constructor for class tw.com.mali.IReport.action.SYSWRITELOGImpl
 
SYSWRITELOGImpl(BaseTable) - Constructor for class tw.com.mali.IReport.action.SYSWRITELOGImpl
 
SYSWRITELOGImpl(MaliContext) - Constructor for class tw.com.mali.IReport.action.SYSWRITELOGImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z