public interface ISystemPluginDao extends IGenericDao<SystemPlugin>
Modifier and Type | Method and Description |
---|---|
List<SystemPlugin> |
getActivePlugins(IEntityContext ec,
boolean remoteOnly) |
SystemPlugin |
getByUUID(IEntityContext ec,
String uuid)
Returns the system plugin with the given UUID string
|
SystemPlugin |
getByUUID(IEntityContext ec,
UUID uuid)
Returns the system plugin with the given UUID
|
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
List<SystemPlugin> getActivePlugins(IEntityContext ec, boolean remoteOnly)
SystemPlugin getByUUID(IEntityContext ec, String uuid)
ec
- IEntityContext
to useuuid
- String
UUID string of the system pluginSystemPlugin
for the given UUIDSystemPlugin getByUUID(IEntityContext ec, UUID uuid)
ec
- IEntityContext
to useuuid
- UUID
UUID of the system pluginSystemPlugin
for the given UUIDCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.