dbo_SelectAllMediumVolByPart Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_SelectAllMediumVolByPart:

Inheritance graph
[legend]
Collaboration diagram for dbo_SelectAllMediumVolByPart:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 904 of file rm_dboperation.h.


Public Member Functions

 dbo_SelectAllMediumVolByPart (string &a_partName, bool a_unRecovered, i_MediumSeqByVol_t &a_mv, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string & m_partName
i_MediumSeqByVol_tm_mv
bool m_unRecovered
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_SelectAllMediumVolByPart::dbo_SelectAllMediumVolByPart ( string &  a_partName,
bool  a_unRecovered,
i_MediumSeqByVol_t a_mv,
rm_DBThread a_DBThread 
)

Definition at line 878 of file rm_dboperation.cpp.

00882                                                                      : 
00883 
00884                 rm_DBOperation(a_DBThread),
00885                 m_partName(a_partName),
00886                 m_mv(a_mv),
00887                 m_unRecovered(a_unRecovered) {
00888     /*empty*/
00889 }


Member Function Documentation

void dbo_SelectAllMediumVolByPart::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 891 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_mv, m_partName, rm_DBThread::m_rmOp, m_unRecovered, and rm_Operator::SelectAllMediumVolByPart().

Here is the call graph for this function:


Member Data Documentation

Definition at line 914 of file rm_dboperation.h.

Referenced by Process().

Definition at line 915 of file rm_dboperation.h.

Referenced by Process().

Definition at line 916 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 917 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:09:39 2012 for OPENARCHIVE by  doxygen 1.5.6