use OpenSRF::DomainObject::oilsResponse qw/:status/;
use base 'OpenSRF::DomainObject::oilsResult';
use vars qw/$status $statusCode/;
-OpenSRF::Utils::JSON->register_class_hint( hint => 'osrfResult', name => 'OpenSRF::DomainObject::oilsResult::Partial', type => 'hash' );
+OpenSRF::Utils::JSON->register_class_hint(
+ hint => 'osrfResultPartial',
+ name => 'OpenSRF::DomainObject::oilsResult::Partial',
+ type => 'hash');
$status = 'Partial Response';
use OpenSRF::DomainObject::oilsResponse qw/:status/;
use base 'OpenSRF::DomainObject::oilsResult';
use vars qw/$status $statusCode/;
-OpenSRF::Utils::JSON->register_class_hint( hint => 'osrfResult', name => 'OpenSRF::DomainObject::oilsResult::Partial', type => 'hash' );
+OpenSRF::Utils::JSON->register_class_hint(
+ hint => 'osrfResultPartialComplete',
+ name => 'OpenSRF::DomainObject::oilsResult::PartialComplete',
+ type => 'hash');
$status = 'Partial Response Finalized';