org.zeroexchange.representation
Interface Representation<T>

All Known Implementing Classes:
AbstractRepresentation, CollectionRepresentation, ContractRepresentation, DateTimeRepresentation, DefaultEntityRepresentation, DefaultValueRepresentation, LocalizableValueRepresentation, ResourceRepresentation, UserRepresentation, ValueRepresentation

public interface Representation<T>

Entity representation services interface.

Author:
black

Field Summary
static int UNLIMITED
           
 
Method Summary
 String getRepresentation(T entity, int limit)
          Returns string representation of the specified entity.
 

Field Detail

UNLIMITED

static final int UNLIMITED
See Also:
Constant Field Values
Method Detail

getRepresentation

String getRepresentation(T entity,
                         int limit)
                         throws BusinessLogicException
Returns string representation of the specified entity.

Throws:
BusinessLogicException


Copyright © 2013. All Rights Reserved.