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, readall, 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, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, updatepublic List<ClientPlugin> getActivePlugins(IEntityContext ec, boolean remoteOnly)
getActivePlugins in interface IClientPluginDaopublic ClientPlugin getByUUID(IEntityContext ec, Mandant client, String uuid)
IClientPluginDaogetByUUID in interface IClientPluginDaoec - 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)
IClientPluginDaogetByUUID in interface IClientPluginDaoec - 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.