NAME

Bric::Util::Grp::Formatting - Interface to Bric::Biz::Asset::Formatting Groups.

VERSION

$Revision: 1.1.1.1.2.2 $

DATE

$Date: 2001/11/06 23:18:36 $

SYNOPSIS

See Bric::Util::Grp

DESCRIPTION

See Bric::Util::Grp.

INTERFACE

Constructors

Inherited from Bric::Util::Grp.

Destructors

$attr->DESTROY

Dummy method to prevent wasting time trying to AUTOLOAD DESTROY.

Throws: NONE.

Side Effects: NONE.

Notes: NONE.

Public Class Methods

$supported_classes = Bric::Util::Grp::Formatting->get_supported_classes()

This will return an anonymous hash of the supported classes in the group as keys with the short name as a value. The short name is used to construct the member table names and the foreign key in the table.

Throws: NONE.

Side Effects: NONE.

Notes: NONE.

$class_id = Bric::Util::Grp::Formatting->get_class_id()

This will return the class ID that this group is associated with.

Throws: NONE.

Side Effects: NONE.

Notes: NONE.

my $secret = Bric::Util::Grp::Formatting->get_secret()

Returns false, because this is not a secret type of group, but one that can be used by users.

Throws: NONE.

Side Effects: NONE.

Notes: NONE.

my $class = Bric::Util::Grp::Formatting->my_class()

Returns a Bric::Util::Class object describing this class.

Throws: NONE.

Side Effects: NONE.

Notes: Uses Bric::Util::Class->lookup() internally.

my $class = Bric::Util::Grp::Formatting->member_class()

Returns a Bric::Util::Class object describing the members of this group.

Throws: NONE.

Side Effects: NONE.

Notes: Uses Bric::Util::Class->lookup() internally.

Public Instance Methods

Inherited from Bric::Util::Grp.

PRIVATE

Private Constructors

NONE.

Private Class Methods

NONE.

Private Instance Methods

NONE.

Private Functions

NONE.

NOTES

NONE.

AUTHOR

David Wheeler <david@wheeler.net>

SEE ALSO

perl(1), Bric (2), Bric::Biz::Asset::Formatting(3) Bric::Util::Grp(4)