Class ModeloCampoDocumentoDaoImpl
Object
AbstractJPADao<ModeloCampoDocumento,Long>
ModeloCampoDocumentoDaoImpl
- All Implemented Interfaces:
Dao<ModeloCampoDocumento,,Long> ModeloCampoDocumentoDao
@Repository
public class ModeloCampoDocumentoDaoImpl
extends AbstractJPADao<ModeloCampoDocumento,Long>
implements ModeloCampoDocumentoDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintexcluirCampo(Long id) intexcluirCampos(Collection<Long> ids) ModeloCampoDocumentogetCampoPorId(Long id) ModeloCampoDocumentogetCampoPorSigla(ModeloDocumento modelo, String sigla) List<ModeloCampoDocumento> getCampos(ModeloDocumento modelo) List<ModeloCampoDocumento> List<ModeloCampoDocumento> getCamposAtivos(ModeloDocumento modelo) List<ModeloCampoDocumento> getCamposAtivos(Long modeloId) longgetCount(ModeloCampoDocumentoFilter filter) getCountCampos(ModeloDocumento modelo) getCountCamposAtivos(ModeloDocumento modelo) List<ModeloCampoDocumento> List<ModeloCampoDocumento> getForFilter(ModeloCampoDocumentoFilter filter, int offset, int limit) booleanisSiglaCampoDocumentoEmUso(String sigla, ModeloDocumento doc) booleanisSiglaCampoDocumentoEmUso(String sigla, ModeloDocumento doc, Long ownerId) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
ModeloCampoDocumentoDaoImpl
public ModeloCampoDocumentoDaoImpl()
-
-
Method Details
-
getCampos
- Specified by:
getCamposin interfaceModeloCampoDocumentoDao
-
getCampos
- Specified by:
getCamposin interfaceModeloCampoDocumentoDao
-
getCamposAtivos
- Specified by:
getCamposAtivosin interfaceModeloCampoDocumentoDao
-
getCamposAtivos
- Specified by:
getCamposAtivosin interfaceModeloCampoDocumentoDao
-
getCountCampos
- Specified by:
getCountCamposin interfaceModeloCampoDocumentoDao
-
getCountCamposAtivos
- Specified by:
getCountCamposAtivosin interfaceModeloCampoDocumentoDao
-
excluirCampo
- Specified by:
excluirCampoin interfaceModeloCampoDocumentoDao
-
excluirCampos
- Specified by:
excluirCamposin interfaceModeloCampoDocumentoDao
-
getCount
- Specified by:
getCountin interfaceModeloCampoDocumentoDao
-
getForFilter
- Specified by:
getForFilterin interfaceModeloCampoDocumentoDao
-
getForFilter
public List<ModeloCampoDocumento> getForFilter(ModeloCampoDocumentoFilter filter, int offset, int limit) - Specified by:
getForFilterin interfaceModeloCampoDocumentoDao
-
isSiglaCampoDocumentoEmUso
- Specified by:
isSiglaCampoDocumentoEmUsoin interfaceModeloCampoDocumentoDao
-
isSiglaCampoDocumentoEmUso
- Specified by:
isSiglaCampoDocumentoEmUsoin interfaceModeloCampoDocumentoDao
-
getCampoPorSigla
- Specified by:
getCampoPorSiglain interfaceModeloCampoDocumentoDao
-
getCampoPorId
- Specified by:
getCampoPorIdin interfaceModeloCampoDocumentoDao
-