public class ClientPluginDao extends MandantDependentBaseDao<ClientPlugin> implements IClientPluginDao
Constructor and Description |
---|
ClientPluginDao() |
Modifier and Type | Method and Description |
---|---|
List<ClientPlugin> |
getActivePlugins(IEntityContext ec,
boolean remoteOnly) |
ClientPlugin |
getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the client plugin with the given UUID string
|
ClientPlugin |
getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the client plugin with the given UUID
|
getEntityRefs, getPostActionHook, getPreActionHook, read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, 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, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
public List<ClientPlugin> getActivePlugins(IEntityContext ec, boolean remoteOnly)
getActivePlugins
in interface IClientPluginDao
public ClientPlugin getByUUID(IEntityContext ec, Mandant client, String uuid)
IClientPluginDao
getByUUID
in interface IClientPluginDao
ec
- IEntityContext
to useclient
- Mandant
context in which to look for client pluginuuid
- String
UUID string of the client pluginClientPlugin
for the given UUID and clientpublic ClientPlugin getByUUID(IEntityContext ec, Mandant client, UUID uuid)
IClientPluginDao
getByUUID
in interface IClientPluginDao
ec
- IEntityContext
to useclient
- Mandant
context in which to look for client pluginuuid
- UUID
UUID of the client pluginClientPlugin
for the given UUID and clientCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.