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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
parse
(br.com.intersys.systextil.connection.AppConnection conn) static boolean
verificaSenhaUsada
(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa, String usuario, String senhaAnt)
-
Constructor Details
-
NumRegDeSenhasDAO
public NumRegDeSenhasDAO()
-
-
Method Details
-
parse
- Specified by:
parse
in interfacebr.com.intersys.systextil.connection.IDAO<NumRegDeSenhasDTO>
-
getTableName
- Specified by:
getTableName
in interfacebr.com.intersys.systextil.connection.IDAO<NumRegDeSenhasDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeys
in interfacebr.com.intersys.systextil.connection.IDAO<NumRegDeSenhasDTO>
-
get
public NumRegDeSenhasDTO get(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa, String usuario) -
verificaSenhaUsada
-