|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodedTextDTO | |
---|---|
se.cambio.cds.model.codedText.dao |
Uses of CodedTextDTO in se.cambio.cds.model.codedText.dao |
---|
Methods in se.cambio.cds.model.codedText.dao that return types with arguments of type CodedTextDTO | |
---|---|
Collection<CodedTextDTO> |
SQLGenericCodedTextDAO.searchByElementIds(Collection<Integer> idElements)
|
Collection<CodedTextDTO> |
GenericCodedTextDAO.searchByElementIds(Collection<Integer> idElement)
|
Collection<CodedTextDTO> |
StandardSQLCodedTextDAO.searchByElementIds(Connection connection,
Collection<Integer> idElements)
|
Collection<CodedTextDTO> |
SQLCodedTextDAO.searchByElementIds(Connection connection,
Collection<Integer> idElements)
|
Methods in se.cambio.cds.model.codedText.dao with parameters of type CodedTextDTO | |
---|---|
void |
SQLGenericCodedTextDAO.add(CodedTextDTO codedTextDTO)
|
void |
GenericCodedTextDAO.add(CodedTextDTO dataSourceDTO)
|
void |
StandardSQLCodedTextDAO.add(Connection connection,
CodedTextDTO codedTextDTO)
|
void |
SQLCodedTextDAO.add(Connection connection,
CodedTextDTO dataSourceDTO)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |