Package | Description |
---|---|
com.whitestein.lsps.modulemanager | |
com.whitestein.lsps.modulemanager.dao | |
com.whitestein.lsps.modulemanager.dao.jpa | |
com.whitestein.lsps.modulemanager.entity |
Persistent entities for module manager
|
Modifier and Type | Method and Description |
---|---|
static String |
ModuleConvertor.createUri(Module module,
ModuleEntry entry)
Returns the unique URI string of the given entry in the given module
|
static com.whitestein.lsps.generation.Source |
ModuleConvertor.getSource(ModuleEntry entry,
Module module)
Returns a source for the given entry.
|
static ModuleEntry |
EntityTransformer.transform(ModuleEntry entry)
Transforms
ModuleEntry to ModuleEntry . |
Modifier and Type | Method and Description |
---|---|
ModuleEntry |
ModelManagementDao.getModuleEntry(Long entryId)
Returns module entry for given id.
|
ModuleEntry |
ModelManagementDao.getResourceContent(long moduleId,
String filename)
Returns module entry content given
moduleId and filename . |
Modifier and Type | Method and Description |
---|---|
ModuleEntry |
JpaModelManagementDao.getModuleEntry(Long entryId) |
ModuleEntry |
JpaModelManagementDao.getResourceContent(long moduleId,
String filename) |
Modifier and Type | Method and Description |
---|---|
Set<ModuleEntry> |
Module.getEntries()
gets module entries
|
Modifier and Type | Method and Description |
---|---|
void |
Module.addEntry(ModuleEntry entry)
adds module entry
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.