This commit is contained in:
Paula Quispe
2017-06-19 16:50:52 -04:00
parent 1a41cf0537
commit 8e7fc0ee7a
18 changed files with 120 additions and 120 deletions

View File

@@ -75,11 +75,11 @@ class ListCanceledMapBuilder
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, false, 255);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, false, 255);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, false, 255);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_CANCELED_DATE', 'AppCanceledDate', 'int', CreoleTypes::TIMESTAMP, false, null);

View File

@@ -75,11 +75,11 @@ class ListCompletedMapBuilder
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, false, 255);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, false, 255);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, false, 255);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('APP_CREATE_DATE', 'AppCreateDate', 'int', CreoleTypes::TIMESTAMP, false, null);

View File

@@ -79,11 +79,11 @@ class ListInboxMapBuilder
$tMap->addColumn('APP_STATUS', 'AppStatus', 'string', CreoleTypes::VARCHAR, false, 32);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, false, 255);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, false, 255);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, false, 255);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('APP_UPDATE_DATE', 'AppUpdateDate', 'int', CreoleTypes::TIMESTAMP, false, null);

View File

@@ -75,11 +75,11 @@ class ListMyInboxMapBuilder
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('APP_CREATE_DATE', 'AppCreateDate', 'int', CreoleTypes::TIMESTAMP, false, null);

View File

@@ -77,11 +77,11 @@ class ListParticipatedHistoryMapBuilder
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('DEL_PREVIOUS_USR_UID', 'DelPreviousUsrUid', 'string', CreoleTypes::VARCHAR, false, 32);

View File

@@ -77,11 +77,11 @@ class ListParticipatedLastMapBuilder
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_STATUS', 'AppStatus', 'string', CreoleTypes::VARCHAR, false, 20);

View File

@@ -77,11 +77,11 @@ class ListPausedMapBuilder
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_PAUSED_DATE', 'AppPausedDate', 'int', CreoleTypes::TIMESTAMP, true, null);

View File

@@ -75,11 +75,11 @@ class ListUnassignedMapBuilder
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('DEL_PREVIOUS_USR_USERNAME', 'DelPreviousUsrUsername', 'string', CreoleTypes::VARCHAR, false, 100);

View File

@@ -61,19 +61,19 @@ abstract class BaseListCanceled extends BaseObject implements Persistent
* The value for the app_title field.
* @var string
*/
protected $app_title = '';
protected $app_title;
/**
* The value for the app_pro_title field.
* @var string
*/
protected $app_pro_title = '';
protected $app_pro_title;
/**
* The value for the app_tas_title field.
* @var string
*/
protected $app_tas_title = '';
protected $app_tas_title;
/**
* The value for the app_canceled_date field.
@@ -607,7 +607,7 @@ abstract class BaseListCanceled extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_title !== $v || $v === '') {
if ($this->app_title !== $v) {
$this->app_title = $v;
$this->modifiedColumns[] = ListCanceledPeer::APP_TITLE;
}
@@ -629,7 +629,7 @@ abstract class BaseListCanceled extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_pro_title !== $v || $v === '') {
if ($this->app_pro_title !== $v) {
$this->app_pro_title = $v;
$this->modifiedColumns[] = ListCanceledPeer::APP_PRO_TITLE;
}
@@ -651,7 +651,7 @@ abstract class BaseListCanceled extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_tas_title !== $v || $v === '') {
if ($this->app_tas_title !== $v) {
$this->app_tas_title = $v;
$this->modifiedColumns[] = ListCanceledPeer::APP_TAS_TITLE;
}

View File

@@ -61,19 +61,19 @@ abstract class BaseListCompleted extends BaseObject implements Persistent
* The value for the app_title field.
* @var string
*/
protected $app_title = '';
protected $app_title;
/**
* The value for the app_pro_title field.
* @var string
*/
protected $app_pro_title = '';
protected $app_pro_title;
/**
* The value for the app_tas_title field.
* @var string
*/
protected $app_tas_title = '';
protected $app_tas_title;
/**
* The value for the app_create_date field.
@@ -514,7 +514,7 @@ abstract class BaseListCompleted extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_title !== $v || $v === '') {
if ($this->app_title !== $v) {
$this->app_title = $v;
$this->modifiedColumns[] = ListCompletedPeer::APP_TITLE;
}
@@ -536,7 +536,7 @@ abstract class BaseListCompleted extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_pro_title !== $v || $v === '') {
if ($this->app_pro_title !== $v) {
$this->app_pro_title = $v;
$this->modifiedColumns[] = ListCompletedPeer::APP_PRO_TITLE;
}
@@ -558,7 +558,7 @@ abstract class BaseListCompleted extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_tas_title !== $v || $v === '') {
if ($this->app_tas_title !== $v) {
$this->app_tas_title = $v;
$this->modifiedColumns[] = ListCompletedPeer::APP_TAS_TITLE;
}

View File

@@ -73,19 +73,19 @@ abstract class BaseListInbox extends BaseObject implements Persistent
* The value for the app_title field.
* @var string
*/
protected $app_title = '';
protected $app_title;
/**
* The value for the app_pro_title field.
* @var string
*/
protected $app_pro_title = '';
protected $app_pro_title;
/**
* The value for the app_tas_title field.
* @var string
*/
protected $app_tas_title = '';
protected $app_tas_title;
/**
* The value for the app_update_date field.
@@ -723,7 +723,7 @@ abstract class BaseListInbox extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_title !== $v || $v === '') {
if ($this->app_title !== $v) {
$this->app_title = $v;
$this->modifiedColumns[] = ListInboxPeer::APP_TITLE;
}
@@ -745,7 +745,7 @@ abstract class BaseListInbox extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_pro_title !== $v || $v === '') {
if ($this->app_pro_title !== $v) {
$this->app_pro_title = $v;
$this->modifiedColumns[] = ListInboxPeer::APP_PRO_TITLE;
}
@@ -767,7 +767,7 @@ abstract class BaseListInbox extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_tas_title !== $v || $v === '') {
if ($this->app_tas_title !== $v) {
$this->app_tas_title = $v;
$this->modifiedColumns[] = ListInboxPeer::APP_TAS_TITLE;
}

View File

@@ -61,19 +61,19 @@ abstract class BaseListMyInbox extends BaseObject implements Persistent
* The value for the app_title field.
* @var string
*/
protected $app_title = '';
protected $app_title;
/**
* The value for the app_pro_title field.
* @var string
*/
protected $app_pro_title = '';
protected $app_pro_title;
/**
* The value for the app_tas_title field.
* @var string
*/
protected $app_tas_title = '';
protected $app_tas_title;
/**
* The value for the app_create_date field.
@@ -785,7 +785,7 @@ abstract class BaseListMyInbox extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_title !== $v || $v === '') {
if ($this->app_title !== $v) {
$this->app_title = $v;
$this->modifiedColumns[] = ListMyInboxPeer::APP_TITLE;
}
@@ -807,7 +807,7 @@ abstract class BaseListMyInbox extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_pro_title !== $v || $v === '') {
if ($this->app_pro_title !== $v) {
$this->app_pro_title = $v;
$this->modifiedColumns[] = ListMyInboxPeer::APP_PRO_TITLE;
}
@@ -829,7 +829,7 @@ abstract class BaseListMyInbox extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_tas_title !== $v || $v === '') {
if ($this->app_tas_title !== $v) {
$this->app_tas_title = $v;
$this->modifiedColumns[] = ListMyInboxPeer::APP_TAS_TITLE;
}

View File

@@ -67,19 +67,19 @@ abstract class BaseListParticipatedHistory extends BaseObject implements Persist
* The value for the app_title field.
* @var string
*/
protected $app_title = '';
protected $app_title;
/**
* The value for the app_pro_title field.
* @var string
*/
protected $app_pro_title = '';
protected $app_pro_title;
/**
* The value for the app_tas_title field.
* @var string
*/
protected $app_tas_title = '';
protected $app_tas_title;
/**
* The value for the del_previous_usr_uid field.
@@ -642,7 +642,7 @@ abstract class BaseListParticipatedHistory extends BaseObject implements Persist
$v = (string) $v;
}
if ($this->app_title !== $v || $v === '') {
if ($this->app_title !== $v) {
$this->app_title = $v;
$this->modifiedColumns[] = ListParticipatedHistoryPeer::APP_TITLE;
}
@@ -664,7 +664,7 @@ abstract class BaseListParticipatedHistory extends BaseObject implements Persist
$v = (string) $v;
}
if ($this->app_pro_title !== $v || $v === '') {
if ($this->app_pro_title !== $v) {
$this->app_pro_title = $v;
$this->modifiedColumns[] = ListParticipatedHistoryPeer::APP_PRO_TITLE;
}
@@ -686,7 +686,7 @@ abstract class BaseListParticipatedHistory extends BaseObject implements Persist
$v = (string) $v;
}
if ($this->app_tas_title !== $v || $v === '') {
if ($this->app_tas_title !== $v) {
$this->app_tas_title = $v;
$this->modifiedColumns[] = ListParticipatedHistoryPeer::APP_TAS_TITLE;
}

View File

@@ -67,19 +67,19 @@ abstract class BaseListParticipatedLast extends BaseObject implements Persistent
* The value for the app_title field.
* @var string
*/
protected $app_title = '';
protected $app_title;
/**
* The value for the app_pro_title field.
* @var string
*/
protected $app_pro_title = '';
protected $app_pro_title;
/**
* The value for the app_tas_title field.
* @var string
*/
protected $app_tas_title = '';
protected $app_tas_title;
/**
* The value for the app_status field.
@@ -710,7 +710,7 @@ abstract class BaseListParticipatedLast extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_title !== $v || $v === '') {
if ($this->app_title !== $v) {
$this->app_title = $v;
$this->modifiedColumns[] = ListParticipatedLastPeer::APP_TITLE;
}
@@ -732,7 +732,7 @@ abstract class BaseListParticipatedLast extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_pro_title !== $v || $v === '') {
if ($this->app_pro_title !== $v) {
$this->app_pro_title = $v;
$this->modifiedColumns[] = ListParticipatedLastPeer::APP_PRO_TITLE;
}
@@ -754,7 +754,7 @@ abstract class BaseListParticipatedLast extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_tas_title !== $v || $v === '') {
if ($this->app_tas_title !== $v) {
$this->app_tas_title = $v;
$this->modifiedColumns[] = ListParticipatedLastPeer::APP_TAS_TITLE;
}

View File

@@ -67,19 +67,19 @@ abstract class BaseListPaused extends BaseObject implements Persistent
* The value for the app_title field.
* @var string
*/
protected $app_title = '';
protected $app_title;
/**
* The value for the app_pro_title field.
* @var string
*/
protected $app_pro_title = '';
protected $app_pro_title;
/**
* The value for the app_tas_title field.
* @var string
*/
protected $app_tas_title = '';
protected $app_tas_title;
/**
* The value for the app_paused_date field.
@@ -718,7 +718,7 @@ abstract class BaseListPaused extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_title !== $v || $v === '') {
if ($this->app_title !== $v) {
$this->app_title = $v;
$this->modifiedColumns[] = ListPausedPeer::APP_TITLE;
}
@@ -740,7 +740,7 @@ abstract class BaseListPaused extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_pro_title !== $v || $v === '') {
if ($this->app_pro_title !== $v) {
$this->app_pro_title = $v;
$this->modifiedColumns[] = ListPausedPeer::APP_PRO_TITLE;
}
@@ -762,7 +762,7 @@ abstract class BaseListPaused extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_tas_title !== $v || $v === '') {
if ($this->app_tas_title !== $v) {
$this->app_tas_title = $v;
$this->modifiedColumns[] = ListPausedPeer::APP_TAS_TITLE;
}

View File

@@ -61,19 +61,19 @@ abstract class BaseListUnassigned extends BaseObject implements Persistent
* The value for the app_title field.
* @var string
*/
protected $app_title = '';
protected $app_title;
/**
* The value for the app_pro_title field.
* @var string
*/
protected $app_pro_title = '';
protected $app_pro_title;
/**
* The value for the app_tas_title field.
* @var string
*/
protected $app_tas_title = '';
protected $app_tas_title;
/**
* The value for the del_previous_usr_username field.
@@ -535,7 +535,7 @@ abstract class BaseListUnassigned extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_title !== $v || $v === '') {
if ($this->app_title !== $v) {
$this->app_title = $v;
$this->modifiedColumns[] = ListUnassignedPeer::APP_TITLE;
}
@@ -557,7 +557,7 @@ abstract class BaseListUnassigned extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_pro_title !== $v || $v === '') {
if ($this->app_pro_title !== $v) {
$this->app_pro_title = $v;
$this->modifiedColumns[] = ListUnassignedPeer::APP_PRO_TITLE;
}
@@ -579,7 +579,7 @@ abstract class BaseListUnassigned extends BaseObject implements Persistent
$v = (string) $v;
}
if ($this->app_tas_title !== $v || $v === '') {
if ($this->app_tas_title !== $v) {
$this->app_tas_title = $v;
$this->modifiedColumns[] = ListUnassignedPeer::APP_TAS_TITLE;
}