AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
EM::TicketIssueLogic::EOutputDataInternalManager Class Reference

This class allows access to ETicketIssueLogicOutputData. More...

#include <EOutputDataInternalManager.h>

Public Member Functions

 EOutputDataInternalManager ()
 
 ~EOutputDataInternalManager ()
 
void Clear ()
 Fucntion clear all saved outputdata saved in dataclass. More...
 
void AddTicketOutputData (ETicketIssueLogicOutputData *outputData)
 Add ticketissuelogic to const and non const vector. More...
 
unsigned long GetOutputDataCollectionSize ()
 
std::vector
< ETicketIssueLogicOutputData * > * 
GetOutputDataCollection ()
 
std::vector< const
ETicketIssueLogicOutputData * > * 
GetConstOutputDataCollection ()
 
EPostIssueOutputDataGetPostIssueOutputData (unsigned char outputDataIndex) const
 
EPreIssueOutputDataGetPreIssueOutputData (unsigned char outputDataIndex) const
 
EStatisticOutputDataGetStatisticOutputData (unsigned char outputDataIndex) const
 
EValidTicketOutputDataGetValidTicketOutputData (unsigned char outputDataIndex) const
 
void SetInternalStatisticOutputData (unsigned char outputDataIndex, EStatisticOutputData *statisticOutputData)
 Set in ticket issue in some milestone statisticOutputData to collection on index outputDataIndex. More...
 
void SetInternalPreIssueOutputData (unsigned char outputDataIndex, EPreIssueOutputData *preIssueOutputData)
 Set in ticket issue in somewhere milestone preIssueOutputData to collection on index outputDataIndex. More...
 
void SetInternalPostIssueOutputData (unsigned char outputDataIndex, EPostIssueOutputData *postIssueOutputData)
 Set in ticket issue in somewhere milestone postIssueOutputData to collection on index outputDataIndex. More...
 
void SetInternalValidTicketOutputData (unsigned char outputDataIndex, EValidTicketOutputData *validTicketOutputData)
 Set in ticket issue in somewhere milestone validTicketOutputData to collection on index outputDataIndex. More...
 

Detailed Description

This class allows access to ETicketIssueLogicOutputData.

Note
EOutputDataInternalManager is fried of class ETicketIssueLogicOutputData

Constructor & Destructor Documentation

INTERNAL EOutputDataInternalManager::EOutputDataInternalManager ( )

CONSTRUCTOR

EOutputDataInternalManager::~EOutputDataInternalManager ( )

DESTRUCTOR

Member Function Documentation

void EOutputDataInternalManager::AddTicketOutputData ( ETicketIssueLogicOutputData outputData)

Add ticketissuelogic to const and non const vector.

Note
Const vector is for application

AddTicketOutputData

void EOutputDataInternalManager::Clear ( )

Fucntion clear all saved outputdata saved in dataclass.

Clear

std::vector< const ETicketIssueLogicOutputData * > * EOutputDataInternalManager::GetConstOutputDataCollection ( )

GetConstOutputDataCollection

vector< ETicketIssueLogicOutputData * > * EOutputDataInternalManager::GetOutputDataCollection ( )

GetOutputDataCollection

unsigned long EOutputDataInternalManager::GetOutputDataCollectionSize ( )

GetOutputDataCollectionSize

Here is the caller graph for this function:

EPostIssueOutputData * EOutputDataInternalManager::GetPostIssueOutputData ( unsigned char  outputDataIndex) const

GetInternalPostIssueOutputData

EPreIssueOutputData * EOutputDataInternalManager::GetPreIssueOutputData ( unsigned char  outputDataIndex) const

GetInternalPreIssueOutputData

EStatisticOutputData * EOutputDataInternalManager::GetStatisticOutputData ( unsigned char  outputDataIndex) const

GetLastInternalStatisticOutputData

EValidTicketOutputData * EOutputDataInternalManager::GetValidTicketOutputData ( unsigned char  outputDataIndex) const

GetValidTicketOutputData

void EOutputDataInternalManager::SetInternalPostIssueOutputData ( unsigned char  outputDataIndex,
EPostIssueOutputData postIssueOutputData 
)

Set in ticket issue in somewhere milestone postIssueOutputData to collection on index outputDataIndex.

SetInternalPostIssueOutputData

Here is the caller graph for this function:

void EOutputDataInternalManager::SetInternalPreIssueOutputData ( unsigned char  outputDataIndex,
EPreIssueOutputData preIssueOutputData 
)

Set in ticket issue in somewhere milestone preIssueOutputData to collection on index outputDataIndex.

SetInternalPreIssueOutputData

Here is the caller graph for this function:

void EOutputDataInternalManager::SetInternalStatisticOutputData ( unsigned char  outputDataIndex,
EStatisticOutputData statisticOutputData 
)

Set in ticket issue in some milestone statisticOutputData to collection on index outputDataIndex.

SetInternalStatisticOutputData

void EOutputDataInternalManager::SetInternalValidTicketOutputData ( unsigned char  outputDataIndex,
EValidTicketOutputData validTicketOutputData 
)

Set in ticket issue in somewhere milestone validTicketOutputData to collection on index outputDataIndex.

SetInternalValidTicketOutputData

Here is the caller graph for this function:


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