public class DominoStorageService extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
deleteObject(Object objDelete,
lotus.domino.Database ndbTarget) |
static DominoStorageService |
getInstance() |
boolean |
getObject(Object objCurrent,
Object primaryKey,
lotus.domino.Database ndbTarget) |
Object |
getObjectID(Object objCurrent) |
boolean |
getObjectWithDocument(Object objCurrent,
lotus.domino.Document docCurrent) |
XPTPresentationControl |
getXPTPresentationControl(Object obj,
String elField) |
boolean |
isFieldAccessable(Object objCurrent,
ChangeLogEntry cl,
List<String> currentRoles) |
boolean |
isFieldAccessable(Object objCurrent,
String strFieldName,
List<String> currentRoles) |
boolean |
saveObject(Object objCurrent,
lotus.domino.Database ndbTarget) |
boolean |
saveObjectWithDocument(Object objCurrent,
lotus.domino.Document docCurrent) |
public static DominoStorageService getInstance()
public boolean saveObject(Object objCurrent, lotus.domino.Database ndbTarget) throws DSSException
DSSException
public boolean saveObjectWithDocument(Object objCurrent, lotus.domino.Document docCurrent) throws DSSException
DSSException
public boolean getObject(Object objCurrent, Object primaryKey, lotus.domino.Database ndbTarget) throws DSSException
DSSException
public boolean getObjectWithDocument(Object objCurrent, lotus.domino.Document docCurrent) throws DSSException
DSSException
public boolean deleteObject(Object objDelete, lotus.domino.Database ndbTarget) throws DSSException
DSSException
public Object getObjectID(Object objCurrent) throws DSSException
DSSException
public boolean isFieldAccessable(Object objCurrent, String strFieldName, List<String> currentRoles) throws DSSException
DSSException
public boolean isFieldAccessable(Object objCurrent, ChangeLogEntry cl, List<String> currentRoles) throws DSSException
DSSException
public XPTPresentationControl getXPTPresentationControl(Object obj, String elField) throws DSSException
DSSException
Copyright © 2021. All Rights Reserved.