Contains Methods that looks up miscellaneous Partner data. Used by TPartnerServerLookups.PartnerInfo Method.
More...
|
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...
|
|
Contains Methods that looks up miscellaneous Partner data. Used by TPartnerServerLookups.PartnerInfo Method.
◆ 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
-
APartnerKey | PartnerKey of Partner to find the PartnerInfo data for |
APartnerInfoDS | Typed DataSet that contains the requested data. |
AReadTransaction | Open 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
-
APartnerKey | PartnerKey of Partner to find the PartnerInfo data for |
ALocationKey | Location Key of the Location that the information should be retrieved for. |
APartnerInfoDS | Typed DataSet that contains the requested data. |
AReadTransaction | Open 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
-
APartnerKey | PartnerKey of Partner to find the PartnerInfo data for |
ALocationKey | Location Key of the Location that the information should be retrieved for. |
APartnerInfoDS | Typed DataSet that contains the requested data. |
AReadTransaction | Open 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
-
APartnerKey | PartnerKey of Partner to find the PartnerInfo data for |
APartnerInfoDS | Typed DataSet that contains the requested data. |
AReadTransaction | Open 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
-
APartnerKey | PartnerKey of Partner to find the PartnerInfo data for |
ALocationKey | Location Key of the Location that the information should be retrieved for. |
APartnerInfoDS | Typed DataSet that contains the requested data. |
AReadTransaction | Open 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
-
APartnerKey | PartnerKey of Partner to find the PartnerInfo data for |
ALocationKey | Location Key of the Location that the information should be retrieved for. |
APartnerInfoDS | Typed DataSet that contains the requested data. |
AReadTransaction | Open DB Transaction. |
- Returns
- True if Partner exists, otherwise false.
The documentation for this class was generated from the following file: