Package mks.ci.server

Class DeleteAllTimeEntryOp.ScriptDeleteAllTimeEntryOpBean

  • All Implemented Interfaces:
    mks.frame.triggers.ScriptExposableBean
    Enclosing class:
    DeleteAllTimeEntryOp

    public static class DeleteAllTimeEntryOp.ScriptDeleteAllTimeEntryOpBean
    extends LocalTriggerManager.ScriptOperationBean
    A bean that encapsulates a single request to delete time entries that match a filter.
    • Constructor Detail

      • ScriptDeleteAllTimeEntryOpBean

        public ScriptDeleteAllTimeEntryOpBean​(DeleteAllTimeEntryOp op,
                                              int userId,
                                              java.sql.Connection c)
        Create a new ScriptDeleteAllTimeEntryOpBean.
        Parameters:
        op - the operation that the bean encompasses
        userId - the current user
        c - the database connection
    • Method Detail

      • getExposedName

        public java.lang.String getExposedName()
        Returns the name of this bean that is exposed to the scripting language.
        Specified by:
        getExposedName in interface mks.frame.triggers.ScriptExposableBean
        Specified by:
        getExposedName in class ScriptBaseBean
        Returns:
        the bean name: imDeleteAllTimeEntryBean.