com.ebmwebsourcing.petalsview.service.flowref
Interface FlowStepRefManager
- All Known Implementing Classes:
- FlowStepRefManagerImpl
@Transactional
public interface FlowStepRefManager
|
Method Summary |
void |
addParameterName(java.lang.String flowStepRefId,
int index,
java.lang.String parameterName,
boolean global)
|
void |
addParameterName(java.lang.String flowRefId,
java.lang.String parameterName,
boolean global)
|
com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef |
loadStepErrorRef(java.lang.String id)
|
com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef |
loadStepRef(int type,
java.lang.String interfaceName,
java.lang.String serviceName)
|
com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef |
loadStepRef(java.lang.String id)
|
java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef> |
loadStepRefErrors(java.lang.String stepRefId)
|
java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef> |
loadSteps(int type)
|
void |
removeErrorRefs(java.lang.String[] ids)
|
void |
removeParameterName(java.lang.String flowStepId,
int index)
|
void |
removeParameterNames(java.lang.String flowStepId,
int[] indexes)
|
void |
removeStepRefs(java.lang.String[] ids)
|
java.lang.String |
saveOrUpdateErrorRef(com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef stepErrorRef)
|
java.lang.String |
saveOrUpdateStepRef(com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef flowStepRef)
|
void |
updateParameterName(java.lang.String flowStepRefId,
int index,
java.lang.String parameterName,
boolean global)
|
loadSteps
@Transactional(readOnly=true)
java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef> loadSteps(int type)
loadStepRef
@Transactional(readOnly=true)
com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef loadStepRef(int type,
java.lang.String interfaceName,
java.lang.String serviceName)
throws FlowRefException
- Throws:
FlowRefException
loadStepRef
@Transactional(readOnly=true)
com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef loadStepRef(java.lang.String id)
throws FlowRefException
- Throws:
FlowRefException
saveOrUpdateStepRef
java.lang.String saveOrUpdateStepRef(com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef flowStepRef)
throws FlowRefException
- Throws:
FlowRefException
removeStepRefs
void removeStepRefs(java.lang.String[] ids)
throws FlowRefException
- Throws:
FlowRefException
loadStepErrorRef
@Transactional(readOnly=true)
com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef loadStepErrorRef(java.lang.String id)
throws FlowRefException
- Throws:
FlowRefException
loadStepRefErrors
@Transactional(readOnly=true)
java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef> loadStepRefErrors(java.lang.String stepRefId)
throws FlowRefException
- Throws:
FlowRefException
saveOrUpdateErrorRef
java.lang.String saveOrUpdateErrorRef(com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef stepErrorRef)
throws FlowRefException
- Throws:
FlowRefException
removeErrorRefs
void removeErrorRefs(java.lang.String[] ids)
throws FlowRefException
- Throws:
FlowRefException
addParameterName
void addParameterName(java.lang.String flowRefId,
java.lang.String parameterName,
boolean global)
throws FlowRefException
- Throws:
FlowRefException
addParameterName
void addParameterName(java.lang.String flowStepRefId,
int index,
java.lang.String parameterName,
boolean global)
throws FlowRefException
- Throws:
FlowRefException
updateParameterName
void updateParameterName(java.lang.String flowStepRefId,
int index,
java.lang.String parameterName,
boolean global)
throws FlowRefException
- Throws:
FlowRefException
removeParameterName
void removeParameterName(java.lang.String flowStepId,
int index)
throws FlowRefException
- Throws:
FlowRefException
removeParameterNames
void removeParameterNames(java.lang.String flowStepId,
int[] indexes)
throws FlowRefException
- Throws:
FlowRefException
Copyright © 2010 eBMWebsourcing. All Rights Reserved.