com.engiweb.emanager.common.interfaces

Interface IEventIn

  • All Superinterfaces:
    IEvent


    public interface IEventIn
    extends IEvent
    • Field Summary

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

      • find

        com.engiweb.pm.entity.BeanList<EventInBean> find(EventInBean eventINBean,
                                                         java.lang.Integer eventType,
                                                         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<EventInBean> eventINBeanList,
                    java.lang.String token,
                    java.lang.String realm)
             throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • update

        EventInBean update(EventInBean 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<EventInBean> find(EventInBean eventInBean,
                                                         UserBean user,
                                                         java.lang.Integer eventType,
                                                         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(EventInBean filter,
                             UserBean user,
                             java.lang.Integer eventType,
                             java.lang.String token,
                             java.lang.String workingRealm)
                      throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • findUserExtInfo

        com.engiweb.pm.entity.BeanList<UserExtInfoBean> findUserExtInfo(EventInBean 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