public class IacucProtocolExceptionServiceImpl extends Object implements IacucProtocolExceptionService
| Constructor and Description |
|---|
IacucProtocolExceptionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProtocolException(IacucProtocol protocol,
IacucProtocolException protocolException)
This method adds Protocol Exception to the List of Protocol Exception.
|
IacucProtocolException |
getNewProtocolException(IacucProtocol protocol,
IacucProtocolException protocolException)
This method is to get a new formatted protocol exception
|
org.kuali.rice.krad.service.SequenceAccessorService |
getSequenceAccessorService()
Gets the SequenceAccessorService attribute.
|
List<IacucProtocolException> |
getSortedExceptions(IacucProtocol protocol)
This method is to get a sorted list of current protocol exceptions.
|
void |
setSequenceAccessorService(org.kuali.rice.krad.service.SequenceAccessorService sequenceAccessorService)
Sets the SequenceAccessorService attribute value.
|
public void addProtocolException(IacucProtocol protocol, IacucProtocolException protocolException)
IacucProtocolExceptionServiceaddProtocolException in interface IacucProtocolExceptionServiceprotocol - which contains list of ProtocolException.public IacucProtocolException getNewProtocolException(IacucProtocol protocol, IacucProtocolException protocolException)
IacucProtocolExceptionServicegetNewProtocolException in interface IacucProtocolExceptionServicepublic List<IacucProtocolException> getSortedExceptions(IacucProtocol protocol)
protocol - public org.kuali.rice.krad.service.SequenceAccessorService getSequenceAccessorService()
public void setSequenceAccessorService(org.kuali.rice.krad.service.SequenceAccessorService sequenceAccessorService)
sequenceAccessorService - The SequenceAccessorService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.