Implemented Interface | Description |
---|---|
IBaseFactory2 | Provides basic object basic factory services, such as adding and removing factory child objects and creating lists of child objects. |
IBaseFactoryEx | Enhances the IBaseFactory interface to support mailing. |
IMailableFactory | Mail support for factories. |
ISupportCopyPaste2 | Services for supporting copy and paste. |
ISupportCopyPaste4 | Services for supporting copy and paste. |
ISupportEntitySubtypes | Represents a factory with support for subtypes. |
AddItem | Creates a new item object. |
GetSubtype | Subtype corresponding to the given subtype ID. |
IsValidMoveList | Checks if the moving bp components given before bpCompAfterNewLocationId is valid (no bpParam references will be lost). if moving to the end of the script put '0' in bpCompAfterNewLocationId |
Mails the list of IBase Factory Items. 'Items' is a list of ID numbers. | |
MailEx | Mails the list of IBase Factory Items. 'Items' is a list of ID numbers. |
MoveList | Moves a list of BP Components under the specified parent in the specified order, validate and fix bpParams references validation after the move. To place the BP Component last, send TDAPI_POS_ORDER.TDPOSITION_LAST as the starting order. bpCompAfterNewLocationI?a?hH? |
NewList | Creates a list of objects according to the specified filter. |
RemoveItem | Removes item from the database. Removal takes place immediately, without a Post. |
FetchLevel | The Fetch level for a field. |
Fields | The list of all available fields for the entity managed by the factory. |
Filter | The TDFilter object for the factory. |
GroupingManager | The GroupingManager for this factory. |
GroupingSupported | Check whether the factory supports grouping. |
History | The History object for this entity. |
Item | Gets an object managed by the factory by its key. |
Subtypes | List of subtypes supported by this entity. |