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, 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<SystemPlugin> getActivePlugins(IEntityContext ec, boolean remoteOnly)
getActivePlugins in interface ISystemPluginDaopublic SystemPlugin getByUUID(IEntityContext ec, String uuid)
ISystemPluginDaogetByUUID in interface ISystemPluginDaoec - IEntityContext to useuuid - String UUID string of the system pluginSystemPlugin for the given UUIDpublic SystemPlugin getByUUID(IEntityContext ec, UUID uuid)
ISystemPluginDaogetByUUID in interface ISystemPluginDaoec - IEntityContext to useuuid - UUID UUID of the system pluginSystemPlugin for the given UUIDCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.