com.engiweb.emanager.common.interfaces

Interface IEventOutDirect

  • All Superinterfaces:
    common.direct.IDirect, IEventDirect


    public interface IEventOutDirect
    extends IEventDirect
    The Interface IEventOutDirect.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
    • Method Detail

      • find

        com.engiweb.pm.entity.BeanList<EventOutBean> find(EventOutBean eventOutBean,
                                                          com.engiweb.pm.entity.Paging paging,
                                                          com.engiweb.pm.dao.db.DAO connDao)
                                                   throws com.engiweb.toolkit.common.BackendException
        Find event OUT.
        Parameters:
        eventOutBean - EventOutBean the event OUT
        paging - Pagin the paging
        connDao - DAO the connection dao
        Returns:
        BeanList of EventOutBean
        Throws:
        com.engiweb.toolkit.common.BackendException - the backend exception
      • delete

        void delete(com.engiweb.pm.entity.BeanList<EventOutBean> eventOutBL,
                    com.engiweb.pm.dao.db.DAO connDao)
             throws com.engiweb.toolkit.common.BackendException
        Delete a list of Event OUT.
        Parameters:
        eventOutBL - BeanList of EventOutBean the list of event OUT to delete
        connDao - DAO the connection dao
        Throws:
        com.engiweb.toolkit.common.BackendException - the backend exception
      • update

        EventOutBean update(EventOutBean eventOutBean,
                            com.engiweb.pm.dao.db.DAO connDao)
                     throws com.engiweb.toolkit.common.BackendException
        Update an Event OUT.
        Parameters:
        eventOutBean - EventOutBean the event OUT to update
        connDao - DAO the connection dao
        Returns:
        EventOutBean
        Throws:
        com.engiweb.toolkit.common.BackendException - the backend exception
      • find

        com.engiweb.pm.entity.BeanList<EventOutBean> find(EventOutBean EventOutBean,
                                                          UserBean user,
                                                          com.engiweb.pm.entity.Paging paging,
                                                          com.engiweb.pm.dao.db.DAO connDao)
                                                   throws com.engiweb.toolkit.common.BackendException
        Find event OUT.
        Parameters:
        EventOutBean - EventOutBean the event out
        user - UserBean the user
        paging - Pagin the paging
        connDao - DAO the connection dao
        Returns:
        BeanList of EventOutBean
        Throws:
        com.engiweb.toolkit.common.BackendException - the backend exception
      • deletebyCriteria

        int deletebyCriteria(EventOutBean filter,
                             UserBean user,
                             com.engiweb.pm.dao.db.DAO connDao)
                      throws com.engiweb.toolkit.common.BackendException
        Deleteby criteria.
        Parameters:
        filter - EventOutBean the filter
        user - UserBean the user
        connDao - DAO the connection dao
        Returns:
        the numbero of row deleted
        Throws:
        com.engiweb.toolkit.common.BackendException - the backend exception