Rudiments
Public Member Functions | List of all members
mvcservice Class Reference

Inherits mvctier.

Public Member Functions

 mvcservice ()
 
virtual ~mvcservice ()
 
- Public Member Functions inherited from mvctier
 mvctier ()
 
virtual ~mvctier ()
 
virtual const char * getType ()
 
void setProperties (mvcproperties *prop)
 
mvcpropertiesgetProperties ()
 
void setSecurity (mvcsecurity *sec)
 
mvcsecuritygetSecurity ()
 
- Public Member Functions inherited from object
virtual ~object ()
 

Detailed Description

The mvcservice class provides a base class for MVC (Model View Controller) services.

This class is not intended to be used directly, rather you should create children of this class that implements specific service tier functionality for your application, and use them directly.

Constructor & Destructor Documentation

◆ mvcservice()

mvcservice::mvcservice ( )
inline

Creates an instance of the mvcservice class.

◆ ~mvcservice()

virtual mvcservice::~mvcservice ( )
inlinevirtual

Deletes this instance of the mvcservice class.