Uses of Class
org.ow2.petals.flowwatch.flowmanager.bo.FlowStepErrorRef

Packages that use FlowStepErrorRef
org.ow2.petals.flowwatch.flowmanager   
org.ow2.petals.flowwatch.flowmanager.bo   
org.ow2.petals.flowwatch.flowmanager.dao   
 

Uses of FlowStepErrorRef in org.ow2.petals.flowwatch.flowmanager
 

Methods in org.ow2.petals.flowwatch.flowmanager that return FlowStepErrorRef
 FlowStepErrorRef FlowRefManager.loadStepErrorRef(long id)
           
 

Methods in org.ow2.petals.flowwatch.flowmanager that return types with arguments of type FlowStepErrorRef
 java.util.List<FlowStepErrorRef> FlowRefManager.loadStepRefErrors(long stepRefId)
           
 

Methods in org.ow2.petals.flowwatch.flowmanager with parameters of type FlowStepErrorRef
 long FlowRefManager.saveOrUpdateErrorRef(FlowStepErrorRef stepErrorRef)
           
 

Uses of FlowStepErrorRef in org.ow2.petals.flowwatch.flowmanager.bo
 

Methods in org.ow2.petals.flowwatch.flowmanager.bo that return types with arguments of type FlowStepErrorRef
 java.util.Map<java.lang.Integer,FlowStepErrorRef> FlowStepRef.getErrorMessages()
           
 

Methods in org.ow2.petals.flowwatch.flowmanager.bo with parameters of type FlowStepErrorRef
 int FlowStepErrorRef.compareTo(FlowStepErrorRef obj)
           
 

Method parameters in org.ow2.petals.flowwatch.flowmanager.bo with type arguments of type FlowStepErrorRef
 void FlowStepRef.setErrorMessages(java.util.Map<java.lang.Integer,FlowStepErrorRef> errorMessages)
           
 

Uses of FlowStepErrorRef in org.ow2.petals.flowwatch.flowmanager.dao
 

Methods in org.ow2.petals.flowwatch.flowmanager.dao that return types with arguments of type FlowStepErrorRef
 java.util.List<FlowStepErrorRef> FlowStepErrorRefDAO.loadByStepRefId(long stepRefId)
           
 



Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.