OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Server.MPartner.Common.TServerLookups_PartnerInfo Class Reference

Contains Methods that looks up miscellaneous Partner data. Used by TPartnerServerLookups.PartnerInfo Method. More...

Static Public Member Functions

static bool LocationPartnerLocationAndRestOnly (Int64 APartnerKey, TLocationPK ALocationKey, ref PartnerInfoTDS APartnerInfoDS, TDBTransaction AReadTransaction)
 Retrieves Location and PartnerLocation information and the rest of the PartnerInfo data, but not the 'Head' data. More...
 
static bool LocationPartnerLocationOnly (Int64 APartnerKey, TLocationPK ALocationKey, ref PartnerInfoTDS APartnerInfoDS, TDBTransaction AReadTransaction)
 Retrieves Location and PartnerLocation information and the rest of the PartnerInfo data, but not the 'Head' data. More...
 
static bool PartnerLocationAndRestOnly (Int64 APartnerKey, TLocationPK ALocationKey, ref PartnerInfoTDS APartnerInfoDS, TDBTransaction AReadTransaction)
 Retrieves PartnerLocation information and the rest of the PartnerInfo data, but not the 'Head' data. More...
 
static bool PartnerLocationOnly (Int64 APartnerKey, TLocationPK ALocationKey, ref PartnerInfoTDS APartnerInfoDS, TDBTransaction AReadTransaction)
 Retrieves PartnerLocation information and the rest of the PartnerInfo data, but not the 'Head' data. More...
 
static bool PartnerAttributesOnly (Int64 APartnerKey, ref PartnerInfoTDS APartnerInfoDS, TDBTransaction AReadTransaction)
 Retrieves PartnerAttributes information only. More...
 
static bool AllPartnerInfoData (Int64 APartnerKey, ref PartnerInfoTDS APartnerInfoDS, TDBTransaction AReadTransaction)
 Retrieves all of the PartnerInfo data. More...
 

Detailed Description

Contains Methods that looks up miscellaneous Partner data. Used by TPartnerServerLookups.PartnerInfo Method.

Member Function Documentation

◆ AllPartnerInfoData()

static bool Ict.Petra.Server.MPartner.Common.TServerLookups_PartnerInfo.AllPartnerInfoData ( Int64  APartnerKey,
ref PartnerInfoTDS  APartnerInfoDS,
TDBTransaction  AReadTransaction 
)
inlinestatic

Retrieves all of the PartnerInfo data.

Parameters
APartnerKeyPartnerKey of Partner to find the PartnerInfo data for
APartnerInfoDSTyped DataSet that contains the requested data.
AReadTransactionOpen DB Transaction.
Returns
True if Partner exists, otherwise false.

◆ LocationPartnerLocationAndRestOnly()

static bool Ict.Petra.Server.MPartner.Common.TServerLookups_PartnerInfo.LocationPartnerLocationAndRestOnly ( Int64  APartnerKey,
TLocationPK  ALocationKey,
ref PartnerInfoTDS  APartnerInfoDS,
TDBTransaction  AReadTransaction 
)
inlinestatic

Retrieves Location and PartnerLocation information and the rest of the PartnerInfo data, but not the 'Head' data.

Parameters
APartnerKeyPartnerKey of Partner to find the PartnerInfo data for
ALocationKeyLocation Key of the Location that the information should be retrieved for.
APartnerInfoDSTyped DataSet that contains the requested data.
AReadTransactionOpen DB Transaction.
Returns
True if Partner exists, otherwise false.

◆ LocationPartnerLocationOnly()

static bool Ict.Petra.Server.MPartner.Common.TServerLookups_PartnerInfo.LocationPartnerLocationOnly ( Int64  APartnerKey,
TLocationPK  ALocationKey,
ref PartnerInfoTDS  APartnerInfoDS,
TDBTransaction  AReadTransaction 
)
inlinestatic

Retrieves Location and PartnerLocation information and the rest of the PartnerInfo data, but not the 'Head' data.

Parameters
APartnerKeyPartnerKey of Partner to find the PartnerInfo data for
ALocationKeyLocation Key of the Location that the information should be retrieved for.
APartnerInfoDSTyped DataSet that contains the requested data.
AReadTransactionOpen DB Transaction.
Returns
True if Partner exists, otherwise false.

◆ PartnerAttributesOnly()

static bool Ict.Petra.Server.MPartner.Common.TServerLookups_PartnerInfo.PartnerAttributesOnly ( Int64  APartnerKey,
ref PartnerInfoTDS  APartnerInfoDS,
TDBTransaction  AReadTransaction 
)
inlinestatic

Retrieves PartnerAttributes information only.

Parameters
APartnerKeyPartnerKey of Partner to find the PartnerInfo data for
APartnerInfoDSTyped DataSet that contains the requested data.
AReadTransactionOpen DB Transaction.
Returns
True if Partner exists, otherwise false.

◆ PartnerLocationAndRestOnly()

static bool Ict.Petra.Server.MPartner.Common.TServerLookups_PartnerInfo.PartnerLocationAndRestOnly ( Int64  APartnerKey,
TLocationPK  ALocationKey,
ref PartnerInfoTDS  APartnerInfoDS,
TDBTransaction  AReadTransaction 
)
inlinestatic

Retrieves PartnerLocation information and the rest of the PartnerInfo data, but not the 'Head' data.

Parameters
APartnerKeyPartnerKey of Partner to find the PartnerInfo data for
ALocationKeyLocation Key of the Location that the information should be retrieved for.
APartnerInfoDSTyped DataSet that contains the requested data.
AReadTransactionOpen DB Transaction.
Returns
True if Partner exists, otherwise false.

◆ PartnerLocationOnly()

static bool Ict.Petra.Server.MPartner.Common.TServerLookups_PartnerInfo.PartnerLocationOnly ( Int64  APartnerKey,
TLocationPK  ALocationKey,
ref PartnerInfoTDS  APartnerInfoDS,
TDBTransaction  AReadTransaction 
)
inlinestatic

Retrieves PartnerLocation information and the rest of the PartnerInfo data, but not the 'Head' data.

Parameters
APartnerKeyPartnerKey of Partner to find the PartnerInfo data for
ALocationKeyLocation Key of the Location that the information should be retrieved for.
APartnerInfoDSTyped DataSet that contains the requested data.
AReadTransactionOpen DB Transaction.
Returns
True if Partner exists, otherwise false.

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