public class SystemPluginDao extends GenericDao<SystemPlugin> implements ISystemPluginDao
Constructor and Description |
---|
SystemPluginDao() |
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, getPostActionHook, getPreActionHook, read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
public List<SystemPlugin> getActivePlugins(IEntityContext ec, boolean remoteOnly)
getActivePlugins
in interface ISystemPluginDao
public SystemPlugin getByUUID(IEntityContext ec, String uuid)
ISystemPluginDao
getByUUID
in interface ISystemPluginDao
ec
- IEntityContext
to useuuid
- String
UUID string of the system pluginSystemPlugin
for the given UUIDpublic SystemPlugin getByUUID(IEntityContext ec, UUID uuid)
ISystemPluginDao
getByUUID
in interface ISystemPluginDao
ec
- IEntityContext
to useuuid
- UUID
UUID of the system pluginSystemPlugin
for the given UUIDCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.