com.liferay.portlet.dynamicdatamapping.storage.query
Class JunctionImpl

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.storage.query.JunctionImpl
All Implemented Interfaces:
com.liferay.portlet.dynamicdatamapping.storage.query.Condition, com.liferay.portlet.dynamicdatamapping.storage.query.Junction

public class JunctionImpl
extends java.lang.Object
implements com.liferay.portlet.dynamicdatamapping.storage.query.Junction

Author:
Marcellus Tavares

Constructor Summary
JunctionImpl(com.liferay.portlet.dynamicdatamapping.storage.query.LogicalOperator logicalOperator)
           
 
Method Summary
 com.liferay.portlet.dynamicdatamapping.storage.query.Junction add(com.liferay.portlet.dynamicdatamapping.storage.query.Condition condition)
           
 com.liferay.portlet.dynamicdatamapping.storage.query.LogicalOperator getLogicalOperator()
           
 boolean isJunction()
           
 java.util.Iterator<com.liferay.portlet.dynamicdatamapping.storage.query.Condition> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JunctionImpl

public JunctionImpl(com.liferay.portlet.dynamicdatamapping.storage.query.LogicalOperator logicalOperator)
Method Detail

add

public com.liferay.portlet.dynamicdatamapping.storage.query.Junction add(com.liferay.portlet.dynamicdatamapping.storage.query.Condition condition)
Specified by:
add in interface com.liferay.portlet.dynamicdatamapping.storage.query.Junction

getLogicalOperator

public com.liferay.portlet.dynamicdatamapping.storage.query.LogicalOperator getLogicalOperator()
Specified by:
getLogicalOperator in interface com.liferay.portlet.dynamicdatamapping.storage.query.Junction

isJunction

public boolean isJunction()
Specified by:
isJunction in interface com.liferay.portlet.dynamicdatamapping.storage.query.Condition

iterator

public java.util.Iterator<com.liferay.portlet.dynamicdatamapping.storage.query.Condition> iterator()
Specified by:
iterator in interface com.liferay.portlet.dynamicdatamapping.storage.query.Junction