Package | Description |
---|---|
org.kuali.rice.edl.impl.extract | |
org.kuali.rice.edl.impl.extract.dao | |
org.kuali.rice.edl.impl.extract.dao.impl |
Modifier and Type | Method and Description |
---|---|
static Fields |
Fields.from(FieldDTO fieldDTO,
Dump dump)
|
Modifier and Type | Method and Description |
---|---|
List<Fields> |
Dump.getFields()
Returns the
Fields |
Modifier and Type | Method and Description |
---|---|
static FieldDTO |
Fields.to(Fields field)
|
Modifier and Type | Method and Description |
---|---|
void |
Dump.setFields(List<Fields> fields) |
Modifier and Type | Method and Description |
---|---|
Fields |
ExtractDAO.saveField(Fields field)
Persists the given item to the underlying datasource.
|
Modifier and Type | Method and Description |
---|---|
List<Fields> |
ExtractDAO.getFieldsByDocumentId(String documentId)
Returns all
Fields with the given document id. |
Modifier and Type | Method and Description |
---|---|
Fields |
ExtractDAO.saveField(Fields field)
Persists the given item to the underlying datasource.
|
Modifier and Type | Method and Description |
---|---|
Fields |
ExtractDAOJpaImpl.saveField(Fields field)
Persists the given item to the underlying datasource.
|
Modifier and Type | Method and Description |
---|---|
List<Fields> |
ExtractDAOJpaImpl.getFieldsByDocumentId(String docId)
Returns all
Fields with the given document id. |
Modifier and Type | Method and Description |
---|---|
Fields |
ExtractDAOJpaImpl.saveField(Fields field)
Persists the given item to the underlying datasource.
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.