From ea0d3938b57a079ce4aa6db0cae316e3ac6da654 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jan 2002 17:46:41 +0000 Subject: these are all auto-generated by the installation; don't check them into CVS (probably should generate them for a release tarball though) --- httemplate/docs/man/FS/svc_Common.html | 97 ---------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 httemplate/docs/man/FS/svc_Common.html (limited to 'httemplate/docs/man/FS/svc_Common.html') diff --git a/httemplate/docs/man/FS/svc_Common.html b/httemplate/docs/man/FS/svc_Common.html deleted file mode 100644 index ccac5efa0..000000000 --- a/httemplate/docs/man/FS/svc_Common.html +++ /dev/null @@ -1,97 +0,0 @@ - - -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 the FS::cust_svc manpage) 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 the FS::part_svc manpage). 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 the FS::part_svc manpage), 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). -

-
cust_svc
-
-Returns the cust_svc record associated with this svc_ record, as a FS::cust_svc -object (see the FS::cust_svc manpage). -

-
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 the FS::cust_pkg manpage). -

-

-


-

VERSION

-

$Id: svc_Common.html,v 1.3 2002-01-29 17:42:46 ivan Exp $

-

-


-

BUGS

-

The setfixed method return value.

-

-


-

SEE ALSO

-

the FS::Record manpage, the FS::cust_svc manpage, the FS::part_svc manpage, the FS::cust_pkg manpage, schema.html -from the base documentation.

- - - - -- cgit v1.2.1