dbo_SelectMediumVol Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_SelectMediumVol:

Inheritance graph
[legend]
Collaboration diagram for dbo_SelectMediumVol:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 808 of file rm_dboperation.h.


Public Member Functions

 dbo_SelectMediumVol (string a_medBarcode, Int32_t a_medVolNum, i_MediumVol_t &a_mv, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string m_medBarcode
Int32_t m_medVolNum
i_MediumVol_tm_mv
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_SelectMediumVol::dbo_SelectMediumVol ( string  a_medBarcode,
Int32_t  a_medVolNum,
i_MediumVol_t a_mv,
rm_DBThread a_DBThread 
)

Definition at line 781 of file rm_dboperation.cpp.

00785                                                                    : 
00786 
00787                 rm_DBOperation(a_DBThread),
00788                 m_medBarcode(a_medBarcode), 
00789                 m_medVolNum(a_medVolNum),
00790                 m_mv(a_mv) {
00791     /*empty*/
00792 }


Member Function Documentation

void dbo_SelectMediumVol::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 794 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_medBarcode, m_medVolNum, m_mv, rm_DBThread::m_rmOp, and rm_Operator::SelectMediumVol().

Here is the call graph for this function:


Member Data Documentation

Definition at line 818 of file rm_dboperation.h.

Referenced by Process().

Definition at line 819 of file rm_dboperation.h.

Referenced by Process().

Definition at line 820 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 821 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:10:18 2012 for OPENARCHIVE by  doxygen 1.5.6