com.jalios.jcmsplugin.od
Class MemberCleanFilter

java.lang.Object
  extended by com.jalios.jcms.CustomCleanFilter
      extended by com.jalios.jcmsplugin.od.MemberCleanFilter
All Implemented Interfaces:
PluginComponent, CleanFilter

public class MemberCleanFilter
extends CustomCleanFilter


Field Summary
 
Fields inherited from class com.jalios.jcms.CustomCleanFilter
REVISION
 
Constructor Summary
MemberCleanFilter()
           
 
Method Summary
 String getLabel(String userLang)
          Returns the label of the filter
 boolean isCleanable(StorableLogEntry entry, Class clazz)
          Returns true if the entry can be cleaned or false otherwise.
 
Methods inherited from class com.jalios.jcms.CustomCleanFilter
cleanMergeMap, getParameterName, init, init, isChecked, isCleanable, isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberCleanFilter

public MemberCleanFilter()
Method Detail

getLabel

public String getLabel(String userLang)
Description copied from class: CustomCleanFilter
Returns the label of the filter

Specified by:
getLabel in class CustomCleanFilter
Parameters:
userLang - the user language
Returns:
the label of the filter.

isCleanable

public boolean isCleanable(StorableLogEntry entry,
                           Class clazz)
Description copied from interface: CleanFilter
Returns true if the entry can be cleaned or false otherwise.

Specified by:
isCleanable in interface CleanFilter
Overrides:
isCleanable in class CustomCleanFilter
Parameters:
entry - the entry to be checked
clazz - the class of which this entry is applied
Returns:
true if the entry can be cleaned or false otherwise


Copyright © 2001-2007 Jalios SA. All Rights Reserved.