Example #1
0
 /**
  * returns all the column names of this table
  *
  * @access public
  * @return array
  */
 function &fields()
 {
     if (!self::$_fields) {
         self::$_fields = array('id' => array('name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'required' => true), 'name' => array('name' => 'name', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Name'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'title' => array('name' => 'title', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Title'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'description' => array('name' => 'description', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Description'), 'rows' => 2, 'cols' => 60), 'source' => array('name' => 'source', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Source'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'saved_search_id' => array('name' => 'saved_search_id', 'type' => CRM_Utils_Type::T_INT, 'FKClassName' => 'CRM_Contact_DAO_SavedSearch'), 'is_active' => array('name' => 'is_active', 'type' => CRM_Utils_Type::T_BOOLEAN), 'visibility' => array('name' => 'visibility', 'type' => CRM_Utils_Type::T_ENUM, 'title' => ts('Visibility'), 'default' => 'User and User Admin Only', 'enumValues' => 'User and User Admin Only,Public Pages'), 'where_clause' => array('name' => 'where_clause', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Where Clause')), 'select_tables' => array('name' => 'select_tables', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Select Tables')), 'where_tables' => array('name' => 'where_tables', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Where Tables')), 'group_type' => array('name' => 'group_type', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Type'), 'maxlength' => 128, 'size' => CRM_Utils_Type::HUGE), 'cache_date' => array('name' => 'cache_date', 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'title' => ts('Cache Date')), 'parents' => array('name' => 'parents', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Parents')), 'children' => array('name' => 'children', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Children')), 'is_hidden' => array('name' => 'is_hidden', 'type' => CRM_Utils_Type::T_BOOLEAN));
     }
     return self::$_fields;
 }
Example #2
0
 /**
  * Returns all the column names of this table
  *
  * @return array
  */
 static function &fields()
 {
     if (!self::$_fields) {
         self::$_fields = array('id' => array('name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Group ID'), 'description' => 'Group ID', 'required' => true), 'name' => array('name' => 'name', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Name'), 'description' => 'Internal name of Group.', 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'title' => array('name' => 'title', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Title'), 'description' => 'Name of Group.', 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'description' => array('name' => 'description', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Group Description'), 'description' => 'Optional verbose description of the group.', 'rows' => 2, 'cols' => 60, 'html' => array('type' => 'TextArea')), 'source' => array('name' => 'source', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Source'), 'description' => 'Module or process which created this group.', 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG), 'saved_search_id' => array('name' => 'saved_search_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Saved Search ID'), 'description' => 'FK to saved search table.', 'FKClassName' => 'CRM_Contact_DAO_SavedSearch'), 'is_active' => array('name' => 'is_active', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Group Enabled'), 'description' => 'Is this entry active?'), 'visibility' => array('name' => 'visibility', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Visibility Setting'), 'description' => 'In what context(s) is this field visible.', 'maxlength' => 24, 'size' => CRM_Utils_Type::MEDIUM, 'default' => 'User and User Admin Only', 'html' => array('type' => 'Select'), 'pseudoconstant' => array('callback' => 'CRM_Core_SelectValues::groupVisibility')), 'where_clause' => array('name' => 'where_clause', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Group Where Clause'), 'description' => 'the sql where clause if a saved search acl'), 'select_tables' => array('name' => 'select_tables', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Tables For Select Clause'), 'description' => 'the tables to be included in a select data'), 'where_tables' => array('name' => 'where_tables', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Tables For Where Clause'), 'description' => 'the tables to be included in the count statement'), 'group_type' => array('name' => 'group_type', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Group Type'), 'description' => 'FK to group type', 'maxlength' => 128, 'size' => CRM_Utils_Type::HUGE), 'cache_date' => array('name' => 'cache_date', 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'title' => ts('Group Cache Date'), 'description' => 'Date when we created the cache for a smart group'), 'refresh_date' => array('name' => 'refresh_date', 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'title' => ts('Next Group Refresh Time'), 'description' => 'Date and time when we need to refresh the cache next.'), 'parents' => array('name' => 'parents', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Group Parents'), 'description' => 'IDs of the parent(s)'), 'children' => array('name' => 'children', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Group Children'), 'description' => 'IDs of the child(ren)'), 'is_hidden' => array('name' => 'is_hidden', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Group is Hidden'), 'description' => 'Is this group hidden?'), 'is_reserved' => array('name' => 'is_reserved', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Group is Reserved')), 'created_id' => array('name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Group Created By'), 'description' => 'FK to contact table.', 'FKClassName' => 'CRM_Contact_DAO_Contact'), 'modified_id' => array('name' => 'modified_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Group Modified By'), 'description' => 'FK to contact table.', 'FKClassName' => 'CRM_Contact_DAO_Contact'));
     }
     return self::$_fields;
 }