public function __construct()
 {
     parent::__construct('ContactForm');
     $this->add(array('name' => 'contact_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.contact.contact_seq_id', 'helpText' => 'helpText.contact.contact_seq_id')));
     $this->add(array('name' => 'fname', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.fname', 'helpText' => 'helpText.contact.fname')));
     $this->add(array('name' => 'initial', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.initial', 'helpText' => 'helpText.contact.initial')));
     $this->add(array('name' => 'lname', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.lname', 'helpText' => 'helpText.contact.lname')));
     $this->add(array('name' => 'salutation', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.salutation', 'helpText' => 'helpText.contact.salutation')));
     $this->add(array('name' => 'primary_email', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.primary_email', 'helpText' => 'helpText.contact.primary_email')));
     $this->add(array('name' => 'primary_phone', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.primary_phone', 'helpText' => 'helpText.contact.primary_phone')));
     $this->add(array('name' => 'birthdate', 'attributes' => array('type' => 'timestamp without time zone'), 'options' => array('label' => 'labels.contact.birthdate', 'helpText' => 'helpText.contact.birthdate')));
     $this->add(array('name' => 'gender', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.gender', 'helpText' => 'helpText.contact.gender')));
     $this->add(array('name' => 'ethnicity', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.ethnicity', 'helpText' => 'helpText.contact.ethnicity')));
     $this->add(array('name' => 'language', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.language', 'helpText' => 'helpText.contact.language')));
     $this->add(array('name' => 'citizenship', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.citizenship', 'helpText' => 'helpText.contact.citizenship')));
     $this->add(array('name' => 'orientation', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.orientation', 'helpText' => 'helpText.contact.orientation')));
     $this->add(array('name' => 'company_name', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.company_name', 'helpText' => 'helpText.contact.company_name')));
     $this->add(array('name' => 'registration_date', 'attributes' => array('type' => 'timestamp without time zone'), 'options' => array('label' => 'labels.contact.registration_date', 'helpText' => 'helpText.contact.registration_date')));
     $this->add(array('name' => 'last_activation_date', 'attributes' => array('type' => 'timestamp without time zone'), 'options' => array('label' => 'labels.contact.last_activation_date', 'helpText' => 'helpText.contact.last_activation_date')));
     $this->add(array('name' => 'last_login_date', 'attributes' => array('type' => 'timestamp without time zone'), 'options' => array('label' => 'labels.contact.last_login_date', 'helpText' => 'helpText.contact.last_login_date')));
     $this->add(array('name' => 'last_deactivation_date', 'attributes' => array('type' => 'timestamp without time zone'), 'options' => array('label' => 'labels.contact.last_deactivation_date', 'helpText' => 'helpText.contact.last_deactivation_date')));
     $this->add(array('name' => 'login_userid', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.login_userid', 'helpText' => 'helpText.contact.login_userid')));
     $this->add(array('name' => 'login_validated', 'attributes' => array('type' => 'boolean'), 'options' => array('label' => 'labels.contact.login_validated', 'helpText' => 'helpText.contact.login_validated')));
     $this->add(array('name' => 'player_piece', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact.player_piece', 'helpText' => 'helpText.contact.player_piece')));
 }
 public function __construct()
 {
     parent::__construct('SalutationForm');
     $this->add(array('name' => 'salutation_label', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.salutation.salutation_label', 'helpText' => 'helpText.salutation.salutation_label')));
     $this->add(array('name' => 'full_label', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.salutation.full_label', 'helpText' => 'helpText.salutation.full_label')));
     $this->add(array('name' => 'total_entries', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.salutation.total_entries', 'helpText' => 'helpText.salutation.total_entries')));
 }
 public function __construct()
 {
     parent::__construct('CommunicationTypeForm');
     $this->add(array('name' => 'communication_type', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.communication_type.communication_type', 'helpText' => 'helpText.communication_type.communication_type')));
     $this->add(array('name' => 'comm_type_label', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.communication_type.comm_type_label', 'helpText' => 'helpText.communication_type.comm_type_label')));
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.communication_type.description', 'helpText' => 'helpText.communication_type.description')));
 }
 public function __construct()
 {
     parent::__construct('LanguageForm');
     $this->add(array('name' => 'language_label', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.language.language_label', 'helpText' => 'helpText.language.language_label')));
     $this->add(array('name' => 'total_entries', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.language.total_entries', 'helpText' => 'helpText.language.total_entries')));
     $this->add(array('name' => 'i18n_label', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.language.i18n_label', 'helpText' => 'helpText.language.i18n_label')));
 }
 public function __construct()
 {
     parent::__construct('WeightingForm');
     $this->add(array('name' => 'weighting_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.weighting.weighting_seqid', 'helpText' => 'helpText.weighting.weighting_seqid')));
     $this->add(array('name' => 'challenge_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.weighting.challenge_seqid', 'helpText' => 'helpText.weighting.challenge_seqid')));
     $this->add(array('name' => 'demographic_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.weighting.demographic_seqid', 'helpText' => 'helpText.weighting.demographic_seqid')));
 }
 public function __construct()
 {
     parent::__construct('CountryForm');
     $this->add(array('name' => 'country_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.country.country_id', 'helpText' => 'helpText.country.country_id')));
     $this->add(array('name' => 'country_name', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.country.country_name', 'helpText' => 'helpText.country.country_name')));
     $this->add(array('name' => 'last_update', 'attributes' => array('type' => 'timestamp without time zone'), 'options' => array('label' => 'labels.country.last_update', 'helpText' => 'helpText.country.last_update')));
 }
 public function __construct()
 {
     parent::__construct('PostalcodeForm');
     $this->add(array('name' => 'country_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.postalcode.country_id', 'helpText' => 'helpText.postalcode.country_id')));
     $this->add(array('name' => 'zip_code', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.postalcode.zip_code', 'helpText' => 'helpText.postalcode.zip_code')));
     $this->add(array('name' => 'state_abbreviation', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.postalcode.state_abbreviation', 'helpText' => 'helpText.postalcode.state_abbreviation')));
 }
 public function __construct()
 {
     parent::__construct('OauthJwtForm');
     $this->add(array('name' => 'client_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_jwt.client_id', 'helpText' => 'helpText.oauth_jwt.client_id')));
     $this->add(array('name' => 'subject', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_jwt.subject', 'helpText' => 'helpText.oauth_jwt.subject')));
     $this->add(array('name' => 'public_key', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_jwt.public_key', 'helpText' => 'helpText.oauth_jwt.public_key')));
 }
 public function __construct()
 {
     parent::__construct('ContactMethodForm');
     $this->add(array('name' => 'contact_method_id', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.contact_method.contact_method_id', 'helpText' => 'helpText.contact_method.contact_method_id')));
     $this->add(array('name' => 'contact_method_label', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact_method.contact_method_label', 'helpText' => 'helpText.contact_method.contact_method_label')));
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.contact_method.description', 'helpText' => 'helpText.contact_method.description')));
 }
 public function __construct()
 {
     parent::__construct('LoggedActivityForm');
     $this->add(array('name' => 'activity_type_seq_id', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.logged_activity.activity_type_seq_id', 'helpText' => 'helpText.logged_activity.activity_type_seq_id')));
     $this->add(array('name' => 'activity_label', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.logged_activity.activity_label', 'helpText' => 'helpText.logged_activity.activity_label')));
     $this->add(array('name' => 'default_param_label', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.logged_activity.default_param_label', 'helpText' => 'helpText.logged_activity.default_param_label')));
     $this->add(array('name' => 'default_param_value', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.logged_activity.default_param_value', 'helpText' => 'helpText.logged_activity.default_param_value')));
 }
 public function __construct()
 {
     parent::__construct('OauthScopesForm');
     $this->add(array('name' => 'type', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_scopes.type', 'helpText' => 'helpText.oauth_scopes.type')));
     $this->add(array('name' => 'scope', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_scopes.scope', 'helpText' => 'helpText.oauth_scopes.scope')));
     $this->add(array('name' => 'client_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_scopes.client_id', 'helpText' => 'helpText.oauth_scopes.client_id')));
     $this->add(array('name' => 'is_default', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.oauth_scopes.is_default', 'helpText' => 'helpText.oauth_scopes.is_default')));
 }
 public function __construct()
 {
     parent::__construct('OauthUsersForm');
     $this->add(array('name' => 'username', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_users.username', 'helpText' => 'helpText.oauth_users.username')));
     $this->add(array('name' => 'password', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_users.password', 'helpText' => 'helpText.oauth_users.password')));
     $this->add(array('name' => 'first_name', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_users.first_name', 'helpText' => 'helpText.oauth_users.first_name')));
     $this->add(array('name' => 'last_name', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_users.last_name', 'helpText' => 'helpText.oauth_users.last_name')));
 }
 public function __construct()
 {
     parent::__construct('ChallengeCategoryForm');
     $this->add(array('name' => 'challenge_category_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.challenge_category.challenge_category_seqid', 'helpText' => 'helpText.challenge_category.challenge_category_seqid')));
     $this->add(array('name' => 'category_title', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.challenge_category.category_title', 'helpText' => 'helpText.challenge_category.category_title')));
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.challenge_category.description', 'helpText' => 'helpText.challenge_category.description')));
     $this->add(array('name' => 'FK_challenge_category_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.challenge_category.FK_challenge_category_seqid', 'helpText' => 'helpText.challenge_category.FK_challenge_category_seqid')));
 }
 public function __construct()
 {
     parent::__construct('ChallengeFormatForm');
     $this->add(array('name' => 'challenge_format_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.challenge_format.challenge_format_seqid', 'helpText' => 'helpText.challenge_format.challenge_format_seqid')));
     $this->add(array('name' => 'code', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.challenge_format.code', 'helpText' => 'helpText.challenge_format.code')));
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.challenge_format.description', 'helpText' => 'helpText.challenge_format.description')));
     $this->add(array('name' => 'use_category', 'attributes' => array('type' => 'boolean'), 'options' => array('label' => 'labels.challenge_format.use_category', 'helpText' => 'helpText.challenge_format.use_category')));
     $this->add(array('name' => 'parent_format_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.challenge_format.parent_format_seqid', 'helpText' => 'helpText.challenge_format.parent_format_seqid')));
 }
 public function __construct()
 {
     parent::__construct('GroupRolesForm');
     $this->add(array('name' => 'group_role_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.group_roles.group_role_seq_id', 'helpText' => 'helpText.group_roles.group_role_seq_id')));
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.group_roles.description', 'helpText' => 'helpText.group_roles.description')));
     $this->add(array('name' => 'notes', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.group_roles.notes', 'helpText' => 'helpText.group_roles.notes')));
     $this->add(array('name' => 'contact_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.group_roles.contact_seq_id', 'helpText' => 'helpText.group_roles.contact_seq_id')));
     $this->add(array('name' => 'group_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.group_roles.group_seq_id', 'helpText' => 'helpText.group_roles.group_seq_id')));
 }
 public function __construct()
 {
     parent::__construct('OauthRefreshTokensForm');
     $this->add(array('name' => 'refresh_token', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_refresh_tokens.refresh_token', 'helpText' => 'helpText.oauth_refresh_tokens.refresh_token')));
     $this->add(array('name' => 'client_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_refresh_tokens.client_id', 'helpText' => 'helpText.oauth_refresh_tokens.client_id')));
     $this->add(array('name' => 'user_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_refresh_tokens.user_id', 'helpText' => 'helpText.oauth_refresh_tokens.user_id')));
     $this->add(array('name' => 'expires', 'attributes' => array('type' => 'timestamp without time zone'), 'options' => array('label' => 'labels.oauth_refresh_tokens.expires', 'helpText' => 'helpText.oauth_refresh_tokens.expires')));
     $this->add(array('name' => 'scope', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_refresh_tokens.scope', 'helpText' => 'helpText.oauth_refresh_tokens.scope')));
 }
 public function __construct()
 {
     parent::__construct('MemberGroupForm');
     $this->add(array('name' => 'group_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.member_group.group_seq_id', 'helpText' => 'helpText.member_group.group_seq_id')));
     $this->add(array('name' => 'group_type_seq_id', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.member_group.group_type_seq_id', 'helpText' => 'helpText.member_group.group_type_seq_id')));
     $this->add(array('name' => 'parent_group_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.member_group.parent_group_seq_id', 'helpText' => 'helpText.member_group.parent_group_seq_id')));
     $this->add(array('name' => 'group_adm_contact_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.member_group.group_adm_contact_seq_id', 'helpText' => 'helpText.member_group.group_adm_contact_seq_id')));
     $this->add(array('name' => 'group_name', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.member_group.group_name', 'helpText' => 'helpText.member_group.group_name')));
 }
 public function __construct()
 {
     parent::__construct('OauthClientsForm');
     $this->add(array('name' => 'client_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_clients.client_id', 'helpText' => 'helpText.oauth_clients.client_id')));
     $this->add(array('name' => 'client_secret', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_clients.client_secret', 'helpText' => 'helpText.oauth_clients.client_secret')));
     $this->add(array('name' => 'redirect_uri', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_clients.redirect_uri', 'helpText' => 'helpText.oauth_clients.redirect_uri')));
     $this->add(array('name' => 'grant_types', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_clients.grant_types', 'helpText' => 'helpText.oauth_clients.grant_types')));
     $this->add(array('name' => 'scope', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_clients.scope', 'helpText' => 'helpText.oauth_clients.scope')));
     $this->add(array('name' => 'user_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_clients.user_id', 'helpText' => 'helpText.oauth_clients.user_id')));
 }
 public function __construct()
 {
     parent::__construct('HintForm');
     $this->add(array('name' => 'hint_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.hint.hint_seqid', 'helpText' => 'helpText.hint.hint_seqid')));
     $this->add(array('name' => 'format', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.hint.format', 'helpText' => 'helpText.hint.format')));
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.hint.description', 'helpText' => 'helpText.hint.description')));
     $this->add(array('name' => 'detail', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.hint.detail', 'helpText' => 'helpText.hint.detail')));
     $this->add(array('name' => 'reference', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.hint.reference', 'helpText' => 'helpText.hint.reference')));
     $this->add(array('name' => 'success_level', 'attributes' => array('type' => 'integer'), 'options' => array('label' => 'labels.hint.success_level', 'helpText' => 'helpText.hint.success_level')));
 }
 public function __construct()
 {
     parent::__construct('PointOfContactForm');
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.point_of_contact.description', 'helpText' => 'helpText.point_of_contact.description')));
     $this->add(array('name' => 'communication_format', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.point_of_contact.communication_format', 'helpText' => 'helpText.point_of_contact.communication_format')));
     $this->add(array('name' => 'communication_type', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.point_of_contact.communication_type', 'helpText' => 'helpText.point_of_contact.communication_type')));
     $this->add(array('name' => 'contact_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.point_of_contact.contact_seq_id', 'helpText' => 'helpText.point_of_contact.contact_seq_id')));
     $this->add(array('name' => 'contact_method_id', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.point_of_contact.contact_method_id', 'helpText' => 'helpText.point_of_contact.contact_method_id')));
     $this->add(array('name' => 'alt_contact_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.point_of_contact.alt_contact_seq_id', 'helpText' => 'helpText.point_of_contact.alt_contact_seq_id')));
 }
 public function __construct()
 {
     parent::__construct('GroupTypeForm');
     $this->add(array('name' => 'group_type_seq_id', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.group_type.group_type_seq_id', 'helpText' => 'helpText.group_type.group_type_seq_id')));
     $this->add(array('name' => 'group_type_label', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.group_type.group_type_label', 'helpText' => 'helpText.group_type.group_type_label')));
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.group_type.description', 'helpText' => 'helpText.group_type.description')));
     $this->add(array('name' => 'total_added', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.group_type.total_added', 'helpText' => 'helpText.group_type.total_added')));
     $this->add(array('name' => 'total_deleted', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.group_type.total_deleted', 'helpText' => 'helpText.group_type.total_deleted')));
     $this->add(array('name' => 'current_membership', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.group_type.current_membership', 'helpText' => 'helpText.group_type.current_membership')));
 }
 public function __construct()
 {
     parent::__construct('ActivityLogForm');
     $this->add(array('name' => 'activity_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.activity_log.activity_seq_id', 'helpText' => 'helpText.activity_log.activity_seq_id')));
     $this->add(array('name' => 'contact_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.activity_log.contact_seq_id', 'helpText' => 'helpText.activity_log.contact_seq_id')));
     $this->add(array('name' => 'activity_start_date', 'attributes' => array('type' => 'timestamp with time zone'), 'options' => array('label' => 'labels.activity_log.activity_start_date', 'helpText' => 'helpText.activity_log.activity_start_date')));
     $this->add(array('name' => 'activity_end_date', 'attributes' => array('type' => 'timestamp with time zone'), 'options' => array('label' => 'labels.activity_log.activity_end_date', 'helpText' => 'helpText.activity_log.activity_end_date')));
     $this->add(array('name' => 'param_label', 'attributes' => array('type' => 'ARRAY'), 'options' => array('label' => 'labels.activity_log.param_label', 'helpText' => 'helpText.activity_log.param_label')));
     $this->add(array('name' => 'param_value', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.activity_log.param_value', 'helpText' => 'helpText.activity_log.param_value')));
     $this->add(array('name' => 'activity_type_seq_id', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.activity_log.activity_type_seq_id', 'helpText' => 'helpText.activity_log.activity_type_seq_id')));
 }
 public function __construct()
 {
     parent::__construct('StateProvinceForm');
     $this->add(array('name' => 'country_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.state_province.country_id', 'helpText' => 'helpText.state_province.country_id')));
     $this->add(array('name' => 'state_abbreviation', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.state_province.state_abbreviation', 'helpText' => 'helpText.state_province.state_abbreviation')));
     $this->add(array('name' => 'state_name', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.state_province.state_name', 'helpText' => 'helpText.state_province.state_name')));
     $this->add(array('name' => 'active_entries', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.state_province.active_entries', 'helpText' => 'helpText.state_province.active_entries')));
     $this->add(array('name' => 'deleted_entries', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.state_province.deleted_entries', 'helpText' => 'helpText.state_province.deleted_entries')));
     $this->add(array('name' => 'current_entries', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.state_province.current_entries', 'helpText' => 'helpText.state_province.current_entries')));
     $this->add(array('name' => 'last_updated', 'attributes' => array('type' => 'timestamp without time zone'), 'options' => array('label' => 'labels.state_province.last_updated', 'helpText' => 'helpText.state_province.last_updated')));
 }
 public function __construct()
 {
     parent::__construct('OauthAuthorizationCodesForm');
     $this->add(array('name' => 'authorization_code', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_authorization_codes.authorization_code', 'helpText' => 'helpText.oauth_authorization_codes.authorization_code')));
     $this->add(array('name' => 'client_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_authorization_codes.client_id', 'helpText' => 'helpText.oauth_authorization_codes.client_id')));
     $this->add(array('name' => 'user_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_authorization_codes.user_id', 'helpText' => 'helpText.oauth_authorization_codes.user_id')));
     $this->add(array('name' => 'redirect_uri', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_authorization_codes.redirect_uri', 'helpText' => 'helpText.oauth_authorization_codes.redirect_uri')));
     $this->add(array('name' => 'expires', 'attributes' => array('type' => 'timestamp without time zone'), 'options' => array('label' => 'labels.oauth_authorization_codes.expires', 'helpText' => 'helpText.oauth_authorization_codes.expires')));
     $this->add(array('name' => 'scope', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_authorization_codes.scope', 'helpText' => 'helpText.oauth_authorization_codes.scope')));
     $this->add(array('name' => 'id_token', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.oauth_authorization_codes.id_token', 'helpText' => 'helpText.oauth_authorization_codes.id_token')));
 }
 public function __construct()
 {
     parent::__construct('MiscellaneousCountsForm');
     $this->add(array('name' => 'control_seq_id', 'attributes' => array('type' => 'smallint'), 'options' => array('label' => 'labels.miscellaneous_counts.control_seq_id', 'helpText' => 'helpText.miscellaneous_counts.control_seq_id')));
     $this->add(array('name' => 'total_men', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.miscellaneous_counts.total_men', 'helpText' => 'helpText.miscellaneous_counts.total_men')));
     $this->add(array('name' => 'total_women', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.miscellaneous_counts.total_women', 'helpText' => 'helpText.miscellaneous_counts.total_women')));
     $this->add(array('name' => 'active_men', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.miscellaneous_counts.active_men', 'helpText' => 'helpText.miscellaneous_counts.active_men')));
     $this->add(array('name' => 'active_women', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.miscellaneous_counts.active_women', 'helpText' => 'helpText.miscellaneous_counts.active_women')));
     $this->add(array('name' => 'total_other', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.miscellaneous_counts.total_other', 'helpText' => 'helpText.miscellaneous_counts.total_other')));
     $this->add(array('name' => 'active_other', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.miscellaneous_counts.active_other', 'helpText' => 'helpText.miscellaneous_counts.active_other')));
 }
 public function __construct()
 {
     parent::__construct('AddressForm');
     $this->add(array('name' => 'address_seq_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.address.address_seq_id', 'helpText' => 'helpText.address.address_seq_id')));
     $this->add(array('name' => 'line1', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.address.line1', 'helpText' => 'helpText.address.line1')));
     $this->add(array('name' => 'line2', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.address.line2', 'helpText' => 'helpText.address.line2')));
     $this->add(array('name' => 'contact_id', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.address.contact_id', 'helpText' => 'helpText.address.contact_id')));
     $this->add(array('name' => 'address_type', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.address.address_type', 'helpText' => 'helpText.address.address_type')));
     $this->add(array('name' => 'country_id', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.address.country_id', 'helpText' => 'helpText.address.country_id')));
     $this->add(array('name' => 'state_abbreviation', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.address.state_abbreviation', 'helpText' => 'helpText.address.state_abbreviation')));
     $this->add(array('name' => 'zip_code', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.address.zip_code', 'helpText' => 'helpText.address.zip_code')));
 }
 public function __construct()
 {
     parent::__construct('TriviaResponsesForm');
     $this->add(array('name' => 'trivia_responses_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.trivia_responses.trivia_responses_seqid', 'helpText' => 'helpText.trivia_responses.trivia_responses_seqid')));
     $this->add(array('name' => 'challenge_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.trivia_responses.challenge_seqid', 'helpText' => 'helpText.trivia_responses.challenge_seqid')));
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.trivia_responses.description', 'helpText' => 'helpText.trivia_responses.description')));
     $this->add(array('name' => 'start_date', 'attributes' => array('type' => 'timestamp with time zone'), 'options' => array('label' => 'labels.trivia_responses.start_date', 'helpText' => 'helpText.trivia_responses.start_date')));
     $this->add(array('name' => 'end_date', 'attributes' => array('type' => 'timestamp with time zone'), 'options' => array('label' => 'labels.trivia_responses.end_date', 'helpText' => 'helpText.trivia_responses.end_date')));
     $this->add(array('name' => 'viewed_count', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.trivia_responses.viewed_count', 'helpText' => 'helpText.trivia_responses.viewed_count')));
     $this->add(array('name' => 'selected_count', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.trivia_responses.selected_count', 'helpText' => 'helpText.trivia_responses.selected_count')));
     $this->add(array('name' => 'paused', 'attributes' => array('type' => 'boolean'), 'options' => array('label' => 'labels.trivia_responses.paused', 'helpText' => 'helpText.trivia_responses.paused')));
     $this->add(array('name' => 'selected_time', 'attributes' => array('type' => 'time with time zone'), 'options' => array('label' => 'labels.trivia_responses.selected_time', 'helpText' => 'helpText.trivia_responses.selected_time')));
 }
 public function __construct()
 {
     parent::__construct('PlayerEngagementForm');
     $this->add(array('name' => 'challenge_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.player_engagement.challenge_seqid', 'helpText' => 'helpText.player_engagement.challenge_seqid')));
     $this->add(array('name' => 'contact_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.player_engagement.contact_seqid', 'helpText' => 'helpText.player_engagement.contact_seqid')));
     $this->add(array('name' => 'viewed_count', 'attributes' => array('type' => 'numeric'), 'options' => array('label' => 'labels.player_engagement.viewed_count', 'helpText' => 'helpText.player_engagement.viewed_count')));
     $this->add(array('name' => 'response_time', 'attributes' => array('type' => 'time without time zone'), 'options' => array('label' => 'labels.player_engagement.response_time', 'helpText' => 'helpText.player_engagement.response_time')));
     $this->add(array('name' => 'skipped_time', 'attributes' => array('type' => 'time without time zone'), 'options' => array('label' => 'labels.player_engagement.skipped_time', 'helpText' => 'helpText.player_engagement.skipped_time')));
     $this->add(array('name' => 'grade_value', 'attributes' => array('type' => 'numeric'), 'options' => array('label' => 'labels.player_engagement.grade_value', 'helpText' => 'helpText.player_engagement.grade_value')));
     $this->add(array('name' => 'hints_provided', 'attributes' => array('type' => 'numeric'), 'options' => array('label' => 'labels.player_engagement.hints_provided', 'helpText' => 'helpText.player_engagement.hints_provided')));
     $this->add(array('name' => 'trivia_responses_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.player_engagement.trivia_responses_seqid', 'helpText' => 'helpText.player_engagement.trivia_responses_seqid')));
     $this->add(array('name' => 'start_time', 'attributes' => array('type' => 'timestamp with time zone'), 'options' => array('label' => 'labels.player_engagement.start_time', 'helpText' => 'helpText.player_engagement.start_time')));
     $this->add(array('name' => 'end_time', 'attributes' => array('type' => 'timestamp with time zone'), 'options' => array('label' => 'labels.player_engagement.end_time', 'helpText' => 'helpText.player_engagement.end_time')));
 }
 public function __construct()
 {
     parent::__construct('ForDemographicForm');
     $this->add(array('name' => 'demographic_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.for_demographic.demographic_seqid', 'helpText' => 'helpText.for_demographic.demographic_seqid')));
     $this->add(array('name' => 'sponsorship_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.for_demographic.sponsorship_seqid', 'helpText' => 'helpText.for_demographic.sponsorship_seqid')));
     $this->add(array('name' => 'total_views', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.for_demographic.total_views', 'helpText' => 'helpText.for_demographic.total_views')));
     $this->add(array('name' => 'total_correct', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.for_demographic.total_correct', 'helpText' => 'helpText.for_demographic.total_correct')));
     $this->add(array('name' => 'max_display', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.for_demographic.max_display', 'helpText' => 'helpText.for_demographic.max_display')));
     $this->add(array('name' => 'max_contribution', 'attributes' => array('type' => 'numeric'), 'options' => array('label' => 'labels.for_demographic.max_contribution', 'helpText' => 'helpText.for_demographic.max_contribution')));
     $this->add(array('name' => 'per_display_contribution', 'attributes' => array('type' => 'numeric'), 'options' => array('label' => 'labels.for_demographic.per_display_contribution', 'helpText' => 'helpText.for_demographic.per_display_contribution')));
     $this->add(array('name' => 'start_date', 'attributes' => array('type' => 'timestamp with time zone'), 'options' => array('label' => 'labels.for_demographic.start_date', 'helpText' => 'helpText.for_demographic.start_date')));
     $this->add(array('name' => 'end_date', 'attributes' => array('type' => 'timestamp with time zone'), 'options' => array('label' => 'labels.for_demographic.end_date', 'helpText' => 'helpText.for_demographic.end_date')));
     $this->add(array('name' => 'paused', 'attributes' => array('type' => 'boolean'), 'options' => array('label' => 'labels.for_demographic.paused', 'helpText' => 'helpText.for_demographic.paused')));
 }
 public function __construct()
 {
     parent::__construct('DemographicForm');
     $this->add(array('name' => 'demographic_seqid', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.demographic.demographic_seqid', 'helpText' => 'helpText.demographic.demographic_seqid')));
     $this->add(array('name' => 'gender', 'attributes' => array('type' => 'text'), 'options' => array('label' => 'labels.demographic.gender', 'helpText' => 'helpText.demographic.gender')));
     $this->add(array('name' => 'age_youngest', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.demographic.age_youngest', 'helpText' => 'helpText.demographic.age_youngest')));
     $this->add(array('name' => 'age_oldest', 'attributes' => array('type' => 'bigint'), 'options' => array('label' => 'labels.demographic.age_oldest', 'helpText' => 'helpText.demographic.age_oldest')));
     $this->add(array('name' => 'marital_status', 'attributes' => array('type' => 'integer'), 'options' => array('label' => 'labels.demographic.marital_status', 'helpText' => 'helpText.demographic.marital_status')));
     $this->add(array('name' => 'ethnicity', 'attributes' => array('type' => 'integer'), 'options' => array('label' => 'labels.demographic.ethnicity', 'helpText' => 'helpText.demographic.ethnicity')));
     $this->add(array('name' => 'language', 'attributes' => array('type' => 'integer'), 'options' => array('label' => 'labels.demographic.language', 'helpText' => 'helpText.demographic.language')));
     $this->add(array('name' => 'parent', 'attributes' => array('type' => 'boolean'), 'options' => array('label' => 'labels.demographic.parent', 'helpText' => 'helpText.demographic.parent')));
     $this->add(array('name' => 'sexual_orientation', 'attributes' => array('type' => 'integer'), 'options' => array('label' => 'labels.demographic.sexual_orientation', 'helpText' => 'helpText.demographic.sexual_orientation')));
     $this->add(array('name' => 'ever_divorced', 'attributes' => array('type' => 'boolean'), 'options' => array('label' => 'labels.demographic.ever_divorced', 'helpText' => 'helpText.demographic.ever_divorced')));
 }