com.engiweb.profilemanager.common.interfaces

Interface IChangeLogPersonDirect

  • All Superinterfaces:
    common.direct.IDirect


    public interface IChangeLogPersonDirect
    extends common.direct.IDirect
    • Method Detail

      • findById

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

        java.lang.Long insert(HRPlaceholderValuesBean 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(HRPlaceholderValuesBean 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