com.jalios.jcmsplugin.cloud
Interface CloudQuantifier


public interface CloudQuantifier

This interface has to be implemented to define a custom CloudQuantifier.

Since:
cloudplugin-1.0
Version:
$Revision: 18337 $
Author:
Olivier Dedieu

Method Summary
 int getSize(Category cat, Member member, Set contentSet, String lang)
          Returns the "size" of the given category.
 

Method Detail

getSize

int getSize(Category cat,
            Member member,
            Set contentSet,
            String lang)
Returns the "size" of the given category.

Parameters:
cat - the category
member - the member (may be null)
contentSet - the set of content the member can access
lang - the user language.
Returns:
a positive number.
Since:
cloudplugin-1.0


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