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 LContentCriteria


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
integer
getId ()
boolean
boolean
string
string
string
getType ()
void
setId ( integer $value)
void
setIgnoreCulture ( boolean $value)
void
setInFuture ( boolean $value)
void
setSearchString ( string $value)
void
setStatus ( string $value)
void
setType ( string $value)

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

getId

public integer getId ()

Output
integer content id
Exception

getIgnoreCulture

public boolean getIgnoreCulture ()

Output
boolean wheter current culture should be used to restrict criteria
Exception

getInFuture

public boolean getInFuture ()

Output
boolean wheter content records with start_date > NOW() are matched
Exception

getSearchString

public string getSearchString ()

Output
string full-text search value
Exception

getStatus

public string getStatus ()

Output
string content status
Exception

getType

public string getType ()

Output
string content type
Exception

setId

public void setId (integer $value )

Input
integer$valuecontent id

setIgnoreCulture

public void setIgnoreCulture (boolean $value )

Input
boolean$valuewheter current culture should be used to restrict criteria

setInFuture

public void setInFuture (boolean $value )

Input
boolean$valuewheter content records with start_date > NOW() are matched

setSearchString

public void setSearchString (string $value )

Input
string$valuefull-text search value

setStatus

public void setStatus (string $value )

Input
string$valuecontent status

setType

public void setType (string $value )

Input
string$valuecontent type