summaryrefslogtreecommitdiff
path: root/LedgerSMB/Contact.pm
blob: 473e50c55b79cfb720e4606f0f4234f87691d526 (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. =over
  8. =item new ($LedgerSMB object);
  9. The following methods are passed through to stored procedures via Autoload.
  10. =item save
  11. =item get
  12. =item search
  13. The above list may grow over time, and may depend on other installed modules.
  14. =back
  15. =head1 Copyright (C) 2007, The LedgerSMB core team.
  16. This file is licensed under the Gnu General Public License version 2, or at your
  17. option any later version. A copy of the license should have been included with
  18. your software.
  19. =cut