public interface ConcreteNetworkOperations extends Network, ConcreteNetworkAccessOperations
| Modifier and Type | Method and Description |
|---|---|
void |
add_calibration(ChannelId the_channel,
Calibration new_calibration,
Time start_time,
AuditInfo[] audit_info) |
void |
add_channel(Channel a_channel,
Response the_response,
Calibration[] the_calibrations,
Clock the_clock,
Sensor the_sensor,
DataAcqSys das,
TimeCorrection[] time_corrections,
AuditInfo[] audit_info) |
void |
add_site(Site a_site,
AuditInfo[] audit_info) |
void |
add_station(Station a_station,
AuditInfo[] audit_info) |
void |
add_time_correction(ChannelId the_channel,
TimeCorrection new_correction,
Time start_time,
AuditInfo[] audit_info) |
void |
deactivate_channel(ChannelId channel_id,
AuditInfo[] audit_info) |
void |
deactivate_site(SiteId site_id,
Time end_time,
AuditInfo[] audit_info) |
void |
deactivate_station(StationId code,
Time end_time,
AuditInfo[] audit_info) |
void |
deactivate() |
void |
delete_channel(ChannelId channel_id,
AuditInfo[] audit_info) |
void |
delete_site(SiteId site_id,
AuditInfo[] audit_info) |
void |
delete_station(StationId code,
AuditInfo[] audit_info) |
void |
udpate_site(Site a_site,
AuditInfo[] audit_info) |
void |
update_channel(Channel a_channel,
AuditInfo[] audit_info) |
void |
update_clock(ChannelId the_channel,
Clock new_clock,
Time start_time,
AuditInfo[] audit_info) |
void |
update_das(ChannelId the_channel,
DataAcqSys new_das,
Time start_time,
AuditInfo[] audit_info) |
void |
update_response(ChannelId the_channel,
Response new_response,
Time start_time,
AuditInfo[] audit_info) |
void |
update_sensor(ChannelId the_channel,
Sensor new_sensor,
Time start_time,
AuditInfo[] audit_info) |
void |
update_station(Station a_station,
AuditInfo[] audit_info) |
a_writeable, get_audit_trail_for_site, get_audit_trail_for_stationget_attributes, get_audit_trail_for_channel, locate_channels, retrieve_all_channels, retrieve_calibrations, retrieve_channel, retrieve_channels_by_code, retrieve_for_station, retrieve_grouping, retrieve_groupings, retrieve_instrumentation, retrieve_stations, retrieve_time_correctionsget_audit_trailvoid deactivate()
void add_station(Station a_station, AuditInfo[] audit_info) throws DuplicateStationId
DuplicateStationIdvoid update_station(Station a_station, AuditInfo[] audit_info) throws StationNotFound
StationNotFoundvoid deactivate_station(StationId code, Time end_time, AuditInfo[] audit_info) throws StationNotFound
StationNotFoundvoid delete_station(StationId code, AuditInfo[] audit_info) throws StationNotFound
StationNotFoundvoid add_site(Site a_site, AuditInfo[] audit_info) throws StationNotFound, DuplicateSiteId
StationNotFoundDuplicateSiteIdvoid udpate_site(Site a_site, AuditInfo[] audit_info) throws SiteNotFound
SiteNotFoundvoid deactivate_site(SiteId site_id, Time end_time, AuditInfo[] audit_info) throws SiteNotFound
SiteNotFoundvoid delete_site(SiteId site_id, AuditInfo[] audit_info) throws SiteNotFound
SiteNotFoundvoid add_channel(Channel a_channel, Response the_response, Calibration[] the_calibrations, Clock the_clock, Sensor the_sensor, DataAcqSys das, TimeCorrection[] time_corrections, AuditInfo[] audit_info) throws SiteNotFound, DuplicateChannelId
SiteNotFoundDuplicateChannelIdvoid update_channel(Channel a_channel, AuditInfo[] audit_info) throws ChannelNotFound
ChannelNotFoundvoid deactivate_channel(ChannelId channel_id, AuditInfo[] audit_info) throws ChannelNotFound
ChannelNotFoundvoid delete_channel(ChannelId channel_id, AuditInfo[] audit_info) throws ChannelNotFound
ChannelNotFoundvoid update_clock(ChannelId the_channel, Clock new_clock, Time start_time, AuditInfo[] audit_info) throws ChannelNotFound
ChannelNotFoundvoid update_sensor(ChannelId the_channel, Sensor new_sensor, Time start_time, AuditInfo[] audit_info) throws ChannelNotFound
ChannelNotFoundvoid update_response(ChannelId the_channel, Response new_response, Time start_time, AuditInfo[] audit_info) throws ChannelNotFound
ChannelNotFoundvoid update_das(ChannelId the_channel, DataAcqSys new_das, Time start_time, AuditInfo[] audit_info) throws ChannelNotFound
ChannelNotFoundvoid add_calibration(ChannelId the_channel, Calibration new_calibration, Time start_time, AuditInfo[] audit_info) throws ChannelNotFound
ChannelNotFoundvoid add_time_correction(ChannelId the_channel, TimeCorrection new_correction, Time start_time, AuditInfo[] audit_info) throws ChannelNotFound
ChannelNotFound