Uses of Class
org.kuali.rice.edl.impl.extract.Fields

Packages that use Fields
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
static Fields Fields.from(FieldDTO fieldDTO, Dump dump)
          Converts a FieldDTO to a Fields
 

Methods in org.kuali.rice.edl.impl.extract that return types with arguments of type Fields
 List<Fields> Dump.getFields()
          Returns the Fields
 

Methods in org.kuali.rice.edl.impl.extract with parameters of type Fields
static FieldDTO Fields.to(Fields field)
          Converts a Fields to a FieldDTO.
 

Method parameters in org.kuali.rice.edl.impl.extract with type arguments of type Fields
 void Dump.setFields(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
 Fields ExtractDAO.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
 List<Fields> ExtractDAO.getFieldsByDocumentId(String documentId)
          Returns all Fields with the given document id.
 

Methods in org.kuali.rice.edl.impl.extract.dao with parameters of type Fields
 Fields ExtractDAO.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
 Fields ExtractDAOJpaImpl.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
 List<Fields> ExtractDAOJpaImpl.getFieldsByDocumentId(String docId)
          Returns all Fields with the given document id.
 

Methods in org.kuali.rice.edl.impl.extract.dao.impl with parameters of type Fields
 Fields ExtractDAOJpaImpl.saveField(Fields field)
          Persists the given item to the underlying datasource.
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.