NextDom\Managers\EqLogicManager
Class EqLogicManager
Synopsis
class EqLogicManager
extends BaseManager
{
- // constants
- const CLASS_NAME = EqLogic::class;
- const DB_CLASS_NAME = '`eqLogic`';
- // Inherited constants from BaseManager
- const CLASS_NAME = '';
- const DB_CLASS_NAME = '``';
- // Inherited members from BaseManager
- protected static $baseSQL;
- protected static $prefixedBaseSQL;
- // methods
- public static array cast()
- public static array byObjectId()
- public static array byLogicalId()
- public static array byType()
- public static array|mixed byCategory()
- public static array|mixed byTypeAndSearhConfiguration()
- public static array|mixed searchConfiguration()
- public static array|mixed|null listByTypeAndCmdType()
- public static array|mixed|null listByObjectAndCmdType()
- public static array|mixed|null allType()
- public static void checkAlive()
- public static array|mixed byTimeout()
- public static array|mixed toHumanReadable()
- public static void clearCacheWidget()
- public static array all()
- public static array generateHtmlTable()
- public static array getAllTags()
- public static EqLogic|null byString()
- public static array|mixed fromHumanReadable()
- public static array|mixed byObjectNameEqLogicName()
- public static void deadCmdGeneric()
- // Inherited methods from BaseManager
- protected static string getBaseSQL()
- protected static string getPrefixedBaseSQL()
- // Inherited methods from CastedObjectManager
- public abstract static void getBaseSQL()
- public abstract static void cast()
- public static mixed byId()
- // Inherited methods from CommonManager
- public static mixed byId()
- public static mixed baseById()
- protected static mixed|null getAll()
- public static int getCount()
- protected static mixed|null getAllOrdered()
- protected static mixed|null getOneByClauses()
- protected static mixed|null getMultipleByClauses()
- protected static mixed|null searchOneByClauses()
- protected static mixed|null searchMultipleByClauses()
Hierarchy
Tasks
Line | Task |
---|---|
173+ | : ??? |
217+ | : ??? |
238+ | : ??? |
272+ | : ?? |
312+ | : ??? |
345+ | : ??? |
395+ | : ??? |
416+ | : ??? |
458+ | : ??? |
492+ | : ??? |
577+ | : ??? |
634+ | : ??? |
Constants
Name | Value |
---|---|
CLASS_NAME | EqLogic::class |
DB_CLASS_NAME | '`eqLogic`' |
CLASS_NAME | '' |
DB_CLASS_NAME | '``' |
Members
protected
- $baseSQL — array
- $prefixedBaseSQL — array
Methods
public
- all() — Get all eqLogics
- allType()
- byCategory() — Get eqLogics objets by category
- byLogicalId() — Get all eqLogics filtered by logicalId (defined by plugin
- byObjectId() — Get all eqLogics linked to object
- byObjectNameEqLogicName()
- byString()
- byTimeout()
- byType()
- byTypeAndSearhConfiguration()
- cast() — Cast a base eqLogic(s) to plugin eqLogic type
- checkAlive() — Vérifier si un objet est actif
- clearCacheWidget()
- deadCmdGeneric()
- fromHumanReadable()
- generateHtmlTable()
- getAllTags() — Obtenir l'ensemble des tags liés aux objets
- listByObjectAndCmdType()
- listByTypeAndCmdType()
- searchConfiguration()
- toHumanReadable()
Inherited from NextDom\Managers\Parents\BaseManager
protected
- getBaseSQL() — Get base of Select SQL
- getPrefixedBaseSQL() — Get prefixed base of Select SQL
Inherited from NextDom\Managers\Parents\CastedObjectManager
public
Inherited from NextDom\Managers\Parents\CommonManager
protected
- getAll() — Get all objects
- getAllOrdered() — Get all object sorted on column
- getMultipleByClauses() — Get one multiple filtered with clauses
- getOneByClauses() — Get one object filtered with clauses
- searchMultipleByClauses() — Search one multiple filtered with clauses
- searchOneByClauses() — Search one object filtered with clauses
public
- baseById() — Get one object by his id
- byId() — Get one object by his id
- getCount() — Get count(*).