view release on metacpan or search on metacpan
lib/ETLp/Schema/Result/EtlpConfiguration.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpSection>
=cut
__PACKAGE__->has_many(
"etlp_sections",
"ETLp::Schema::Result::EtlpSection",
{ "foreign.config_id" => "self.config_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07000 @ 2010-05-12 15:25:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OsfnSjG9Vi3WLQwn1A/vQw
use Data::Page::Navigation;
# You can replace this text with custom content, and it will be preserved on regeneration
1;
lib/ETLp/Schema/Result/EtlpDayOfWeek.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpScheduleDayOfWeek>
=cut
__PACKAGE__->has_many(
"etlp_schedule_days_of_week",
"ETLp::Schema::Result::EtlpScheduleDayOfWeek",
{ "foreign.dow_id" => "self.dow_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07000 @ 2010-06-25 13:03:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3a7i/IB+E8+bjxex4E56zw
use Data::Page::Navigation;
# You can replace this text with custom content, and it will be preserved on regeneration
1;
lib/ETLp/Schema/Result/EtlpFile.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpFileProcess>
=cut
__PACKAGE__->has_many(
"etlp_file_processes",
"ETLp::Schema::Result::EtlpFileProcess",
{ "foreign.file_id" => "self.file_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07000 @ 2010-05-12 15:25:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZKh77wWHKNOgoVxvtPTKjg
use Data::Page::Navigation;
# You can replace this text with custom content, and it will be preserved on regeneration
1;
lib/ETLp/Schema/Result/EtlpItem.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpFileProcess>
=cut
__PACKAGE__->has_many(
"etlp_file_processes",
"ETLp::Schema::Result::EtlpFileProcess",
{ "foreign.item_id" => "self.item_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 phase
Type: belongs_to
Related object: L<ETLp::Schema::Result::EtlpPhase>
=cut
lib/ETLp/Schema/Result/EtlpJob.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpItem>
=cut
__PACKAGE__->has_many(
"etlp_items",
"ETLp::Schema::Result::EtlpItem",
{ "foreign.job_id" => "self.job_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 status
Type: belongs_to
Related object: L<ETLp::Schema::Result::EtlpStatus>
=cut
lib/ETLp/Schema/Result/EtlpMonth.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpScheduleMonth>
=cut
__PACKAGE__->has_many(
"etlp_schedule_months",
"ETLp::Schema::Result::EtlpScheduleMonth",
{ "foreign.month_id" => "self.month_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07000 @ 2010-06-25 13:03:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sFWOblDSrnIdiX5X0iXBeg
use Data::Page::Navigation;
# You can replace this text with custom content, and it will be preserved on regeneration
1;
lib/ETLp/Schema/Result/EtlpPhase.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpItem>
=cut
__PACKAGE__->has_many(
"etlp_items",
"ETLp::Schema::Result::EtlpItem",
{ "foreign.phase_id" => "self.phase_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07000 @ 2010-05-12 15:25:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kIL+Q/y7WrUlLuCmGC7B3Q
use Data::Page::Navigation;
# You can replace this text with custom content, and it will be preserved on regeneration
1;
lib/ETLp/Schema/Result/EtlpSchedule.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpScheduleDayOfMonth>
=cut
__PACKAGE__->has_many(
"etlp_schedule_days_of_month",
"ETLp::Schema::Result::EtlpScheduleDayOfMonth",
{ "foreign.schedule_id" => "self.schedule_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 etlp_schedule_days_of_week
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpScheduleDayOfWeek>
=cut
__PACKAGE__->has_many(
"etlp_schedule_days_of_week",
"ETLp::Schema::Result::EtlpScheduleDayOfWeek",
{ "foreign.schedule_id" => "self.schedule_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 etlp_schedule_hours
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpScheduleHour>
=cut
__PACKAGE__->has_many(
"etlp_schedule_hours",
"ETLp::Schema::Result::EtlpScheduleHour",
{ "foreign.schedule_id" => "self.schedule_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 etlp_schedule_minutes
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpScheduleMinute>
=cut
__PACKAGE__->has_many(
"etlp_schedule_minutes",
"ETLp::Schema::Result::EtlpScheduleMinute",
{ "foreign.schedule_id" => "self.schedule_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 etlp_schedule_months
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpScheduleMonth>
=cut
__PACKAGE__->has_many(
"etlp_schedule_months",
"ETLp::Schema::Result::EtlpScheduleMonth",
{ "foreign.schedule_id" => "self.schedule_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07000 @ 2010-06-25 13:03:18
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e1lV06l6VpdE2BIajCMxlw
use Data::Page::Navigation;
# You can replace this text with custom content, and it will be preserved on regeneration
1;
lib/ETLp/Schema/Result/EtlpSection.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpJob>
=cut
__PACKAGE__->has_many(
"etlp_jobs",
"ETLp::Schema::Result::EtlpJob",
{ "foreign.section_id" => "self.section_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 config
Type: belongs_to
Related object: L<ETLp::Schema::Result::EtlpConfiguration>
=cut
lib/ETLp/Schema/Result/EtlpSection.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpSchedule>
=cut
__PACKAGE__->has_many(
"etlp_schedules",
"ETLp::Schema::Result::EtlpSchedule",
{ "foreign.section_id" => "self.section_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07000 @ 2010-05-12 15:25:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:G26RynkviOYeii2d5jGi5w
use Data::Page::Navigation;
# You can replace this text with custom content, and it will be preserved on regeneration
1;
lib/ETLp/Schema/Result/EtlpStatus.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpFileProcess>
=cut
__PACKAGE__->has_many(
"etlp_file_processes",
"ETLp::Schema::Result::EtlpFileProcess",
{ "foreign.status_id" => "self.status_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 etlp_items
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpItem>
=cut
__PACKAGE__->has_many(
"etlp_items",
"ETLp::Schema::Result::EtlpItem",
{ "foreign.status_id" => "self.status_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 etlp_jobs
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpJob>
=cut
__PACKAGE__->has_many(
"etlp_jobs",
"ETLp::Schema::Result::EtlpJob",
{ "foreign.status_id" => "self.status_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07000 @ 2010-05-12 15:25:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+16aRUB2npzcJScXoZV28g
use Data::Page::Navigation;
# You can replace this text with custom content, and it will be preserved on regeneration
1;
lib/ETLp/Schema/Result/EtlpUser.pm view on Meta::CPAN
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpSchedule>
=cut
__PACKAGE__->has_many(
"etlp_schedule_users_created",
"ETLp::Schema::Result::EtlpSchedule",
{ "foreign.user_created" => "self.user_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 etlp_schedule_users_updated
Type: has_many
Related object: L<ETLp::Schema::Result::EtlpSchedule>
=cut
__PACKAGE__->has_many(
"etlp_schedule_users_updated",
"ETLp::Schema::Result::EtlpSchedule",
{ "foreign.user_updated" => "self.user_id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07000 @ 2010-05-12 15:25:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ISVhuUynNKwcBjx+Z4WcgA
use Data::Page::Navigation;
# You can replace this text with custom content, and it will be preserved on regeneration
1;
# End of lines loaded from '/usr/local/lib/perl5/site_perl/5.10.0/ETLp/Schema/Result/EtlpUser.pm'