Package org.cyclos.impl
Class ReturnedDataLimits
- java.lang.Object
-
- org.cyclos.impl.ReturnedDataLimits
-
public class ReturnedDataLimits extends Object
Contains some constants related to the maximum data returned on specific cases
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_ACCOUNTS_ON_HOMEMaximum accounts to show in the status area of home page in the classic frontendstatic intMAX_PRODUCTS_ON_DETAILSMaximum products to show in the user profile / group details
-
Constructor Summary
Constructors Constructor Description ReturnedDataLimits()
-
-
-
Field Detail
-
MAX_PRODUCTS_ON_DETAILS
public static final int MAX_PRODUCTS_ON_DETAILS
Maximum products to show in the user profile / group details- See Also:
- Constant Field Values
-
MAX_ACCOUNTS_ON_HOME
public static final int MAX_ACCOUNTS_ON_HOME
Maximum accounts to show in the status area of home page in the classic frontend- See Also:
- Constant Field Values
-
-