org.zeroexchange.representation
Interface RepresentationFactory

All Known Implementing Classes:
DefaultRepresentationFactory

public interface RepresentationFactory

The interface for entity representation factory.

Author:
black

Method Summary
 String getRepresentation(Object entity, int limit)
          Returns representation for the specified entity.
 

Method Detail

getRepresentation

String getRepresentation(Object entity,
                         int limit)
                         throws BusinessLogicException
Returns representation for the specified entity.

Throws:
BusinessLogicException


Copyright © 2013. All Rights Reserved.