{{ #text }} package com.edeal.frontline.custom; import com.edeal.frontline.*; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class $$_classNameExtension_$$ { private static final Log logger = LogFactory.getLog($$_classNameExtension_$$.class); public $$_classNameExtension_$$() { } /* public static void preSave(FlContext context, Object obj) throws FrontlineException { $$_classNameBean_$$ $$_varbean_$$ = ($$_classNameBean_$$) obj; } */ /* public static void postSave(FlContext context, Object obj) throws FrontlineException { } */ /* public static void preDelete(FlContext context, Object obj) throws FrontlineException { } */ /* public static void postDelete(FlContext context, Object obj) throws FrontlineException { } */ /* public static String toString(FlContext context, Object obj) { return ""; } */ } {{ /text }}