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, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateList<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 © 2020 XIMA MEDIA GmbH. All rights reserved.