Package org.n52.shetland.aqd
Interface EReportObligationRepository
-
public interface EReportObligationRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EReportingHeadercreateHeader(ReportObligationType type)RelatedPartygetReportingAuthority()ReportObligationgetReportObligation(ReportObligationType type)voidsaveReportingAuthority(RelatedParty relatedParty)voidsaveReportObligation(ReportObligationType type, ReportObligation obligation)
-
-
-
Method Detail
-
getReportingAuthority
RelatedParty getReportingAuthority()
-
getReportObligation
ReportObligation getReportObligation(ReportObligationType type)
-
saveReportingAuthority
void saveReportingAuthority(RelatedParty relatedParty)
-
saveReportObligation
void saveReportObligation(ReportObligationType type, ReportObligation obligation)
-
createHeader
EReportingHeader createHeader(ReportObligationType type) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
-