public interface PdfOptionsIf
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCustom1()  | 
java.lang.String | 
getCustom2()  | 
java.lang.String | 
getHtml()  | 
int | 
getId()  | 
int | 
getLanguageId()  | 
java.lang.String | 
getTargetFileName()  | 
java.lang.String | 
getTemplateName()  | 
int | 
getType()  | 
boolean | 
isCreateFile()  | 
boolean | 
isIncludeAllChildrenCustomerOrders()
Includes all orders of the customer's children, grandchildren etc. 
 | 
boolean | 
isIncludeChildrenCustomerOrders()
Includes all orders of the customers direct children, but not from any children they may have 
 | 
boolean | 
isIncludeParentCustomerOrders()
Includes all orders of the customer's parent 
 | 
boolean | 
isIncludeSiblingCustomerOrders()
Includes all orders of the customer's siblings (customers sharing the same parent customer) 
 | 
boolean | 
isReturnBytes()  | 
boolean | 
isReturnFileName()  | 
void | 
setCreateFile(boolean createFile)  | 
void | 
setCustom1(java.lang.String custom1)  | 
void | 
setCustom2(java.lang.String custom2)  | 
void | 
setHtml(java.lang.String html)  | 
void | 
setId(int id)  | 
void | 
setIncludeAllChildrenCustomerOrders(boolean includeAllChildrenCustomerOrders)
Includes all orders of the customer's children, grandchildren etc. 
 | 
void | 
setIncludeChildrenCustomerOrders(boolean includeChildrenCustomerOrders)
Includes all orders of the customers direct children, but not from any children they may have 
 | 
void | 
setIncludeParentCustomerOrders(boolean includeParentCustomerOrders)
Includes all orders of the customer's parent 
 | 
void | 
setIncludeSiblingCustomerOrders(boolean includeSiblingCustomerOrders)
Includes all orders of the customer's siblings (customers sharing the same parent customer) 
 | 
void | 
setLanguageId(int languageId)  | 
void | 
setReturnBytes(boolean returnBytes)  | 
void | 
setReturnFileName(boolean returnFileName)  | 
void | 
setTargetFileName(java.lang.String targetFileName)  | 
void | 
setTemplateName(java.lang.String templateName)  | 
void | 
setType(int type)
Request type 
 | 
int getId()
void setId(int id)
id - The id to set.java.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1 - the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2 - the custom2 to setint getLanguageId()
void setLanguageId(int languageId)
languageId - the languageIdint getType()
void setType(int type)
"HTML types" can be one of:
type - the typeboolean isReturnFileName()
void setReturnFileName(boolean returnFileName)
returnFileName - the returnFileNameboolean isReturnBytes()
void setReturnBytes(boolean returnBytes)
returnBytes - the returnBytesboolean isCreateFile()
void setCreateFile(boolean createFile)
createFile - the createFile to setjava.lang.String getTargetFileName()
void setTargetFileName(java.lang.String targetFileName)
targetFileName - the targetFileName to setjava.lang.String getTemplateName()
void setTemplateName(java.lang.String templateName)
templateName - the templateName to set. If the type is set to KKConstants.HTML_NAMED_TEMPLATE the
            templateName will be used as the template.boolean isIncludeParentCustomerOrders()
void setIncludeParentCustomerOrders(boolean includeParentCustomerOrders)
includeParentCustomerOrders - the includeParentCustomerOrders to setboolean isIncludeSiblingCustomerOrders()
void setIncludeSiblingCustomerOrders(boolean includeSiblingCustomerOrders)
includeSiblingCustomerOrders - the includeSiblingCustomerOrders to setboolean isIncludeChildrenCustomerOrders()
void setIncludeChildrenCustomerOrders(boolean includeChildrenCustomerOrders)
includeChildrenCustomerOrders - the includeChildrenCustomerOrders to setboolean isIncludeAllChildrenCustomerOrders()
void setIncludeAllChildrenCustomerOrders(boolean includeAllChildrenCustomerOrders)
includeAllChildrenCustomerOrders - the includeAllChildrenCustomerOrders to setjava.lang.String getHtml()
void setHtml(java.lang.String html)
html - the html to setCopyright © 2018 DS Data Systems UK Ltd.