MediaSearch_Model
[ class tree: MediaSearch_Model ] [ index: MediaSearch_Model ] [ all elements ]

Element index for package MediaSearch_Model

[ a ] [ c ] [ f ] [ g ] [ k ] [ m ] [ s ] [ _ ]

_

__construct
in file Abstract.php, method MediaSearch_Model_Abstract::__construct()
    Can take a associatove array with initial values.
__get
in file Abstract.php, method MediaSearch_Model_Abstract::__get()
    Set interceptor to access model propertoes.
__set
in file Abstract.php, method MediaSearch_Model_Abstract::__set()
    Set interceptor to access model propertoes.
top

a

Abstract.php
procedural page Abstract.php
AbstractMapper.php
procedural page AbstractMapper.php
top

c

count
in file Abstract.php, method MediaSearch_Model_Abstract::count()
    Counts how much objects are persistent available.
count
in file AbstractMapper.php, method MediaSearch_Model_AbstractMapper::count()
    Returns the count of data rows in the db table.
createModel
in file FileMetaMapper.php, method MediaSearch_Model_FileMetaMapper::createModel()
    Sets up a given model object with the data in the row array.
createModel
in file AbstractMapper.php, method MediaSearch_Model_AbstractMapper::createModel()
    Sets up a given model object with the data in the row array.
createModel
in file KeyWordMapper.php, method MediaSearch_Model_KeyWordMapper::createModel()
    Sets up a given model object with the data in the row array.
createModelFromRowSet
in file KeyWordMapper.php, method MediaSearch_Model_KeyWordMapper::createModelFromRowSet()
    Creates model objectes from multiple rows.
createModelFromRowSet
in file AbstractMapper.php, method MediaSearch_Model_AbstractMapper::createModelFromRowSet()
    Creates model objectes from multiple rows.
createModelFromRowSet
in file FileMetaMapper.php, method MediaSearch_Model_FileMetaMapper::createModelFromRowSet()
    Creates model objectes from multiple rows.
top

f

fetchAll
in file Abstract.php, method MediaSearch_Model_Abstract::fetchAll()
    Fetches all objects and returns in an array.
fetchAll
in file AbstractMapper.php, method MediaSearch_Model_AbstractMapper::fetchAll()
find
in file Abstract.php, method MediaSearch_Model_Abstract::find()
    Finds a object by the id and loads itself.
find
in file KeyWordMapper.php, method MediaSearch_Model_KeyWordMapper::find()
    Finds an keyword in the persistant layer by its id an loads it in the given model object.
find
in file FileMetaMapper.php, method MediaSearch_Model_FileMetaMapper::find()
    Finds an file meta in the persistant layer by its id an loads it in the given model object.
findByIdAndTypes
in file FileMetaMapper.php, method MediaSearch_Model_FileMetaMapper::findByIdAndTypes()
    Finds data by id. You can optionaly provide type ids.
findByIdAndTypes
in file FileMeta.php, method MediaSearch_Model_FileMeta::findByIdAndTypes()
    Finds data objects by an array of ids and optional types.
findByKeyWords
in file KeyWordMapper.php, method MediaSearch_Model_KeyWordMapper::findByKeyWords()
    Finds key words by keywords given in the array.
findByKeyWords
in file KeyWord.php, method MediaSearch_Model_KeyWord::findByKeyWords()
    Finds key word objects by their keyword. An array of keywords is expected.
FileMeta.php
procedural page FileMeta.php
FileMetaMapper.php
procedural page FileMetaMapper.php
top

g

getCreationDate
in file FileMeta.php, method MediaSearch_Model_FileMeta::getCreationDate()
    Returns the creation date.
getDbTable
in file AbstractMapper.php, method MediaSearch_Model_AbstractMapper::getDbTable()
    Returns the atabase table gateway object.
getFileMetaIds
in file KeyWord.php, method MediaSearch_Model_KeyWord::getFileMetaIds()
    Returns the file meta ids.
getFileName
in file FileMeta.php, method MediaSearch_Model_FileMeta::getFileName()
    Returns the file name.
getFilePath
in file FileMeta.php, method MediaSearch_Model_FileMeta::getFilePath()
    Returns the file path.
getFileSize
in file FileMeta.php, method MediaSearch_Model_FileMeta::getFileSize()
    Returns the file size in bytes.
getFileType
in file FileMeta.php, method MediaSearch_Model_FileMeta::getFileType()
    Returns the file type.
getId
in file Abstract.php, method MediaSearch_Model_Abstract::getId()
    Returns the unique id.
getKeyWord
in file KeyWord.php, method MediaSearch_Model_KeyWord::getKeyWord()
    Returns the keywords as coma separated string.
getKeyWords
in file FileMeta.php, method MediaSearch_Model_FileMeta::getKeyWords()
    Returns the keywords.
getLastUpdate
in file FileMeta.php, method MediaSearch_Model_FileMeta::getLastUpdate()
    Returns the last update date.
getMapper
in file Abstract.php, method MediaSearch_Model_Abstract::getMapper()
    Returns the database mappper obejct.
getModificationDate
in file FileMeta.php, method MediaSearch_Model_FileMeta::getModificationDate()
    Returns the modification date.
top

k

KeyWord.php
procedural page KeyWord.php
KeyWordMapper.php
procedural page KeyWordMapper.php
top

m

MediaSearch_Model_Abstract
in file Abstract.php, class MediaSearch_Model_Abstract
    This model class represents a single file with its metadata.
MediaSearch_Model_AbstractMapper
in file AbstractMapper.php, class MediaSearch_Model_AbstractMapper
    This model class represents a single file with its metadata.
MediaSearch_Model_FileMeta
in file FileMeta.php, class MediaSearch_Model_FileMeta
    This model class represents a single file with its metadata.
MediaSearch_Model_FileMetaMapper
in file FileMetaMapper.php, class MediaSearch_Model_FileMetaMapper
    Maps the FileMeta model object to the database table object.
MediaSearch_Model_KeyWord
in file KeyWord.php, class MediaSearch_Model_KeyWord
    This model class represents a single keyword with file meta ids to which files its associated..
MediaSearch_Model_KeyWordMapper
in file KeyWordMapper.php, class MediaSearch_Model_KeyWordMapper
    Maps the KeyWord model object to the database table object.
top

s

save
in file Abstract.php, method MediaSearch_Model_Abstract::save()
    Save the model object persistent.
save
in file FileMetaMapper.php, method MediaSearch_Model_FileMetaMapper::save()
    Saves the given model object persistent.
save
in file KeyWordMapper.php, method MediaSearch_Model_KeyWordMapper::save()
    Saves the given model object persistent.
setCreationDate
in file FileMeta.php, method MediaSearch_Model_FileMeta::setCreationDate()
    Sets the creation date.
setDbTable
in file AbstractMapper.php, method MediaSearch_Model_AbstractMapper::setDbTable()
    Sets the database table gateway object.
setFileMetaIds
in file KeyWord.php, method MediaSearch_Model_KeyWord::setFileMetaIds()
    Sets the file meta ids. They are expected as coma seperated string.
setFileName
in file FileMeta.php, method MediaSearch_Model_FileMeta::setFileName()
    Sets the file name.
setFilePath
in file FileMeta.php, method MediaSearch_Model_FileMeta::setFilePath()
    Sets the file path.
setFileSize
in file FileMeta.php, method MediaSearch_Model_FileMeta::setFileSize()
    Sets the file size in bytes.
setFileType
in file FileMeta.php, method MediaSearch_Model_FileMeta::setFileType()
    Sets the file type.
setId
in file Abstract.php, method MediaSearch_Model_Abstract::setId()
    Sets the unique id. This id need to be unique!
setKeyWord
in file KeyWord.php, method MediaSearch_Model_KeyWord::setKeyWord()
    Sets the keyword.
setKeyWords
in file FileMeta.php, method MediaSearch_Model_FileMeta::setKeyWords()
    Sets the keywords. They are expected as coma seperated list.
setLastUpdate
in file FileMeta.php, method MediaSearch_Model_FileMeta::setLastUpdate()
    Sets the last updqate time.
setMapper
in file Abstract.php, method MediaSearch_Model_Abstract::setMapper()
    Sets the database mappper obejct.
setModificationDate
in file FileMeta.php, method MediaSearch_Model_FileMeta::setModificationDate()
    Sets the modofication date.
setOptions
in file Abstract.php, method MediaSearch_Model_Abstract::setOptions()
    Sets the object by an associative option array.
top

Documentation generated on Mon, 17 Aug 2009 14:50:58 +0200 by phpDocumentor 1.4.2