Mobile API Reference  MicroStrategy 2019
DSSCustomGroup Class Reference

#include <DSSCustomGroup.h>

Inheritance diagram for DSSCustomGroup:
DSSObjectInfo DSSObjectInfo

Public Member Functions

 DSSCustomGroup ()
 
virtual ~DSSCustomGroup ()
 
 DSSCustomGroup (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID)
 
DSSFormatgetHeaderFormat (int iIndex)
 
DSSFormatgetGridFormat (int iIndex)
 
DSSFormatgetChildHeaderFormat (int iIndex)
 
DSSFormatgetChildGridFormat (int iIndex)
 
int LoadDefnFromBinary (DSSBinaryDataReader *ipReader)
 
virtual void MakeCleanDefn ()
 
 DSSCustomGroup ()
 
virtual ~DSSCustomGroup ()
 
 DSSCustomGroup (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID)
 
DSSFormatgetHeaderFormat (int iIndex)
 
DSSFormatgetGridFormat (int iIndex)
 
DSSFormatgetChildHeaderFormat (int iIndex)
 
DSSFormatgetChildGridFormat (int iIndex)
 
int LoadDefnFromBinary (DSSBinaryDataReader *ipReader)
 
virtual void MakeCleanDefn ()
 
- Public Member Functions inherited from DSSObjectInfo
 DSSObjectInfo ()
 
virtual ~DSSObjectInfo ()
 
 DSSObjectInfo (GUID &iID, GUID &iOnwerID, DSSObjectContext *iObjectContext, EnumDSSViewMedia iViewMedia=DssViewMediaReserved)
 
 DSSObjectInfo (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID=GUID_NULL, EnumDSSViewMedia iViewMedia=DssViewMediaReserved)
 
GUID getID ()
 
EnumDSSObjectType getType ()
 
std::string getName ()
 
std::string & getNameRef ()
 
void setName (std::string iName)
 
void setDsc (std::string iDsc)
 
std::string getDsc ()
 
GUID getContainerID ()
 
DSSObjectContextgetObjectContext ()
 
int LoadPropertiesFromBinary (DSSBinaryDataReader *ipReader)
 
void InsertPropertySet (std::string iPropertySetName, DSSPropertySetBaseClass *ipPropertySet)
 
CComVariantgetPropertyValue (std::string iPropertySetName, std::string iPropertyName)
 
void setPropertyValue (std::string iPropertySetName, std::string iPropertyName, std::string iPropertyValue)
 
void setPropertyValue (std::string iPropertySetName, std::string iPropertyName, CComVariant &iPropertyValue)
 
PropertySetsMap getPropertySetsMap ()
 
GUID getOnwerID ()
 
void putOwnerID (GUID &iOnwerID)
 
void addACE (GUID &iTrusteeID, int iTypeAndRights)
 
bool CheckAccess (DSSUserRuntime *ipUserRuntime, int iDesiredAccess, bool iRequireAll=true)
 
EnumDSSViewMedia getViewMedia ()
 
std::vector< DSSAccessControlEntrygetACL ()
 
void Duplicate (DSSObjectInfo *ipObjectInfo)
 
 DSSObjectInfo ()
 
virtual ~DSSObjectInfo ()
 
 DSSObjectInfo (GUID &iID, GUID &iOnwerID, DSSObjectContext *iObjectContext, EnumDSSViewMedia iViewMedia=DssViewMediaReserved)
 
 DSSObjectInfo (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID=GUID_NULL, EnumDSSViewMedia iViewMedia=DssViewMediaReserved)
 
GUID getID ()
 
EnumDSSObjectType getType ()
 
std::string getName ()
 
std::string & getNameRef ()
 
void setName (std::string iName)
 
void setDsc (std::string iDsc)
 
std::string getDsc ()
 
GUID getContainerID ()
 
DSSObjectContextgetObjectContext ()
 
int LoadPropertiesFromBinary (DSSBinaryDataReader *ipReader)
 
void InsertPropertySet (std::string iPropertySetName, DSSPropertySetBaseClass *ipPropertySet)
 
CComVariantgetPropertyValue (std::string iPropertySetName, std::string iPropertyName)
 
void setPropertyValue (std::string iPropertySetName, std::string iPropertyName, std::string iPropertyValue)
 
void setPropertyValue (std::string iPropertySetName, std::string iPropertyName, CComVariant &iPropertyValue)
 
PropertySetsMap getPropertySetsMap ()
 
GUID getOnwerID ()
 
void putOwnerID (GUID &iOnwerID)
 
void addACE (GUID &iTrusteeID, int iTypeAndRights)
 
bool CheckAccess (DSSUserRuntime *ipUserRuntime, int iDesiredAccess, bool iRequireAll=true)
 
EnumDSSViewMedia getViewMedia ()
 
std::vector< DSSAccessControlEntrygetACL ()
 
void Duplicate (DSSObjectInfo *ipObjectInfo)
 

Additional Inherited Members

- Protected Attributes inherited from DSSObjectInfo
EnumDSSObjectType mType
 
DSSObjectContextmpObjectContext
 
PropertySetsMap mPropertySetsMap
 

Constructor & Destructor Documentation

◆ DSSCustomGroup() [1/4]

DSSCustomGroup::DSSCustomGroup ( )

◆ ~DSSCustomGroup() [1/2]

virtual DSSCustomGroup::~DSSCustomGroup ( )
virtual

◆ DSSCustomGroup() [2/4]

DSSCustomGroup::DSSCustomGroup ( GUID iID,
EnumDSSObjectType  iType,
std::string  iName,
DSSObjectContext iObjectContext,
GUID  iContainerID 
)

◆ DSSCustomGroup() [3/4]

DSSCustomGroup::DSSCustomGroup ( )

◆ ~DSSCustomGroup() [2/2]

virtual DSSCustomGroup::~DSSCustomGroup ( )
virtual

◆ DSSCustomGroup() [4/4]

DSSCustomGroup::DSSCustomGroup ( GUID iID,
EnumDSSObjectType  iType,
std::string  iName,
DSSObjectContext iObjectContext,
GUID  iContainerID 
)

Member Function Documentation

◆ getChildGridFormat() [1/2]

DSSFormat* DSSCustomGroup::getChildGridFormat ( int  iIndex)

◆ getChildGridFormat() [2/2]

DSSFormat* DSSCustomGroup::getChildGridFormat ( int  iIndex)

◆ getChildHeaderFormat() [1/2]

DSSFormat* DSSCustomGroup::getChildHeaderFormat ( int  iIndex)

◆ getChildHeaderFormat() [2/2]

DSSFormat* DSSCustomGroup::getChildHeaderFormat ( int  iIndex)

◆ getGridFormat() [1/2]

DSSFormat* DSSCustomGroup::getGridFormat ( int  iIndex)

◆ getGridFormat() [2/2]

DSSFormat* DSSCustomGroup::getGridFormat ( int  iIndex)

◆ getHeaderFormat() [1/2]

DSSFormat* DSSCustomGroup::getHeaderFormat ( int  iIndex)

◆ getHeaderFormat() [2/2]

DSSFormat* DSSCustomGroup::getHeaderFormat ( int  iIndex)

◆ LoadDefnFromBinary() [1/2]

int DSSCustomGroup::LoadDefnFromBinary ( DSSBinaryDataReader ipReader)

◆ LoadDefnFromBinary() [2/2]

int DSSCustomGroup::LoadDefnFromBinary ( DSSBinaryDataReader ipReader)

◆ MakeCleanDefn() [1/2]

virtual void DSSCustomGroup::MakeCleanDefn ( )
virtual

Reimplemented from DSSObjectInfo.

◆ MakeCleanDefn() [2/2]

virtual void DSSCustomGroup::MakeCleanDefn ( )
virtual

Reimplemented from DSSObjectInfo.