Package systextil.dao

Class NumRegDeSenhasDAO

java.lang.Object
systextil.dao.NumRegDeSenhasDAO
All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<NumRegDeSenhasDTO>

public class NumRegDeSenhasDAO extends Object implements br.com.intersys.systextil.connection.IDAO<NumRegDeSenhasDTO>
Representa a tabela OPER_112
  • Constructor Details

    • NumRegDeSenhasDAO

      public NumRegDeSenhasDAO()
  • Method Details

    • parse

      public NumRegDeSenhasDTO parse(br.com.intersys.systextil.connection.AppConnection conn)
      Specified by:
      parse in interface br.com.intersys.systextil.connection.IDAO<NumRegDeSenhasDTO>
    • getTableName

      public String getTableName()
      Specified by:
      getTableName in interface br.com.intersys.systextil.connection.IDAO<NumRegDeSenhasDTO>
    • listPrimaryKeys

      public String[] listPrimaryKeys()
      Specified by:
      listPrimaryKeys in interface br.com.intersys.systextil.connection.IDAO<NumRegDeSenhasDTO>
    • get

      public NumRegDeSenhasDTO get(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa, String usuario)
    • verificaSenhaUsada

      public static boolean verificaSenhaUsada(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa, String usuario, String senhaAnt)