VuFind API Documentation

SearchEntityInterface extends EntityInterface

Entity model interface for search table

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

getChecksum()  : int|null
Get checksum.
getCreated()  : DateTime
Get created date.
getId()  : int|null
Get identifier (returns null for an uninitialized or non-persisted object).
getLastNotificationSent()  : DateTime
When was the last notification sent?
getNotificationBaseUrl()  : string
Get notification base URL.
getNotificationFrequency()  : int
Get notification frequency.
getSaved()  : bool
Get saved.
getSearchObject()  : Minified|null
Get the search object from the row.
getSessionId()  : string|null
Get session identifier.
getTitle()  : string|null
Get title.
getUser()  : UserEntityInterface|null
Get user.
setChecksum()  : SearchEntityInterface
Set checksum.
setCreated()  : SearchEntityInterface
Set created date.
setLastNotificationSent()  : SearchEntityInterface
Set when last notification was sent.
setNotificationBaseUrl()  : SearchEntityInterface
Set notification base URL.
setNotificationFrequency()  : SearchEntityInterface
Set notification frequency.
setSaved()  : SearchEntityInterface
Set saved.
setSearchObject()  : SearchEntityInterface
Set search object.
setSessionId()  : SearchEntityInterface
Set session identifier.
setTitle()  : SearchEntityInterface
Set title.
setUser()  : SearchEntityInterface
Set user.

Methods

getId()

Get identifier (returns null for an uninitialized or non-persisted object).

public getId() : int|null
Return values
int|null

getLastNotificationSent()

When was the last notification sent?

public getLastNotificationSent() : DateTime
Return values
DateTime

getNotificationBaseUrl()

Get notification base URL.

public getNotificationBaseUrl() : string
Return values
string

getNotificationFrequency()

Get notification frequency.

public getNotificationFrequency() : int
Return values
int

getSessionId()

Get session identifier.

public getSessionId() : string|null
Return values
string|null

Search results