com.engiweb.profilemanager.common.interfaces

Interface IChangeLogDirect

  • All Superinterfaces:
    common.direct.IDirect


    public interface IChangeLogDirect
    extends common.direct.IDirect
    • Field Summary

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

      • findById

        ChangeLogBean findById(java.lang.Long id,
                               com.engiweb.pm.dao.db.DAO dao)
                        throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • find

        com.engiweb.pm.entity.BeanList<ChangeLogBean> find(ChangeLogBean changeLogBean,
                                                           com.engiweb.pm.dao.db.DAO dao)
                                                    throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • insert

        java.lang.Long insert(ChangeLogBean changeLogBean,
                              com.engiweb.pm.dao.db.DAO dao)
                       throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • update

        java.lang.Long update(ChangeLogBean changeLogBean,
                              com.engiweb.pm.dao.db.DAO dao)
                       throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • deleteById

        void deleteById(java.lang.Long id,
                        com.engiweb.pm.dao.db.DAO dao)
                 throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException