com.engiweb.emanager.common.interfaces

Interface IEventInternal

  • All Superinterfaces:
    IEvent


    public interface IEventInternal
    extends IEvent
    • Method Detail

      • find

        com.engiweb.pm.entity.BeanList<EventInternalBean> find(EventInternalBean eventInternalBean,
                                                               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<EventInternalBean> eventInternalBeanList,
                    java.lang.String token,
                    java.lang.String realm)
             throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • update

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

        int deletebyCriteria(EventInternalBean filter,
                             java.lang.String token,
                             java.lang.String workingRealm)
                      throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException