The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Office::Contacts::Util::Import - A web-based contacts manager

Synopsis

See "Synopsis" in App::Office::Contacts.

Description

App::Office::Contacts implements a utf8-aware, web-based, private and group contacts manager.

Distributions

See "Distributions" in App::Office::Contacts.

Installation

See "Installation" in App::Office::Contacts.

Object attributes

Each instance of this class is a Moo-based object with these attributes:

o logger

Is an instance of an App::Office::Contacts::Util::Logger object.

o verbose

Is a Boolean.

Default: 0.

Further, each attribute name is also a method name.

Methods

dump($table_name)

logger()

Returns an instance of an App::Office::Contacts::Util::Logger object.

populate_all_tables()

Calls all the non-fake populate_*_table methods, in a special order so that foreign key relationships just work.

populate_communication_types_table()

populate_email_address_types_table()

populate_email_addresses_table()

populate_email_organizations_table()

populate_email_people_table()

populate_fake_data()

Calls all the fake populate_*_table methods, in a special order so that foreign key relationships just work.

populate_fake_occupation_titles_table()

populate_fake_organizations_table()

populate_fake_people_table()

populate_genders_table()

populate_occupation_titles_table()

populate_organizations_table()

populate_phone_number_types_table()

populate_phone_numbers_table()

populate_phone_organizations_table()

populate_phone_people_table()

populate_report_entities_table()

populate_reports_table()

populate_roles_table()

populate_titles_table()

populate_visibilities_table()

populate_yes_noes_table()

read_a_file($input_file_name)

verbose()

Returns a Boolean.

FAQ

See "FAQ" in App::Office::Contacts.

Support

See "Support" in App::Office::Contacts.

Author

App::Office::Contacts was written by Ron Savage <ron@savage.net.au> in 2013.

Home page.

Copyright

Australian copyright (c) 2013, Ron Savage. All Programs of mine are 'OSI Certified Open Source Software'; you can redistribute them and/or modify them under the terms of The Artistic License V 2, a copy of which is available at: http://www.opensource.org/licenses/index.html