Actions
Bug #582
closedQuery plugin using a method directly from datapackag plugin
Start date:
09/06/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
582
Description
In SaveQueryCommmand class, it uses a method getNextId() directly for
AccessionNumber class which is in datapackage plugin. This is forbidden. We
need put the method into DataPackageInterface and DataPackagePlugin class. And
then use it by the service provider.
Updated by Jing Tao about 22 years ago
Method getNextId() was created in both DataPackageInterface and
DataPackagePlugin. Now code in query plugin doesn't use the method in
AccessionNumber class directly, the method was usr by DataPackageInterface.
Actions