Package systextil.dao

Class ControleSenhasDAO

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

public class ControleSenhasDAO extends Object implements br.com.intersys.systextil.connection.IDAO<ControleSenhasDTO>
Representa a tabela OPER_111
  • Field Details

    • maker

      public final br.com.intersys.systextil.connection.Maker<ControleSenhasDTO> maker
  • Constructor Details

    • ControleSenhasDAO

      public ControleSenhasDAO()
  • Method Details

    • parse

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

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

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

      public static boolean controlaSenha(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa)
    • get

      public ControleSenhasDTO get(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa)