DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol Class Reference

#include <ETarifnePasmoCol.h>

Inheritance diagram for EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol:
Inheritance graph
[legend]
Collaboration diagram for EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol:
Collaboration graph
[legend]

Public Member Functions

 ETarifnePasmoCol (ECennikPlatnost *owner)
 
virtual ~ETarifnePasmoCol ()
 
ECennikPlatnostGetOwner ()
 
ETarifnePasmoAddTarifnePasmo (long cennikID, long cennikPlatnostID, unsigned char pasmoPoradie, const char *nazov, unsigned short interval)
 
void Read ()
 
ETarifnePasmoGetPasmoByInterval (unsigned short interval)
 Metoda vracia tarifne pasmo podla intervalu kde interval lezi medzi intravalom v pasme. More...
 
ETarifnePasmoGetPasmoByIntervalDirect (unsigned short interval)
 Metoda vracia tarifne pasmo podla intervalu kde interval je primo intravalom v pasme. More...
 
ETarifnePasmoGetTarifnePasmoByPasmoPoradie (char pasmoPoradie)
 Metoda vracia tarifne pasmo podla pasma poradie. More...
 
virtual long ReadData (FILE *pFile)
 
virtual long GetSize ()
 
virtual long FillRecord (const char *pomPole, long minimum)
 
ETarifnePasmoGetFirst ()
 
 ETarifnePasmoCol (ECennikPlatnost *owner)
 
virtual ~ETarifnePasmoCol ()
 
ECennikPlatnostGetOwner ()
 
ETarifnePasmoAddTarifnePasmo (long cennikID, long cennikPlatnostID, unsigned char pasmoPoradie, const char *nazov, unsigned short interval)
 
void Read ()
 
ETarifnePasmoGetPasmoByInterval (unsigned short interval)
 
ETarifnePasmoGetPasmoByIntervalDirect (unsigned short interval)
 
ETarifnePasmoGetTarifnePasmoByPasmoPoradie (char pasmoPoradie)
 
virtual long ReadData (FILE *pFile)
 
virtual long GetSize ()
 
virtual long FillRecord (const char *pomPole, long minimum)
 
ETarifnePasmoGetFirst ()
 
- Public Member Functions inherited from EM::Strojcek::VstupneUdaje::EColReader
virtual ~EColReader ()
 
virtual long ReadDataPlus (FILE *file, long offset)
 
virtual long ReadDataPlusFor (FILE *file, long pocet, unsigned long start)
 
virtual ~EColReader ()
 
virtual long ReadDataPlus (FILE *file, long offset)
 
virtual long ReadDataPlusFor (FILE *file, long pocet, unsigned long start)
 

Constructor & Destructor Documentation

ETarifnePasmoCol::ETarifnePasmoCol ( ECennikPlatnost owner)
ETarifnePasmoCol::~ETarifnePasmoCol ( )
virtual
EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::ETarifnePasmoCol ( ECennikPlatnost owner)
virtual EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::~ETarifnePasmoCol ( )
virtual

Member Function Documentation

ETarifnePasmo * ETarifnePasmoCol::AddTarifnePasmo ( long  cennikID,
long  cennikPlatnostID,
unsigned char  pasmoPoradie,
const char *  nazov,
unsigned short  interval 
)

Here is the caller graph for this function:

ETarifnePasmo* EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::AddTarifnePasmo ( long  cennikID,
long  cennikPlatnostID,
unsigned char  pasmoPoradie,
const char *  nazov,
unsigned short  interval 
)
long ETarifnePasmoCol::FillRecord ( const char *  pomPole,
long  minimum 
)
virtual

Implements EM::Strojcek::VstupneUdaje::EColReader.

Here is the call graph for this function:

virtual long EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::FillRecord ( const char *  pomPole,
long  minimum 
)
virtual
ETarifnePasmo * ETarifnePasmoCol::GetFirst ( )

Here is the caller graph for this function:

ETarifnePasmo* EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::GetFirst ( )
ECennikPlatnost * ETarifnePasmoCol::GetOwner ( )

Here is the caller graph for this function:

ECennikPlatnost* EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::GetOwner ( )
ETarifnePasmo * ETarifnePasmoCol::GetPasmoByInterval ( unsigned short  interval)

Metoda vracia tarifne pasmo podla intervalu kde interval lezi medzi intravalom v pasme.

Parameters
interval
Returns
ak nenajde vracia NULL, inak objekt TarifnePasmo.

Here is the call graph for this function:

Here is the caller graph for this function:

ETarifnePasmo* EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::GetPasmoByInterval ( unsigned short  interval)
ETarifnePasmo* EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::GetPasmoByIntervalDirect ( unsigned short  interval)
ETarifnePasmo * ETarifnePasmoCol::GetPasmoByIntervalDirect ( unsigned short  interval)

Metoda vracia tarifne pasmo podla intervalu kde interval je primo intravalom v pasme.

Parameters
interval
Returns
ak nenajde vracia NULL, inak objekt TarifnePasmo.

Here is the call graph for this function:

Here is the caller graph for this function:

long ETarifnePasmoCol::GetSize ( )
virtual
virtual long EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::GetSize ( )
virtual
ETarifnePasmo* EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::GetTarifnePasmoByPasmoPoradie ( char  pasmoPoradie)
ETarifnePasmo * ETarifnePasmoCol::GetTarifnePasmoByPasmoPoradie ( char  pasmoPoradie)

Metoda vracia tarifne pasmo podla pasma poradie.

Parameters
pasmoPoradie
Returns
ak nenajde vracia NULL, inak objekt TarifnePasmo.

Here is the call graph for this function:

Here is the caller graph for this function:

void ETarifnePasmoCol::Read ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

void EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::Read ( )
long ETarifnePasmoCol::ReadData ( FILE *  pFile)
virtual

Here is the call graph for this function:

virtual long EM::Strojcek::VstupneUdaje::TarifnySystem::ETarifnePasmoCol::ReadData ( FILE *  pFile)
virtual

The documentation for this class was generated from the following files: