From 2c816f314a8f3cc46e72e31f34ed97b4e11d0449 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 4 Aug 1999 12:13:27 +0000 Subject: new HTML manpages --- htdocs/docs/man/FS/svc_Common.html | 109 +++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 htdocs/docs/man/FS/svc_Common.html (limited to 'htdocs/docs/man/FS/svc_Common.html') diff --git a/htdocs/docs/man/FS/svc_Common.html b/htdocs/docs/man/FS/svc_Common.html new file mode 100644 index 000000000..d8d81a0a7 --- /dev/null +++ b/htdocs/docs/man/FS/svc_Common.html @@ -0,0 +1,109 @@ + + +FS::svc_Common - Object method for all svc_ records + + + + + + + + + + +
+

+

NAME

+

+FS::svc_Common - Object method for all svc_ records + +

+


+

SYNOPSIS

+

+use FS::svc_Common; + +

+@ISA = qw( FS::svc_Common ); + +

+


+

DESCRIPTION

+

+FS::svc_Common is intended as a base class for table-specific classes to +inherit from, i.e. FS::svc_acct. FS::svc_Common inherits from FS::Record. + +

+


+

METHODS

+
+
insert
+

+Adds this record to the database. If there is an error, returns the error, +otherwise returns false. + +

+The additional fields pkgnum and svcpart (see FS::cust_svc) should be defined. An FS::cust_svc record will be created and inserted. + +

delete
+

+Deletes this account from the database. If there is an error, returns the +error, otherwise returns false. + +

+The corresponding FS::cust_svc record will be deleted as well. + +

setfixed
+

+Sets any fixed fields for this service (see FS::part_svc). If there is an error, returns the error, otherwise returns the +FS::part_svc object (use ref() to test the return). Usually +called by the check method. + +

setdefault
+

+Sets all fields to their defaults (see FS::part_svc), overriding their current values. If there is an error, returns the +error, otherwise returns the FS::part_svc object (use ref() to +test the return). + +

suspend
+
unsuspend
+
cancel
+

+Stubs - return false (no error) so derived classes don't need to define +these methods. Called by the cancel method of FS::cust_pkg (see FS::cust_pkg). + +

+

+


+

VERSION

+

+$Id: svc_Common.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ + +

+


+

BUGS

+

+The setfixed method return value. + +

+The new method should set defaults from part_svc (like the check method +sets fixed values)? + +

+


+

SEE ALSO

+

+FS::Record, FS::cust_svc, FS::part_svc, FS::cust_pkg, schema.html from the base documentation. + + + + -- cgit v1.2.1