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 Summary
FieldsModifier and TypeFieldDescriptionfinal br.com.intersys.systextil.connection.Maker
<ControleSenhasDTO> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
controlaSenha
(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa) get
(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa) String[]
parse
(br.com.intersys.systextil.connection.AppConnection conn)
-
Field Details
-
maker
-
-
Constructor Details
-
ControleSenhasDAO
public ControleSenhasDAO()
-
-
Method Details
-
parse
- Specified by:
parse
in interfacebr.com.intersys.systextil.connection.IDAO<ControleSenhasDTO>
-
getTableName
- Specified by:
getTableName
in interfacebr.com.intersys.systextil.connection.IDAO<ControleSenhasDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeys
in interfacebr.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)
-