public class EncryptionDateBinder extends AbstractBaseBinder<Date> implements IBinder<Date>, IEncryptionBinder
Modifier and Type | Method and Description |
---|---|
String[] |
getChangeLogValues(Object[] arrObject,
Definition def) |
static EncryptionDateBinder |
getInstance() |
Date |
getValueFromStore(lotus.domino.Document docCurrent,
Vector<?> vecCurrent,
Definition def) |
boolean |
hasAccess(Definition def,
List<String> arrRoles) |
void |
processDomino2Java(lotus.domino.Document docCurrent,
Object objCurrent,
Vector<?> vecCurrent,
Definition def) |
Date[] |
processJava2Domino(lotus.domino.Document docCurrent,
Object objCurrent,
Definition def) |
getValue, setValue
public static EncryptionDateBinder getInstance()
public void processDomino2Java(lotus.domino.Document docCurrent, Object objCurrent, Vector<?> vecCurrent, Definition def)
processDomino2Java
in interface IBinder<Date>
public Date[] processJava2Domino(lotus.domino.Document docCurrent, Object objCurrent, Definition def)
processJava2Domino
in interface IBinder<Date>
public Date getValueFromStore(lotus.domino.Document docCurrent, Vector<?> vecCurrent, Definition def) throws DSSException
getValueFromStore
in interface IBinder<Date>
DSSException
public String[] getChangeLogValues(Object[] arrObject, Definition def)
getChangeLogValues
in interface IEncryptionBinder
public boolean hasAccess(Definition def, List<String> arrRoles)
hasAccess
in interface IEncryptionBinder
Copyright © 2021. All Rights Reserved.