Uses of Class
org.kuali.rice.krad.data.CopyOption
Packages that use CopyOption
Package
Description
-
Uses of CopyOption in org.kuali.rice.krad.data
Fields in org.kuali.rice.krad.data declared as CopyOptionModifier and TypeFieldDescriptionstatic CopyOptionCopyOption.RESET_OBJECT_IDSpecify that the <tt>objectId</tt> field (seeGloballyUnique) should be cleared on the copied object and all children.static CopyOptionCopyOption.RESET_PK_FIELDSSpecify that the PK fields on the object must be cleared as part of the copy operation.static CopyOptionCopyOption.RESET_VERSION_NUMBERSpecify that theVersionannotated field should be cleared if present on the copied object.Methods in org.kuali.rice.krad.data with parameters of type CopyOptionModifier and TypeMethodDescription<T> TDataObjectService.copyInstance(T dataObject, CopyOption... options) Returns a copy of the given data object instance. -
Uses of CopyOption in org.kuali.rice.krad.data.jpa
Methods in org.kuali.rice.krad.data.jpa with parameters of type CopyOptionModifier and TypeMethodDescription<T> TJpaPersistenceProvider.copyInstance(T dataObject, CopyOption... options) Returns a copy of the given data object instance. -
Uses of CopyOption in org.kuali.rice.krad.data.provider
Methods in org.kuali.rice.krad.data.provider with parameters of type CopyOptionModifier and TypeMethodDescription<T> TPersistenceProvider.copyInstance(T dataObject, CopyOption... options) Returns a copy of the given data object instance. -
Uses of CopyOption in org.kuali.rice.krad.data.provider.impl
Methods in org.kuali.rice.krad.data.provider.impl with parameters of type CopyOptionModifier and TypeMethodDescription<T> TProviderBasedDataObjectService.copyInstance(T dataObject, CopyOption... options) Returns a copy of the given data object instance.