summaryrefslogtreecommitdiff
path: root/LedgerSMB/Contact.pm
blob: 14f3ee6e787b9af2672d2e2d80b1395cb448c5a2 (plain)
  1. =head1 NAME
  2. LedgerSMB::Contact - LedgerSMB class for managing Contacts
  3. =head1 SYOPSIS
  4. This module creates object instances based on LedgerSMB's in-database ORM.
  5. =head1 METHODS
  6. The following method is static:
  7. =item new ($LedgerSMB object);
  8. The following methods are passed through to stored procedures via Autoload.
  9. =item save
  10. =item get
  11. =item search
  12. The above list may grow over time, and may depend on other installed modules.
  13. =head1 Copyright (C) 2007, The LedgerSMB core team.
  14. This file is licensed under the Gnu General Public License version 2, or at your
  15. option any later version. A copy of the license should have been included with
  16. your software.
  17. =back
  18. =cut