Packages:
System
System.Collections
System.Data
System.I18N
System.Util
System.Web.Services
System.Web.UI.ActiveControls
System.Web.UI.WebControls


Classes:
Response
   LTidyHttpResponseAdapter

Class LMediaCriteria


Builds predefined criterias for LContent.

It's database neutrality and logical simplicity make it a good choice for expressing many often used queries.


Constructor Summary
public
Inititalizes parameters

Method Summary
Criteria
build ()
Builds and returns the criteria object, which is used together with corresponding propel peer class
boolean
boolean
array
string
void
setActive ( boolean $value)
void
setMissing ( boolean $value)
void
setRecordIds ( array $value)
void
setSearchString ( string $value)
Sets text-value for searching in description, file-name, directory and type

Constructor Details

__construct

public __construct

Inititalizes parameters


Method Details

build

public Criteria build ()

Builds and returns the criteria object, which is used together with corresponding propel peer class

getActive

public boolean getActive ()

Output
boolean wheter query only active files
Exception

getMissing

public boolean getMissing ()

Output
boolean wheter query only missing files
Exception

getRecordIds

public array getRecordIds ()

Output
array ids of media files in database
Exception

getSearchString

public string getSearchString ()

Output
string text-based search
Exception

setActive

public void setActive (boolean $value )

Input
boolean$valuewheter query only active files

setMissing

public void setMissing (boolean $value )

Input
boolean$valuewheter query only missing files

setRecordIds

public void setRecordIds (array $value )

Input
array$valueids of media files in database

setSearchString

public void setSearchString (string $value )

Sets text-value for searching in description, file-name, directory and type

Input
string$valuetext-based search