Class OPModeACLEntryFactory_Default
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.tabellendaten.entry.OPModeACLEntryFactory
-
- de.desy.mst.libs.framework.mstapp.tabellendaten.entry.OPModeACLEntryFactory_Default
-
public class OPModeACLEntryFactory_Default extends OPModeACLEntryFactory
Composite that takes care of what all MstApp should use as a standard.
You can change the basic standard by replacing MAIN_IMPL- Author:
- ws
-
-
Field Summary
Fields Modifier and Type Field Description static OPModeACLEntryFactory
INSTANCE
-
Constructor Summary
Constructors Constructor Description OPModeACLEntryFactory_Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OPModeACLEntry
getOPModeACLEntry(java.lang.String pcUser, java.lang.String pcName, java.lang.String appName)
boolean
usesOldSQLWay()
Deprecated.-
Methods inherited from class de.desy.mst.libs.framework.mstapp.tabellendaten.entry.OPModeACLEntryFactory
__getSQLFactory
-
-
-
-
Field Detail
-
INSTANCE
public static final OPModeACLEntryFactory INSTANCE
-
-
Method Detail
-
getOPModeACLEntry
public OPModeACLEntry getOPModeACLEntry(java.lang.String pcUser, java.lang.String pcName, java.lang.String appName)
- Specified by:
getOPModeACLEntry
in classOPModeACLEntryFactory
- Returns:
- null or the corresponding OPModeACLEntry
-
usesOldSQLWay
@Deprecated public boolean usesOldSQLWay()
Deprecated.Description copied from class:OPModeACLEntryFactory
for testing only- Specified by:
usesOldSQLWay
in classOPModeACLEntryFactory
-
-