Uses of Class
org.kuali.rice.edl.impl.extract.Fields
-
Packages that use Fields Package Description org.kuali.rice.edl.impl.extract org.kuali.rice.edl.impl.extract.dao org.kuali.rice.edl.impl.extract.dao.impl -
-
Uses of Fields in org.kuali.rice.edl.impl.extract
Methods in org.kuali.rice.edl.impl.extract that return Fields Modifier and Type Method Description static FieldsFields. from(org.kuali.rice.edl.framework.extract.FieldDTO fieldDTO, Dump dump)Converts aFieldDTOto aFieldsMethods in org.kuali.rice.edl.impl.extract that return types with arguments of type Fields Modifier and Type Method Description java.util.List<Fields>Dump. getFields()Returns theFieldsMethods in org.kuali.rice.edl.impl.extract with parameters of type Fields Modifier and Type Method Description static org.kuali.rice.edl.framework.extract.FieldDTOFields. to(Fields field)Converts aFieldsto aFieldDTO.Method parameters in org.kuali.rice.edl.impl.extract with type arguments of type Fields Modifier and Type Method Description voidDump. setFields(java.util.List<Fields> fields) -
Uses of Fields in org.kuali.rice.edl.impl.extract.dao
Methods in org.kuali.rice.edl.impl.extract.dao that return Fields Modifier and Type Method Description FieldsExtractDAO. saveField(Fields field)Persists the given item to the underlying datasource.Methods in org.kuali.rice.edl.impl.extract.dao that return types with arguments of type Fields Modifier and Type Method Description java.util.List<Fields>ExtractDAO. getFieldsByDocumentId(java.lang.String documentId)Returns allFieldswith the given document id.Methods in org.kuali.rice.edl.impl.extract.dao with parameters of type Fields Modifier and Type Method Description FieldsExtractDAO. saveField(Fields field)Persists the given item to the underlying datasource. -
Uses of Fields in org.kuali.rice.edl.impl.extract.dao.impl
Methods in org.kuali.rice.edl.impl.extract.dao.impl that return Fields Modifier and Type Method Description FieldsExtractDAOJpaImpl. saveField(Fields field)Persists the given item to the underlying datasource.Methods in org.kuali.rice.edl.impl.extract.dao.impl that return types with arguments of type Fields Modifier and Type Method Description java.util.List<Fields>ExtractDAOJpaImpl. getFieldsByDocumentId(java.lang.String docId)Returns allFieldswith the given document id.Methods in org.kuali.rice.edl.impl.extract.dao.impl with parameters of type Fields Modifier and Type Method Description FieldsExtractDAOJpaImpl. saveField(Fields field)Persists the given item to the underlying datasource.
-