0deee2eac293c16677ea1d424f2ad39a06e258a2
[freeside.git] / htdocs / docs / man / FS / svc_acct_pop.html
1 <HTML>
2 <HEAD>
3 <TITLE>FS::svc_acct_pop - Object methods for svc_acct_pop records</TITLE>
4 <LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
5 </HEAD>
6
7 <BODY>
8
9 <!-- INDEX BEGIN -->
10
11 <UL>
12
13         <LI><A HREF="#NAME">NAME</A>
14         <LI><A HREF="#SYNOPSIS">SYNOPSIS</A>
15         <LI><A HREF="#DESCRIPTION">DESCRIPTION</A>
16         <LI><A HREF="#METHODS">METHODS</A>
17         <LI><A HREF="#VERSION">VERSION</A>
18         <LI><A HREF="#BUGS">BUGS</A>
19         <LI><A HREF="#SEE_ALSO">SEE ALSO</A>
20 </UL>
21 <!-- INDEX END -->
22
23 <HR>
24 <P>
25 <H1><A NAME="NAME">NAME</A></H1>
26 <P>
27 FS::svc_acct_pop - Object methods for svc_acct_pop records
28
29 <P>
30 <HR>
31 <H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
32 <P>
33 <PRE>  use FS::svc_acct_pop;
34 </PRE>
35 <P>
36 <PRE>  $record = new FS::svc_acct_pop \%hash;
37   $record = new FS::svc_acct_pop { 'column' =&gt; 'value' };
38 </PRE>
39 <P>
40 <PRE>  $error = $record-&gt;insert;
41 </PRE>
42 <P>
43 <PRE>  $error = $new_record-&gt;replace($old_record);
44 </PRE>
45 <P>
46 <PRE>  $error = $record-&gt;delete;
47 </PRE>
48 <P>
49 <PRE>  $error = $record-&gt;check;
50 </PRE>
51 <P>
52 <HR>
53 <H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
54 <P>
55 An FS::svc_acct object represents an point of presence. FS::svc_acct_pop
56 inherits from FS::Record. The following fields are currently supported:
57
58 <DL>
59 <DT><STRONG><A NAME="item_popnum">popnum - primary key (assigned automatically for new accounts)</A></STRONG><DD>
60 <DT><STRONG><A NAME="item_city">city</A></STRONG><DD>
61 <DT><STRONG><A NAME="item_state">state</A></STRONG><DD>
62 <DT><STRONG><A NAME="item_ac">ac - area code</A></STRONG><DD>
63 <DT><STRONG><A NAME="item_exch">exch - exchange</A></STRONG><DD>
64 </DL>
65 <P>
66 <HR>
67 <H1><A NAME="METHODS">METHODS</A></H1>
68 <DL>
69 <DT><STRONG><A NAME="item_new">new HASHREF</A></STRONG><DD>
70 <P>
71 Creates a new point of presence (if only it were that easy!). To add the
72 point of presence to the database, see <A HREF="#insert">insert</A>.
73
74 <DT><STRONG><A NAME="item_insert">insert</A></STRONG><DD>
75 <P>
76 Adds this point of presence to the database. If there is an error, returns
77 the error, otherwise returns false.
78
79 <DT><STRONG><A NAME="item_delete">delete</A></STRONG><DD>
80 <P>
81 Removes this point of presence from the database.
82
83 <DT><STRONG><A NAME="item_replace">replace OLD_RECORD</A></STRONG><DD>
84 <P>
85 Replaces OLD_RECORD with this one in the database. If there is an error,
86 returns the error, otherwise returns false.
87
88 <DT><STRONG><A NAME="item_check">check</A></STRONG><DD>
89 <P>
90 Checks all fields to make sure this is a valid point of presence. If there
91 is an error, returns the error, otherwise returns false. Called by the
92 insert and replace methods.
93
94 </DL>
95 <P>
96 <HR>
97 <H1><A NAME="VERSION">VERSION</A></H1>
98 <P>
99 $Id: svc_acct_pop.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
100
101 <P>
102 <HR>
103 <H1><A NAME="BUGS">BUGS</A></H1>
104 <P>
105 It should be renamed to part_pop.
106
107 <P>
108 <HR>
109 <H1><A NAME="SEE_ALSO">SEE ALSO</A></H1>
110 <P>
111 <A HREF="../FS/Record.html">FS::Record</A>, <A HREF=".././FS/svc_acct.html#">the svc_acct manpage</A>, schema.html from the base documentation.
112
113 </BODY>
114
115 </HTML>