Modifier and Type | Method and Description |
---|---|
static IBinder<?> |
BinderFactory.getBinder(Class<?> clCurrent,
Type gtCurrent) |
static IBinder<?> |
BinderFactory.getEmbededBinder(Class<?> clCurrent) |
static IBinder<?> |
BinderFactory.getEncryptionBinder(Class<?> clCurrent) |
static IBinder<?> |
BinderFactory.getFormulaBinder(Class<?> clCurrent) |
Modifier and Type | Method and Description |
---|---|
IBinder<?> |
Definition.getBinder() |
Modifier and Type | Method and Description |
---|---|
static Definition |
Definition.buildDefinition4Decryption(String strFieldName,
String[] arrRoles,
boolean isDateOnly,
IBinder<?> binCurrent) |
static Definition |
Definition.buildDefinition4EO(DominoStore ds,
DominoEntity de,
IBinder<?> binCurrent,
Field fld,
String storePrefix) |
static Definition |
Definition.buildDefiniton(DominoStore ds,
DominoEntity de,
IBinder<?> binCurrent,
Field fld) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedListObjectBinder |
class |
EmbeddedObjectBinder |
Modifier and Type | Class and Description |
---|---|
class |
EncryptionDateBinder |
class |
EncryptionDoubleBinder |
class |
EncryptionStringBinder |
Modifier and Type | Class and Description |
---|---|
class |
BooleanBinder |
class |
BooleanClassBinder |
class |
DateBinder |
class |
DoubleArrayBinder |
class |
DoubleBinder |
class |
DoubleClassBinder |
class |
ENumBinder |
class |
IntBinder |
class |
IntClassBinder |
class |
ListDoubleBinder |
class |
ListIntegerBinder |
class |
ListStringBinder |
class |
LongBinder |
class |
LongClassBinder |
class |
MimeMultipartBinder |
class |
ObjectBinder |
class |
StringArrayBinder |
class |
StringBinder |
Modifier and Type | Method and Description |
---|---|
static IBinder<Long> |
LongClassBinder.getInstance() |
static IBinder<Double[]> |
DoubleArrayBinder.getInstance() |
static IBinder<Date> |
DateBinder.getInstance() |
static IBinder<com.ibm.xsp.http.MimeMultipart> |
MimeMultipartBinder.getInstance() |
static IBinder<String> |
StringBinder.getInstance() |
static IBinder<List<Double>> |
ListDoubleBinder.getInstance() |
static IBinder<Double> |
DoubleClassBinder.getInstance() |
static IBinder<Integer> |
IntBinder.getInstance() |
static IBinder<Boolean> |
BooleanClassBinder.getInstance() |
static IBinder<Long> |
LongBinder.getInstance() |
static IBinder<Double> |
DoubleBinder.getInstance() |
static IBinder<Object> |
ObjectBinder.getInstance() |
static IBinder<List<String>> |
ListStringBinder.getInstance() |
static IBinder<Boolean> |
BooleanBinder.getInstance() |
static IBinder<String[]> |
StringArrayBinder.getInstance() |
static IBinder<List<Integer>> |
ListIntegerBinder.getInstance() |
static IBinder<Integer> |
IntClassBinder.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
FileDownloadBinder |
class |
FileUploadBinder |
class |
FileUploadListBinder |
Modifier and Type | Method and Description |
---|---|
static IBinder<List<com.ibm.xsp.component.UIFileuploadEx.UploadedFile>> |
FileUploadListBinder.getInstance() |
static IBinder<com.ibm.xsp.component.UIFileuploadEx.UploadedFile> |
FileUploadBinder.getInstance() |
static IBinder<List<org.openntf.xpt.core.dss.binding.util.FileHelper>> |
FileDownloadBinder.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
FormulaDateBinder |
class |
FormulaDoubleBinder |
class |
FormulaStringBinder |
Copyright © 2021. All Rights Reserved.