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, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateList<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.