| Package | Description | 
|---|---|
| com.whitestein.lsps.engine.state | 
 Contains implementation of persistent entities representing model data types. 
 | 
| com.whitestein.lsps.modulemanager.entity | 
 Persistent entities for module manager 
 | 
| com.whitestein.lsps.stdlib.dao | 
 Data access objects used by other classes in the standard library. 
 | 
| com.whitestein.lsps.stdlib.dao.jpa | 
| Modifier and Type | Method and Description | 
|---|---|
BinaryData | 
BinaryDataMetadata.getBinaryData()
Returns binary data 
 | 
| Constructor and Description | 
|---|
BinaryDataMetadata(BinaryData binaryData,
                  java.lang.String name,
                  java.lang.String value)
Creates new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BinaryData | 
ModuleEntry.getBinaryData()
Returns the binary data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<BinaryData> | 
BinaryDataDao.getBinaryDataLoadedByDocument(long savedDocumentId)
Returns list of binary data that are loaded in a document. 
 | 
java.util.List<BinaryData> | 
BinaryDataDao.getBinaryDataLoadedByTodo(long todoId)
Returns list of binary data that are loaded in a todo. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<BinaryData> | 
JpaBinaryDataDao.getBinaryDataLoadedByDocument(long savedDocumentId)  | 
java.util.List<BinaryData> | 
JpaBinaryDataDao.getBinaryDataLoadedByTodo(long todoId)  | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.