com.engiweb.emanager.common.interfaces

Interface IEventOut

  • All Superinterfaces:
    IEvent


    public interface IEventOut
    extends IEvent
    • Method Detail

      • find

        com.engiweb.pm.entity.BeanList<EventOutBean> find(EventOutBean eventINBean,
                                                          com.engiweb.pm.entity.Paging paging,
                                                          java.lang.String token,
                                                          java.lang.String realm)
                                                   throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • delete

        void delete(com.engiweb.pm.entity.BeanList<EventOutBean> eventINBeanList,
                    java.lang.String token,
                    java.lang.String realm)
             throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • update

        EventOutBean update(EventOutBean eventINBean,
                            java.lang.String token,
                            java.lang.String realm)
                     throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • find

        com.engiweb.pm.entity.BeanList<EventOutBean> find(EventOutBean EventOutBean,
                                                          UserBean user,
                                                          com.engiweb.pm.entity.Paging paging,
                                                          java.lang.String token,
                                                          java.lang.String realm)
                                                   throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • deletebyCriteria

        int deletebyCriteria(EventOutBean filter,
                             UserBean user,
                             java.lang.String token,
                             java.lang.String realm)
                      throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException