modules/Reports/ReportCache.php

Show: inherited
Table of Contents

\ReportCache

Package: SugarCRM

Polymorphic buckets - place any item in a report_cache

Properties

Propertyprivate  $assigned_user_id= ''
Details
Type
n/a
Propertypublic  $contents= ''
Details
Type
n/a
Propertypublic  $contents_array= ''
Details
Type
n/a
Propertyprivate  $date_entered= ''
Details
Type
n/a
Propertypublic  $date_modified= ''
Details
Type
n/a
Propertyprivate  $db= ''
Details
Type
n/a
Propertyprivate  $deleted= ''
Details
Type
n/a
Propertypublic  $id= ''
Details
Type
n/a
Propertypublic  $new_with_id= 'false'
Default valuefalseDetails
Type
n/a
Propertypublic  $report_options= ''
Details
Type
n/a
Propertypublic  $report_options_array= ''
Details
Type
n/a

Methods

methodpublic__construct( ) : void

Sole constructor

methodpublicdelete( ) : bool

Flags a report_cache as deleted

Returns
Type Description
bool True on success
methodpublicretrieve( string $reportId, string $assigned_user_id = '' ) : bool

Retrieves and populates object

Parameters
Name Type Description
$reportId string

ID of report

$assigned_user_id string

ID of user

Returns
Type Description
bool True on success
methodpublicsave( ) : bool

Saves report_cache

Returns
Type Description
bool
methodpublicupdate( ) : bool

This updates the date_modified value only. This is a special update function

Returns
Type Description
bool
methodpublicupdateReportOptions(  $reportOptions ) : bool

This updates the report_options value only. This is a special update function

Parameters
Name Type Description
$reportOptions
Returns
Type Description
bool
Documentation was generated by DocBlox 0.18.1.