DCL 3.7.4
Loading...
Searching...
No Matches
UserListView Class Reference

#include <User.h>

Inheritance diagram for UserListView:
HtmlView TextTemplate Object

Protected Types

enum  ORIGIN { ORIGIN_ALL = 0 , ORIGIN_SYSTEM = 1 , ORIGIN_USER = 2 , ORIGIN_GROUP = 3 }

Protected Attributes

String __strDetailPage
String __strWritePage
int __nParts
int __nRows
int __nShortComment
ORIGIN __origin
bool __bNoAsc
Protected Attributes inherited from HtmlView
HtmlPage__pPage
int __nIndex
int __nClassID
StringToStringMap __mapParams
Protected Attributes inherited from TextTemplate
void * __textList
void * __subTemplateMap

Additional Inherited Members

Public Member Functions inherited from HtmlView
const HtmlPagepage () const
String SELF () const
String VNO () const
virtual void onGet (Session &session) __DCL_THROWS1(Exception *)
virtual void onPost (Session &session) __DCL_THROWS1(Exception *)
Public Member Functions inherited from Object
virtual String toString () const
virtual void destroy ()
String className () const
bool isInstanceOf (const std::type_info &typeinfo) const
virtual const std::type_info & typeInfo () const
Static Public Member Functions inherited from HtmlView
static HtmlViewcreateObject (HtmlPage *pPage, int nClassID, int nIndex)
Protected Member Functions inherited from HtmlView
 HtmlView (HtmlPage *pPage)
Protected Member Functions inherited from TextTemplate
virtual String onSQLFieldValue (_CONST SQLField &_field, const String &_fieldIsNullValue)
void parseHelper (const char_t *_begin, const char_t *_end)
void parse (const char_t *_begin, const char_t *_end)
int append (const char_t *_name, const String &_value, bool _clearExists)
int append (const char_t *_name, const TextTemplate &_template, bool _clearExists)
int append (const StringStringArray &_nameToValues, bool _clearExists)
int append (_CONST SQLFields &_fields, const String &_fieldIsNullValue, bool _clearExists)
Protected Member Functions inherited from Object
virtual ~Object ()
 Object ()
Static Protected Member Functions inherited from HtmlView
static size_t split (const String &str, StringStringArray &v)
static void dump (Session &session)
static String getDefault (ListedStringToStringArrayMap &map, const String &strKey)
static size_t getShortString (SQLField &field, size_t _len, String &strLong, String &strShort)

Detailed Description

Definition at line 37 of file User.h.

Member Enumeration Documentation

◆ ORIGIN

enum UserListView::ORIGIN
protected
Enumerator
ORIGIN_ALL 
ORIGIN_SYSTEM 
ORIGIN_USER 
ORIGIN_GROUP 

Definition at line 56 of file User.h.

57 {
58 ORIGIN_ALL = 0,
59 ORIGIN_SYSTEM = 1,
60 ORIGIN_USER = 2,
61 ORIGIN_GROUP = 3
62 };
@ ORIGIN_ALL
Definition User.h:58
@ ORIGIN_SYSTEM
Definition User.h:59
@ ORIGIN_USER
Definition User.h:60
@ ORIGIN_GROUP
Definition User.h:61

Member Data Documentation

◆ __bNoAsc

bool UserListView::__bNoAsc
protected

Definition at line 65 of file User.h.

◆ __nParts

int UserListView::__nParts
protected

Definition at line 52 of file User.h.

◆ __nRows

int UserListView::__nRows
protected

Definition at line 53 of file User.h.

◆ __nShortComment

int UserListView::__nShortComment
protected

Definition at line 54 of file User.h.

◆ __origin

ORIGIN UserListView::__origin
protected

Definition at line 64 of file User.h.

◆ __strDetailPage

String UserListView::__strDetailPage
protected

Definition at line 50 of file User.h.

◆ __strWritePage

String UserListView::__strWritePage
protected

Definition at line 51 of file User.h.


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