com.beasys.commerce.ebusiness.util

com.beasys.commerce.ebusiness.util  Package

Interface Summary

ScrollableModel

This file contains an interface for any scrollable model It helps manage large returned value by returning only a set of cached value objects (if used properly), reducing the traffic and the memory usage with this simple interface.

ScrollableModelPageRetriever

This file contains an interface for any scrollable model page retriever, an object that gets values (hopefully value objects) based on a set of primary keys.

Class Summary

DefaultScrollableModel

This is the default implementation of the scrollable model interface.