AppCore
Loading...
Searching...
No Matches
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.
 
void AddTicketOutputData (ETicketIssueLogicOutputData *outputData)
 Add ticketissuelogic to const and non const vector.
 
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.
 
void SetInternalPreIssueOutputData (unsigned char outputDataIndex, EPreIssueOutputData *preIssueOutputData)
 Set in ticket issue in somewhere milestone preIssueOutputData to collection on index outputDataIndex.
 
void SetInternalPostIssueOutputData (unsigned char outputDataIndex, EPostIssueOutputData *postIssueOutputData)
 Set in ticket issue in somewhere milestone postIssueOutputData to collection on index outputDataIndex.
 
void SetInternalValidTicketOutputData (unsigned char outputDataIndex, EValidTicketOutputData *validTicketOutputData)
 Set in ticket issue in somewhere milestone validTicketOutputData to collection on index outputDataIndex.
 

Detailed Description

This class allows access to ETicketIssueLogicOutputData.

Note
EOutputDataInternalManager is fried of class ETicketIssueLogicOutputData

Constructor & Destructor Documentation

◆ EOutputDataInternalManager()

INTERNAL EOutputDataInternalManager::EOutputDataInternalManager ( )

CONSTRUCTOR

◆ ~EOutputDataInternalManager()

EOutputDataInternalManager::~EOutputDataInternalManager ( )

DESTRUCTOR

Here is the call graph for this function:

Member Function Documentation

◆ AddTicketOutputData()

void EOutputDataInternalManager::AddTicketOutputData ( ETicketIssueLogicOutputData outputData)

Add ticketissuelogic to const and non const vector.

Note
Const vector is for application

AddTicketOutputData

Here is the caller graph for this function:

◆ Clear()

void EOutputDataInternalManager::Clear ( )

Fucntion clear all saved outputdata saved in dataclass.

Clear

Here is the caller graph for this function:

◆ GetConstOutputDataCollection()

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

GetConstOutputDataCollection

◆ GetOutputDataCollection()

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

GetOutputDataCollection

◆ GetOutputDataCollectionSize()

unsigned long EOutputDataInternalManager::GetOutputDataCollectionSize ( )

GetOutputDataCollectionSize

Here is the caller graph for this function:

◆ GetPostIssueOutputData()

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

GetInternalPostIssueOutputData

◆ GetPreIssueOutputData()

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

GetInternalPreIssueOutputData

◆ GetStatisticOutputData()

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

GetLastInternalStatisticOutputData

◆ GetValidTicketOutputData()

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

GetValidTicketOutputData

◆ SetInternalPostIssueOutputData()

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 call graph for this function:
Here is the caller graph for this function:

◆ SetInternalPreIssueOutputData()

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 call graph for this function:
Here is the caller graph for this function:

◆ SetInternalStatisticOutputData()

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

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

SetInternalStatisticOutputData

Here is the call graph for this function:

◆ SetInternalValidTicketOutputData()

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 call graph for this function:
Here is the caller graph for this function:

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