コード例 #1
0
 /**
  * @name InfoAchatMarcheVR()
  * @return bool
  * @desc Constructeur
  */
 function InfoAchatMarcheVR()
 {
     parent::__construct();
     $this->mId = new VRelement();
     $this->mIdAdherent = new VRelement();
     $this->mIdMarche = new VRelement();
 }
コード例 #2
0
 /**
  * @name AdhesionAdherentVR()
  * @return bool
  * @desc Constructeur
  */
 function AdhesionAdherentVR($pId = null, $pIdAdherent = null, $pIdTypeAdhesion = null, $pIdOperation = null, $pStatutFormulaire = null)
 {
     parent::__construct();
     if (!is_null($pId)) {
         $this->mId = $pId;
     } else {
         $this->mId = new VRelement();
     }
     if (!is_null($pIdAdherent)) {
         $this->mIdAdherent = $pIdAdherent;
     } else {
         $this->mIdAdherent = new VRelement();
     }
     if (!is_null($pIdTypeAdhesion)) {
         $this->mIdTypeAdhesion = $pIdTypeAdhesion;
     } else {
         $this->mIdTypeAdhesion = new VRelement();
     }
     if (!is_null($pIdOperation)) {
         $this->mIdOperation = $pIdOperation;
     } else {
         $this->mIdOperation = new VRelement();
     }
     if (!is_null($pStatutFormulaire)) {
         $this->mStatutFormulaire = $pStatutFormulaire;
     } else {
         $this->mStatutFormulaire = new VRelement();
     }
 }
コード例 #3
0
 /**
  * @name RechercheListeVR()
  * @return bool
  * @desc Constructeur
  */
 function RechercheListeVR()
 {
     parent::__construct();
     $this->mValid = true;
     $this->mLog = new VRelement();
     $this->mDateDebut = new VRelement();
     $this->mDateFin = new VRelement();
 }
コード例 #4
0
 /**
  * @name InformationBancaireVR()
  * @return bool
  * @desc Constructeur
  */
 function InformationBancaireVR()
 {
     parent::__construct();
     $this->mId = new VRelement();
     $this->mIdCompte = new VRelement();
     $this->mNumeroCompte = new VRelement();
     $this->mRaisonSociale = new VRelement();
 }
コード例 #5
0
 /**
  * @name AchatVR()
  * @return bool
  * @desc Constructeur
  */
 function AchatVR()
 {
     parent::__construct();
     $this->mOperationAchat = new VRelement();
     $this->mOperationAchatSolidaire = new VRelement();
     $this->mProduits = array();
     $this->mRechargement = new VRelement();
 }
コード例 #6
0
 /**
  * @name RemiseChequeVR()
  * @return bool
  * @desc Constructeur
  */
 function RemiseChequeVR()
 {
     parent::__construct();
     $this->mId = new VRelement();
     $this->mNumero = new VRelement();
     $this->mIdCompte = new VRelement();
     $this->mMontant = new VRelement();
     $this->mOperations = array();
 }
コード例 #7
0
 /**
  * @name OperationDetailVR()
  * @return bool
  * @desc Constructeur
  */
 function OperationDetailVR()
 {
     parent::__construct();
     $this->mId = new VRelement();
     $this->mMontant = new VRelement();
     $this->mTypePaiement = new VRelement();
     $this->mChampComplementaireObligatoire = new VRelement();
     $this->mChampComplementaire = new VRelement();
 }
コード例 #8
0
 /**
  * @name FactureVR()
  * @return bool
  * @desc Constructeur
  */
 function FactureVR()
 {
     parent::__construct();
     $this->mOperation = new VRelement();
     $this->mOperationProducteur = new VRelement();
     $this->mOperationZeybu = new VRelement();
     $this->mMontant = new VRelement();
     $this->mTypePaiement = new VRelement();
     $this->mChampComplementaire = array();
     $this->mProduits = array();
 }
コード例 #9
0
 /**
  * @name RechargementCompteVR()
  * @return bool
  * @desc Constructeur
  */
 function RechargementCompteVR()
 {
     parent::__construct();
     $this->mValid = true;
     $this->mLog = new VRelement();
     $this->mId = new VRelement();
     $this->mMontant = new VRelement();
     $this->mTypePaiement = new VRelement();
     $this->mChampComplementaireObligatoire = new VRelement();
     $this->mChampComplementaire = new VRelement();
 }
コード例 #10
0
 /**
  * @name ProduitDetailFactureVR()
  * @return bool
  * @desc Constructeur
  */
 function ProduitDetailFactureVR()
 {
     parent::__construct();
     $this->mIdNomProduit = new VRelement();
     $this->mIdStock = new VRelement();
     $this->mIdDetailOperation = new VRelement();
     $this->mIdStockSolidaire = new VRelement();
     $this->mQuantite = new VRelement();
     $this->mUnite = new VRelement();
     $this->mQuantiteSolidaire = new VRelement();
     $this->mUniteSolidaire = new VRelement();
     $this->mMontant = new VRelement();
 }
コード例 #11
0
 /**
  * @name AdhesionAdherentDetailVR()
  * @return bool
  * @desc Constructeur
  */
 function AdhesionAdherentDetailVR($pAdhesionAdherent = null, $pOperation = null)
 {
     parent::__construct();
     if (!is_null($pAdhesionAdherent)) {
         $this->mAdhesionAdherent = $pAdhesionAdherent;
     } else {
         $this->mAdhesionAdherent = new VRelement();
     }
     if (!is_null($pOperation)) {
         $this->mOperation = $pOperation;
     } else {
         $this->mOperation = new VRelement();
     }
 }
コード例 #12
0
 /**
  * @name TypeAdhesionVR()
  * @return bool
  * @desc Constructeur
  */
 function TypeAdhesionVR($pId = null, $pIdAdhesion = null, $pLabel = null, $pIdPerimetre = null, $pMontant = null, $pDateCreation = null, $pDateModification = null, $pEtat = null)
 {
     parent::__construct();
     if (!is_null($pId)) {
         $this->mId = $pId;
     } else {
         $this->mId = new VRelement();
     }
     if (!is_null($pIdAdhesion)) {
         $this->mIdAdhesion = $pIdAdhesion;
     } else {
         $this->mIdAdhesion = new VRelement();
     }
     if (!is_null($pLabel)) {
         $this->mLabel = $pLabel;
     } else {
         $this->mIdAdhesion = new VRelement();
     }
     if (!is_null($pIdPerimetre)) {
         $this->mIdPerimetre = $pIdPerimetre;
     } else {
         $this->mIdPerimetre = new VRelement();
     }
     if (!is_null($pMontant)) {
         $this->mMontant = $pMontant;
     } else {
         $this->mMontant = new VRelement();
     }
     if (!is_null($pDateCreation)) {
         $this->mDateCreation = $pDateCreation;
     } else {
         $this->mDateCreation = new VRelement();
     }
     if (!is_null($pDateModification)) {
         $this->mDateModification = $pDateModification;
     } else {
         $this->mDateModification = new VRelement();
     }
     if (!is_null($pEtat)) {
         $this->mEtat = $pEtat;
     } else {
         $this->mEtat = new VRelement();
     }
 }
コード例 #13
0
 /**
  * @name AdhesionVR()
  * @return bool
  * @desc Constructeur
  */
 function AdhesionVR($pId = null, $pLabel = null, $pDateDebut = null, $pDateFin = null, $pDateCreation = null, $pDateModification = null, $pEtat = null, $pTypes = null)
 {
     parent::__construct();
     if (!is_null($pId)) {
         $this->mId = $pId;
     } else {
         $this->mId = new VRelement();
     }
     if (!is_null($pLabel)) {
         $this->mLabel = $pLabel;
     } else {
         $this->mLabel = new VRelement();
     }
     if (!is_null($pDateDebut)) {
         $this->mDateDebut = $pDateDebut;
     } else {
         $this->mDateDebut = new VRelement();
     }
     if (!is_null($pDateFin)) {
         $this->mDateFin = $pDateFin;
     } else {
         $this->mDateFin = new VRelement();
     }
     if (!is_null($pDateCreation)) {
         $this->mDateCreation = $pDateCreation;
     } else {
         $this->mDateCreation = new VRelement();
     }
     if (!is_null($pDateModification)) {
         $this->mDateModification = $pDateModification;
     } else {
         $this->mDateModification = new VRelement();
     }
     if (!is_null($pEtat)) {
         $this->mEtat = $pEtat;
     } else {
         $this->mEtat = new VRelement();
     }
     if (!is_null($pTypes)) {
         $this->mTypes = $pTypes;
     } else {
         $this->mTypes = array();
     }
 }
コード例 #14
0
 /**
  * @name OperationRemiseChequeVR()
  * @return bool
  * @desc Constructeur
  */
 function OperationRemiseChequeVR()
 {
     parent::__construct();
     $this->mIdRemiseCheque = new VRelement();
     $this->mIdOperation = new VRelement();
 }
コード例 #15
0
 /**
  * @name ChampComplementaireVR()
  * @return bool
  * @desc Constructeur
  */
 function ChampComplementaireVR()
 {
     parent::__construct();
     $this->mId = new VRelement();
     $this->mValeur = new VRelement();
 }
コード例 #16
0
 /**
  * @name ProduitDetailAchatVR()
  * @return bool
  * @desc Constructeur
  */
 function ProduitDetailAchatVR()
 {
     parent::__construct();
     $this->mIdNomProduit = new VRelement();
     $this->mIdStock = new VRelement();
     $this->mIdDetailOperation = new VRelement();
     $this->mIdStockSolidaire = new VRelement();
     $this->mIdDetailOperationSolidaire = new VRelement();
     $this->mIdDetailCommande = new VRelement();
     $this->mIdModeleLot = new VRelement();
     $this->mIdDetailCommandeSolidaire = new VRelement();
     $this->mIdModeleLotSolidaire = new VRelement();
     $this->mQuantite = new VRelement();
     $this->mUnite = new VRelement();
     $this->mQuantiteSolidaire = new VRelement();
     $this->mUniteSolidaire = new VRelement();
     $this->mMontant = new VRelement();
     $this->mMontantSolidaire = new VRelement();
 }
コード例 #17
0
 /**
  * @name AdherentVR()
  * @return bool
  * @desc Constructeur
  */
 function AdherentVR()
 {
     parent::__construct();
     $this->mValid = true;
     $this->mLog = new VRelement();
     $this->mId = new VRelement();
     $this->mIdAdherentPrincipal = new VRelement();
     $this->mIdAncienAdherentPrincipal = new VRelement();
     $this->mNumero = new VRelement();
     $this->mIdCompte = new VRelement();
     $this->mCompte = new VRelement();
     $this->mNom = new VRelement();
     $this->mPrenom = new VRelement();
     $this->mCourrielPrincipal = new VRelement();
     $this->mCourrielSecondaire = new VRelement();
     $this->mTelephonePrincipal = new VRelement();
     $this->mTelephoneSecondaire = new VRelement();
     $this->mAdresse = new VRelement();
     $this->mCodePostal = new VRelement();
     $this->mVille = new VRelement();
     $this->mDateNaissance = new VRelement();
     $this->mDateAdhesion = new VRelement();
     $this->mCommentaire = new VRelement();
     $this->mModules = array();
 }
コード例 #18
0
 /**
  * @name validerPaiementVR()
  * @return bool
  * @desc Constructeur
  */
 function validerPaiementVR()
 {
     parent::__construct();
     $this->mId = new VRelement();
 }
コード例 #19
0
 /**
  * @name ListeProduitFermeVR()
  * @return bool
  * @desc Constructeur
  */
 function ListeProduitFermeVR()
 {
     parent::__construct();
     $this->mId = new VRelement();
     $this->mIdMarche = new VRelement();
 }