Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • MonitoringDefinition
  • MonitoringJob
  • SchedulerProfile
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class MonitoringDefinition

Description of MonitoringDefinition

Namespace: Mapbender\MonitoringBundle\Entity
Author: apour
ORM\Entity
Located at Mapbender/MonitoringBundle/Entity/MonitoringDefinition.php
Methods summary
public
# __construct( )
public integer
# getId( )

Get id

Get id

Returns

integer
public
# setType( string $type )

Set type

Set type

Parameters

$type
string
$type
public string
# getType( )

Get type

Get type

Returns

string
public
# setTypeId( string $typeId )

Set typeId

Set typeId

Parameters

$typeId
string
$typeId
public string
# getTypeId( )

Get typeId

Get typeId

Returns

string
public
# setName( string $name )

Set name

Set name

Parameters

$name
string
$name
public string
# getName( )

Get name

Get name

Returns

string
public
# setTitle( string $title )

Set title

Set title

Parameters

$title
string
$title
public string
# getTitle( )

Get title

Get title

Returns

string
public
# setAlias( string $alias )

Set alias

Set alias

Parameters

$alias
string
$alias
public string
# getAlias( )

Get alias

Get alias

Returns

string
public
# setUrl( string $url )

Set url

Set url

Parameters

$url
string
$url
public string
# getUrl( )

Get url

Get url

Returns

string
public
# setRequestUrl( string $requestUrl )

Set requestUrl

Set requestUrl

Parameters

$requestUrl
string
$requestUrl
public string
# getRequestUrl( )

Get requestUrl

Get requestUrl

Returns

string
public
# setResponse( text $response )

Set response

Set response

Parameters

$response
text
$response
public text
# getResponse( )

Get response

Get response

Returns

text
public
# setLastResponse( text $lastResponse )

Set lastResponse

Set lastResponse

Parameters

$lastResponse
text
$lastResponse
public text
# getLastResponse( )

Get lastResponse

Get lastResponse

Returns

text
public
# setContactEmail( string $contactEmail )

Set contactEmail

Set contactEmail

Parameters

$contactEmail
string
$contactEmail
public string
# getContactEmail( )

Get contactEmail

Get contactEmail

Returns

string
public
# setContact( string $contact )

Set contact

Set contact

Parameters

$contact
string
$contact
public string
# getContact( )

Get contact

Get contact

Returns

string
public
# setLastNotificationTime( datetime $lastNotificationTime )

Set lastNotificationTime

Set lastNotificationTime

Parameters

$lastNotificationTime
datetime
$lastNotificationTime
public datetime
# getLastNotificationTime( )

Get lastNotificationTime

Get lastNotificationTime

Returns

datetime
public
# setRuleStart( datetime $ruleStart )

Set ruleStart

Set ruleStart

Parameters

$ruleStart
datetime
$ruleStart
public datetime
# getRuleStart( )

Get ruleStart

Get ruleStart

Returns

datetime
public
# setRuleEnd( datetime $ruleEnd )

Set ruleEnd

Set ruleEnd

Parameters

$ruleEnd
datetime
$ruleEnd
public datetime
# getRuleEnd( )

Get ruleEnd

Get ruleEnd

Returns

datetime
public
# setRuleMonitor( boolean $ruleMonitor )

Set ruleMonitor

Set ruleMonitor

Parameters

$ruleMonitor
boolean
$ruleMonitor
public boolean
# getRuleMonitor( )

Get ruleMonitor

Get ruleMonitor

Returns

boolean
public
# setEnabled( string $enabled )

Set enabled

Set enabled

Parameters

$enabled
string
$enabled
public string
# getEnabled( )

Get enabled

Get enabled

Returns

string
public
# addMonitoringJob( Mapbender\MonitoringBundle\Entity\MonitoringJob $monitoringJob )

Add monitoringJobs

Add monitoringJobs

Parameters

$monitoringJob
Mapbender\MonitoringBundle\Entity\MonitoringJob
$monitoringJobs
public Doctrine\Common\Collections\Collection
# getMonitoringJobs( )

Get monitoringJobs

Get monitoringJobs

Returns

Doctrine\Common\Collections\Collection
public
# getLastMonitoringJob( )

Get the latest MonitoringJob

Get the latest MonitoringJob

Properties summary
protected mixed $id
#

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

protected mixed $type
#

ORM\Column(type="string",

nullable=true)
protected mixed $typeId
#

ORM\Column(type="string",

nullable=true)
protected mixed $name
#

ORM\Column(type="string",

nullable=true)
protected mixed $title
#

ORM\Column(type="string",

nullable=true)
protected mixed $alias
#

ORM\Column(type="string",

nullable=true)
protected mixed $url
#

ORM\Column(type="text",

nullable=true)
protected mixed $requestUrl
#

Assert\NotNull

ORM\Column(type="text")

protected mixed $response
#

ORM\Column(type="text",

nullable=true)
protected mixed $lastResponse
#

ORM\Column(type="text",

nullable=true)
protected mixed $contactEmail
#

ORM\Column(type="string",

nullable=true)
protected mixed $contact
#

ORM\Column(type="string",

nullable=true)
protected mixed $lastNotificationTime
#

ORM\Column(type="datetime",

nullable=true)
protected mixed $monitoringJobs
#

ORM\OneToMany(targetEntity="MonitoringJob",mappedBy="monitoringDefinition",

cascade={"persist","remove"})

ORM\OrderBy({"timestamp"

= "DESC"});
protected mixed $ruleStart
#

ORM\Column(type="time",

nullable=true)
protected mixed $ruleEnd
#

ORM\Column(type="time",

nullable=true)
protected mixed $ruleMonitor
#

ORM\Column(type="boolean",

nullable=false)
protected mixed $enabled
#

ORM\Column(type="string",

nullable=false)
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0