public interface IBaseFactoryEx extends IBaseFactory
Modifier and Type | Method and Description |
---|---|
void |
mail(Object items,
String sendTo,
String sendCc,
int option,
String subject,
String comment)
Mails the list of IBase Factory Items.
|
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
void mail(Object items, String sendTo, @DefaultValue(value="") String sendCc, @DefaultValue(value="0") int option, @DefaultValue(value="") String subject, @DefaultValue(value="") String comment)
Mails the list of IBase Factory Items. 'Items' is a list of ID numbers.
items
- Mandatory java.lang.Object parameter.sendTo
- Mandatory java.lang.String parameter.sendCc
- Optional parameter. Default value is ""option
- Optional parameter. Default value is 0subject
- Optional parameter. Default value is ""comment
- Optional parameter. Default value is ""Copyright © 2020. All rights reserved.