Project

General

Profile

« Previous | Next » 

Revision 6121

implement the old interface for now (until 0.6.2)

View differences:

src/edu/ucsb/nceas/metacat/dataone/CNCoreImpl.java
132 132
	@Override
133 133
	public ObjectFormat getFormat(Identifier arg0) throws InvalidRequest,
134 134
			ServiceFailure, NotFound, InsufficientResources, NotImplemented {
135
		throw new NotImplemented("4845", "Not implemented");
135
		// TODO Auto-generated method stub
136
		return null;
136 137
	}
137 138

  
138 139
	@Override
139 140
	public Log getLogRecords(DateTime arg0, DateTime arg1, Event arg2)
140 141
			throws InvalidToken, InvalidRequest, ServiceFailure, NotAuthorized,
141 142
			NotImplemented {
142
		throw new NotImplemented("1461", "Not implemented");
143

  
143
		// TODO Auto-generated method stub
144
		return null;
144 145
	}
145 146

  
146 147
	@Override
147 148
	public NodeList listNodes() throws NotImplemented, ServiceFailure {
148
		throw new NotImplemented("4800", "Not implemented");
149
		// TODO Auto-generated method stub
150
		return null;
151
	}
149 152

  
150
	}
151 153
}
152 154

  

Also available in: Unified diff