Uses of Class
org.zeroexchange.exception.BusinessLogicException

Packages that use BusinessLogicException
org.zeroexchange.collaboration.contract.read   
org.zeroexchange.common.processors.exception   
org.zeroexchange.dao.exception   
org.zeroexchange.exception   
org.zeroexchange.feature.exception   
org.zeroexchange.representation   
org.zeroexchange.representation.value   
org.zeroexchange.resource.read   
org.zeroexchange.web.components.user   
org.zeroexchange.web.lifecycle   
org.zeroexchange.web.navigation.breadcrumb   
org.zeroexchange.web.navigation.target.link   
org.zeroexchange.web.page.contract   
 

Uses of BusinessLogicException in org.zeroexchange.collaboration.contract.read
 

Methods in org.zeroexchange.collaboration.contract.read that throw BusinessLogicException
 Contract DAOContractReader.getContract(Integer contractId)
           
 

Uses of BusinessLogicException in org.zeroexchange.common.processors.exception
 

Subclasses of BusinessLogicException in org.zeroexchange.common.processors.exception
 class ProcessorNotFoundException
          The exception is thrown when the processor is not found.
 

Uses of BusinessLogicException in org.zeroexchange.dao.exception
 

Subclasses of BusinessLogicException in org.zeroexchange.dao.exception
 class DAOOperationException
          Exception is thrown by
 

Uses of BusinessLogicException in org.zeroexchange.exception
 

Subclasses of BusinessLogicException in org.zeroexchange.exception
 class OperationNotAllowedException
          Is thrown when some business operation is not allowed.
 

Uses of BusinessLogicException in org.zeroexchange.feature.exception
 

Subclasses of BusinessLogicException in org.zeroexchange.feature.exception
 class FeatureAccessException
          The exception is thrown when access for the 'featured' service is denied for this feature.
 

Uses of BusinessLogicException in org.zeroexchange.representation
 

Methods in org.zeroexchange.representation that throw BusinessLogicException
 String ContractRepresentation.getRepresentation(Contract contract, int limit)
          Returns string representation of the specified entity.
 String DateTimeRepresentation.getRepresentation(Date date, int limit)
          Returns string representation of the specified entity.
 String RepresentationFactory.getRepresentation(Object entity, int limit)
          Returns representation for the specified entity.
 String DefaultRepresentationFactory.getRepresentation(Object entity, int limit)
          Returns representation for the specified entity.
 String ResourceRepresentation.getRepresentation(Resource resource, int limit)
          Returns string representation of the specified entity.
 String Representation.getRepresentation(T entity, int limit)
          Returns string representation of the specified entity.
 String UserRepresentation.getRepresentation(User user, int limit)
          Returns string representation of the specified entity.
 

Uses of BusinessLogicException in org.zeroexchange.representation.value
 

Methods in org.zeroexchange.representation.value that throw BusinessLogicException
 String CollectionRepresentation.getRepresentation(Collection collection, int limit)
          Returns string representation of the specified entity.
 String LocalizableValueRepresentation.getRepresentation(LocalizableValue entity, int limit)
          Returns string representation of the specified entity.
 String ValueRepresentation.getRepresentation(Value entity, int limit)
          Returns string representation of the specified entity.
 

Uses of BusinessLogicException in org.zeroexchange.resource.read
 

Methods in org.zeroexchange.resource.read that throw BusinessLogicException
 PropertySpecification ResourceReader.getPropertySpecification(Resource resource, String propertyName)
          Returns property specification.
 PropertySpecification DAOResourceReader.getPropertySpecification(Resource resource, String propertyName)
          Returns property specification.
 

Uses of BusinessLogicException in org.zeroexchange.web.components.user
 

Methods in org.zeroexchange.web.components.user that throw BusinessLogicException
protected  void UserRegistrationPanel.updateUser(AbstractUserProfilePanel.ProfileData userData)
          
protected  void UserProfilePanel.updateUser(AbstractUserProfilePanel.ProfileData userData)
           
 

Uses of BusinessLogicException in org.zeroexchange.web.lifecycle
 

Methods in org.zeroexchange.web.lifecycle that throw BusinessLogicException
 void PagePreprocessor.beforePageRender(org.apache.wicket.Page page)
          Is called before the page render.
 

Uses of BusinessLogicException in org.zeroexchange.web.navigation.breadcrumb
 

Methods in org.zeroexchange.web.navigation.breadcrumb that throw BusinessLogicException
 void BreadcrumbsPreprocessor.beforePageRender(org.apache.wicket.Page page)
          Is called before the page render.
 

Uses of BusinessLogicException in org.zeroexchange.web.navigation.target.link
 

Methods in org.zeroexchange.web.navigation.target.link that throw BusinessLogicException
 org.apache.wicket.markup.html.link.Link<?> DefaultTargetLinkFactory.getLink(String componentId, Target target)
          Returns link component for the specified target.
 org.apache.wicket.markup.html.link.Link TargetLinkFactory.getLink(String componentId, Target target)
          Returns link component for the specified target.
 

Uses of BusinessLogicException in org.zeroexchange.web.page.contract
 

Constructors in org.zeroexchange.web.page.contract that throw BusinessLogicException
ContractDetails(org.apache.wicket.request.mapper.parameter.PageParameters parameters)
          Page constructor.
EditContract(org.apache.wicket.request.mapper.parameter.PageParameters parameters)
          Page constructor.
ViewContract(org.apache.wicket.request.mapper.parameter.PageParameters parameters)
          Page constructor,
 



Copyright © 2013. All Rights Reserved.