Class AppointmentNotificationAggregatorExtender
Inheritance
AppointmentNotificationAggregatorExtender
Assembly: SoDataBase.dll
Syntax
public class AppointmentNotificationAggregatorExtender : AppointmentNotificationExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AppointmentNotificationAggregatorExtender()
Declaration
public AppointmentNotificationAggregatorExtender()
Methods
AddOriginatorFullName(SoDataReader, ArchiveRow)
Declaration
protected virtual void AddOriginatorFullName(SoDataReader reader, ArchiveRow row)
Parameters
GetAppointmentStatusForOwner()
Declaration
public static AppointmentStatus[] GetAppointmentStatusForOwner()
Returns
GetAppointmentStatusForParticipant()
Declaration
public static AppointmentStatus[] GetAppointmentStatusForParticipant()
Returns
GetLinkhintId(SoDataReader)
Declaration
public int GetLinkhintId(SoDataReader reader)
Parameters
Returns
GetRowTypeForAppointmentStatus(SoDataReader, AppointmentStatus)
Declaration
public string GetRowTypeForAppointmentStatus(SoDataReader reader, AppointmentStatus status)
Parameters
Returns
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Derived classes should implement the population of ColumnData items for columns
that are NOT handled by this base class in this method. Whether a column is handled by
this base class is part of its database binding information, set by the various MapXXX methods.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type |
Name |
Description |
SoDataReader |
reader |
Data reader with the query result (one row)
|
ArchiveRow |
row |
archive row to be populated
|
Overrides
IsAssignedRow(SoDataReader)
If the current row is a booking, and it is assigned by an associate, we return true.
Only bookings can be assigned.
Declaration
protected bool IsAssignedRow(SoDataReader reader)
Parameters
Returns
IsAssignmentStatus(SoDataReader)
Declaration
protected bool IsAssignmentStatus(SoDataReader reader)
Parameters
Returns
IsBookingExternalInvitation(SoDataReader)
Declaration
protected bool IsBookingExternalInvitation(SoDataReader reader)
Parameters
Returns
IsBookingOwnerNotAssociate(SoDataReader)
Declaration
protected bool IsBookingOwnerNotAssociate(SoDataReader reader)
Parameters
Returns
IsBookingRowOwner(SoDataReader)
Returns true if the current target associate is the owner of the booking row.
Declaration
protected bool IsBookingRowOwner(SoDataReader reader)
Parameters
Returns
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override AppointmentTableInfo SetJoin()
Returns
Overrides
SetRestriction(params ArchiveRestrictionInfo[])
Set the restriction for the query. This method sets the restrictions for this provider,
as well as invoking the same call on all known extenders. Recursion will take it to the bottom.
This method actually only saves the restriction specification for use during query processing.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Returns
Overrides
Implements
Extension Methods