API:EPrints/DataObj/Cachemap

From EPrints Documentation
Revision as of 18:28, 11 August 2009 by Tdb01r (talk | contribs) (New page: <!-- Pod2Wiki=_preamble_ This page has been automatically generated from the EPrints source. Any wiki changes made between the 'Pod2Wiki=*' and 'End of Pod2Wiki' comments will be lost. -...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki

NAME

EPrints::DataObj::Cachemap - cache tables

DESCRIPTION

This is an internal class that shouldn't be used outside EPrints::Database.

METHODS

get_system_field_info

 $thing = EPrints::DataObj::Access->get_system_field_info

Core fields.

Constructor Methods

new

 $thing = EPrints::DataObj::Cachemap->new( $session, $cachemapid )

The data object identified by $cachemapid.

new_from_data

 $thing = EPrints::DataObj::Cachemap->new_from_data( $session, $known )

A new EPrints::DataObj::Cachemap object containing data $known (a hash reference).

Class Methods

remove_all

 EPrints::DataObj::Cachemap::remove_all( $session )

Remove all records from the cachemap dataset.

get_defaults

 $defaults = EPrints::DataObj::Cachemap->get_defaults( $session, $data )

Return default values for this object based on the starting data.

Object Methods

remove

 $foo = $thing->remove()

Remove this record from the data set (see EPrints::Database).

SEE ALSO

EPrints::DataObj and EPrints::DataSet.

UNDOCUMENTED METHODS

Warning These methods were found in the source code but didn't have any POD associated with them. This may be because we haven't got around to documenting them yet or it could be because they are internal to the API and not intended for use by other parts of EPrints.

get_sql_table_name