Package org.javlo.macro
Class ClearDataAccessCount
- java.lang.Object
-
- org.javlo.macro.AbstractMacro
-
- org.javlo.macro.ClearDataAccessCount
-
- All Implemented Interfaces:
IMacro
public class ClearDataAccessCount extends AbstractMacro
-
-
Field Summary
Fields Modifier and Type Field Description protected static Logger
logger
-
Fields inherited from interface org.javlo.macro.core.IMacro
DEFAULT_MAX_MODAL_SIZE, DEFAULT_PRIORITY, LARGE_MODAL_SIZE, MIDDEL_MODAL_SIZE, SMALL_MODAL_SIZE
-
-
Constructor Summary
Constructors Constructor Description ClearDataAccessCount()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
clearDataAccess(ContentContext ctx)
String
getName()
boolean
isPreview()
is this macro can be execute in preview mode.String
perform(ContentContext ctx, Map<String,Object> params)
-
Methods inherited from class org.javlo.macro.AbstractMacro
getAllComponent, getIcon, getInfo, getMacroProperties, getPriority, getUrl, init, isActive, isAdd, isAdmin, isInterative, toString
-
-
-
-
Field Detail
-
logger
protected static Logger logger
-
-
Method Detail
-
getName
public String getName()
-
clearDataAccess
public static void clearDataAccess(ContentContext ctx)
-
perform
public String perform(ContentContext ctx, Map<String,Object> params) throws Exception
- Throws:
Exception
-
isPreview
public boolean isPreview()
Description copied from interface:IMacro
is this macro can be execute in preview mode.- Returns:
-
-