Class FIXGRIDPersistenceMgr
java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDPersistenceMgr
Access to instance of
IFIXGRIDPersistence or IFIXGRIDPersistence2.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectReturns implementation of eitherIFIXGRIDPersistenceor ofIFIXGRIDPersistence2.readPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) removePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) static voidupdatePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo)
-
Constructor Details
-
FIXGRIDPersistenceMgr
public FIXGRIDPersistenceMgr()
-
-
Method Details
-
getFIXGRIDPersistence
Returns implementation of eitherIFIXGRIDPersistenceor ofIFIXGRIDPersistence2. -
readPersistentInfo
public static IFIXGRIDPersistence.PersistentInfo readPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) -
updatePersistentInfo
public static void updatePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo) -
removePersistentInfo
public static IFIXGRIDPersistence.PersistentInfo removePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId)
-