public interface ProtocolLocationService
| Modifier and Type | Method and Description |
|---|---|
void |
addDefaultProtocolLocation(ProtocolBase protocol)
This method adds a default ProtocolLocationBase to the List of ProtocolLocations.
|
void |
addProtocolLocation(ProtocolBase protocol,
ProtocolLocationBase protocolLocation)
This method adds ProtocolLocationBase to the List of ProtocolLocations.
|
void |
clearProtocolLocationAddress(ProtocolBase protocol,
int lineNumber)
This method will clear ProtocolLocationBase address from the List at specified position(lineNumber)
|
void addProtocolLocation(ProtocolBase protocol, ProtocolLocationBase protocolLocation)
protocol - which contains list of ProtocolLocations.ProtocolLocationBase - object is added to ProtocolLocations list.void addDefaultProtocolLocation(ProtocolBase protocol)
protocol - which contains list of ProtocolLocations.void clearProtocolLocationAddress(ProtocolBase protocol, int lineNumber)
protocol - which contains list of ProtocolLocationslineNumber - to clear location addressCopyright © 2013 The Kuali Foundation. All Rights Reserved.