is.idega.idegaweb.golf.service
Class VisaFile

java.lang.Object
  extended by is.idega.idegaweb.golf.service.VisaFile

public class VisaFile
extends java.lang.Object

Version:
1.0
Author:
Aron Birkir

Constructor Summary
VisaFile()
           
VisaFile(int roundid, java.lang.String contractNr, double addPercent, int addAmount)
           
 
Method Summary
 java.lang.String getFileLinkString()
           
 void makeFile(com.idega.presentation.IWContext modinfo)
           
 void setAddAmount(int addAmount)
           
 void setAddPercent(double addPercent)
           
 void setContract(java.lang.String contractNr)
           
 void setFileLinkString(java.lang.String sFileLink)
           
 void setRoundID(int roundid)
           
 void writeFile(com.idega.presentation.IWContext modinfo, Payment[] ePayments, java.lang.String sContract, double dPercent, int iAmount, int iUnionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisaFile

public VisaFile()

VisaFile

public VisaFile(int roundid,
                java.lang.String contractNr,
                double addPercent,
                int addAmount)
Method Detail

setContract

public void setContract(java.lang.String contractNr)

setAddPercent

public void setAddPercent(double addPercent)

setAddAmount

public void setAddAmount(int addAmount)

makeFile

public void makeFile(com.idega.presentation.IWContext modinfo)
              throws java.sql.SQLException,
                     java.io.IOException,
                     javax.ejb.FinderException
Throws:
java.sql.SQLException
java.io.IOException
javax.ejb.FinderException

setRoundID

public void setRoundID(int roundid)

getFileLinkString

public java.lang.String getFileLinkString()

setFileLinkString

public void setFileLinkString(java.lang.String sFileLink)

writeFile

public void writeFile(com.idega.presentation.IWContext modinfo,
                      Payment[] ePayments,
                      java.lang.String sContract,
                      double dPercent,
                      int iAmount,
                      int iUnionId)
               throws java.sql.SQLException,
                      java.io.IOException,
                      javax.ejb.FinderException
Throws:
java.sql.SQLException
java.io.IOException
javax.ejb.FinderException


Copyright © 2000-2014 idega software. All Rights Reserved.