public interface IClientPluginDao extends IMandantDependentBaseDao<ClientPlugin>
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, 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
List<ClientPlugin> getActivePlugins(IEntityContext ec, boolean remoteOnly)
ClientPlugin getByUUID(IEntityContext ec, Mandant client, String uuid)
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 clientClientPlugin getByUUID(IEntityContext ec, Mandant client, UUID uuid)
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 © 2021 XIMA MEDIA GmbH. All rights reserved.