Uses of Class
org.kuali.rice.krad.data.MaterializeOption
Packages that use MaterializeOption
-
Uses of MaterializeOption in org.kuali.rice.krad.data
Fields in org.kuali.rice.krad.data declared as MaterializeOptionModifier and TypeFieldDescriptionstatic MaterializeOptionMaterializeOption.COLLECTIONSSpecify that only collections should be materialized.static MaterializeOptionMaterializeOption.INCLUDE_EAGER_REFSSpecify that non-lazy-loaded references should also be reloaded from the persistence provider.static MaterializeOptionMaterializeOption.NULL_INVALID_REFSIf this option is set, when the foreign key fields do not point to a saved object (per the persistence provider), the object reference will be nulled out.static MaterializeOptionMaterializeOption.REFERENCESSpecify that only references should be materialized.static MaterializeOptionMaterializeOption.UPDATE_UPDATABLE_REFSSpecify that references and/or collections which are saved when the wrapped object is saved should also be refreshed.Methods in org.kuali.rice.krad.data with parameters of type MaterializeOptionModifier and TypeMethodDescriptionvoidDataObjectWrapper.materializeReferencedObjects(MaterializeOption... options) Fetches and populates referenced objects within the wrapped object.voidDataObjectWrapper.materializeReferencedObjectsToDepth(int maxDepth, MaterializeOption... options) Fetches and populates referenced objects within the wrapped object. -
Uses of MaterializeOption in org.kuali.rice.krad.data.provider.impl
Methods in org.kuali.rice.krad.data.provider.impl with parameters of type MaterializeOptionModifier and TypeMethodDescriptionDataObjectWrapperBase.getChildrenMatchingOptions(MaterializeOption... options) This method retrieves theMetadataChildobjects (DataObjectRelationshiporDataObjectCollection) which match the givenMaterializeOptionoptions.voidDataObjectWrapperBase.materializeReferencedObjects(MaterializeOption... options) Fetches and populates referenced objects within the wrapped object.voidDataObjectWrapperBase.materializeReferencedObjectsToDepth(int maxDepth, MaterializeOption... options) Fetches and populates referenced objects within the wrapped object.