MOBY

 view release on metacpan or  search on metacpan

lib/MOBY/Adaptor/moby/Impl/ServiceInstanceDataAdapter.pm  view on Meta::CPAN



=cut

=head1 METHODS

=head2 new

 Title     :	new
 Usage     :	
 Function  :	

 Returns   :	
 Args      :    
 Notes     :    


=cut

sub new {
	my ($caller, %args) = @_;
	my $caller_is_obj = ref($caller);

    return my $self;    
}
=head2 create

 Title     :	create
 Usage     :	my $un = $API->create(%args)
 Function  :	create an Object and register it into mobycentral
 Args      :    				
 Returns   :    1 if creation was successful
 				0 otherwise
=cut
sub create{
}

=cut

=head2 delete

 Title     :	delete
 Usage     :	my $un = $API->delete(%args)
 Function  :	delete an Object from mobycentral
 Args      :    				
 Returns   :    1 if deletion was successful
 				0 otherwise
=cut
sub delete{
}

=head2 update

 Title     :	update
 Usage     :	my $un = $API->update(%args)
 Function  :	update an Object in mobycentral
 Args      :    				
 Returns   :    1 if the update was successful
 				0 otherwise
=cut
sub update{
}

=head2 query

 Title     :	query
 Usage     :	my $un = $API->query(%args)
 Function  :	retrieve an Object from mobycentral
 Args      :    				
 Returns   :    1 if deletion was successful
 				0 otherwise
=cut
sub query{
}

##########PRIVATE MEMBER VARIABLES#############
{

};

1;



( run in 0.546 second using v1.01-cache-2.11-cpan-39bf76dae61 )