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

Search results for "module:SPOPS::ClassFactory"

SPOPS::ClassFactory - Create SPOPS classes from configuration and code River stage one • 2 direct dependents • 2 total dependents

This class creates SPOPS classes. It replaces "SPOPS::Configure" -- if you try to use "SPOPS::Configure" you will (for the moment) get a warning about using a deprecated interface and call this module, but that will not last forever. See SPOPS::Manua...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::ClassFactory::DBI - Define additional configuration methods River stage one • 2 direct dependents • 2 total dependents

This class implements a behavior for the 'links_to' slot as described in SPOPS::ClassFactory. It is possible -- and perhaps desirable for the sake of clarity -- to create a method within *SPOPS::DBI* that does all the work that this behavior does, th...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::ClassFactory::LDAP - Create relationships among LDAP objects River stage one • 2 direct dependents • 2 total dependents

This class implements two types of relationships: 'has_a' and 'links_to'. See SPOPS::Manual::Configuration for a discussion of the configuration parameters....

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::ClassFactory::DefaultBehavior - Default configuration methods called from SPOPS.pm River stage one • 2 direct dependents • 2 total dependents

This class has default behaviors for all SPOPS classes. They may or may not be used, depending on what subclasses do....

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS - Simple Perl Object Persistence with Security River stage one • 2 direct dependents • 2 total dependents

This module is meant to be overridden by a class that will implement persistence for the SPOPS objects. This persistence can come by way of flat text files, LDAP directories, GDBM entries, DBI database tables -- whatever. The API should remain the sa...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::DBI - Implement SPOPS class, serializing into a DBI database River stage one • 2 direct dependents • 2 total dependents

This SPOPS class is not meant to be used directly. Instead, you inherit certain methods from it while implementing your own. Your module should implement: * (optional) Methods to sort member objects or perform operations on groups of them at once. * ...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Tool::DBI::DiscoverField - SPOPS::ClassFactory rule implementing autofield discovery River stage one • 2 direct dependents • 2 total dependents

Simple behavior rule to dynamically find all fields in a particular database table and set them in our object. Configuration is easy, just put: rules_from => [ 'My::DiscoverField' ], in your object configuration, or add 'My::DiscoverField' to an alre...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Iterator - Class to cycle through results and return SPOPS objects River stage one • 2 direct dependents • 2 total dependents

One of the problems with current SPOPS implementations is that retrieving groups of objects is an all-or-nothing affair -- you get a list with all instantiated objects or you do not retrive them in the first place. This can be quite memory intensive,...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Initialize - Provide methods for initializing groups of SPOPS objects at once River stage one • 2 direct dependents • 2 total dependents

This class makes it simple to initialize SPOPS classes and should be suitable for utilizing at a server (or long-running process) startup. Initialization of a SPOPS class consists of four steps: 1. Read in the configuration. The configuration can be ...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Tool::ReadOnly - Make a particular object read-only River stage one • 2 direct dependents • 2 total dependents

This is a simple rule to ensure that "save()" and "remove()" calls to a particular class do not actually do any work. Instead they just result in a warning that the class is read-only....

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Tool::CreateOnly - Make a particular object create-only -- it cannot be updated River stage one • 2 direct dependents • 2 total dependents

This is a simple rule to ensure that calls to "save()" on an already-saved object do nothing. Calling "save()" on a new (unsaved) object works as normal. Thus, you have create-only objects....

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

OpenInteract::SPOPS::DBI - Common SPOPS::DBI-specific methods for objects River stage zero No dependents

This class provides common datasource access methods required by SPOPS::DBI....

CWINTERS/OpenInteract-1.62 - 01 Oct 2004 03:29:29 UTC

SPOPS::Tool::DBI::FindDefaults - Load default values from a particular record River stage one • 2 direct dependents • 2 total dependents

This class allows you to specify default values based on the information in a particular record in the database. Just specify the ID of the record and the fields which you want to copy as defaults....

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

SPOPS::Tool::DBI::MaintainLinkedList - Support objects that automatically maintain a link to the previous and next objects River stage one • 2 direct dependents • 2 total dependents

This package supports an SPOPS ruleset to maintain a linked list of next/previous IDs. Adding a new object will set its the 'next' link to the previous head to the new object and the 'previous' link of the new object to the previous head. Configurati...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC
14 results (0.028 seconds)