com.liferay.client.soap.portlet.asset.service.persistence
Class AssetEntryQuery

java.lang.Object
  extended by com.liferay.client.soap.portlet.asset.service.persistence.AssetEntryQuery
All Implemented Interfaces:
java.io.Serializable

public class AssetEntryQuery
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AssetEntryQuery()
           
AssetEntryQuery(long[] allCategoryIds, long[] allLeftAndRightCategoryIds, long[] allTagIds, long[] anyCategoryIds, long[] anyLeftAndRightCategoryIds, long[] anyTagIds, java.lang.String className, long[] classNameIds, int end, boolean excludeZeroViewCount, java.util.Calendar expirationDate, long[] groupIds, long[] notAllCategoryIds, long[] notAllLeftAndRightCategoryIds, long[] notAllTagIds, long[] notAnyCategoryIds, long[] notAnyLeftAndRightCategoryIds, long[] notAnyTagIds, java.lang.String orderByCol1, java.lang.String orderByCol2, java.lang.String orderByType1, java.lang.String orderByType2, java.util.Calendar publishDate, int start, java.lang.Boolean visible)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long[] getAllCategoryIds()
          Gets the allCategoryIds value for this AssetEntryQuery.
 long[] getAllLeftAndRightCategoryIds()
          Gets the allLeftAndRightCategoryIds value for this AssetEntryQuery.
 long[] getAllTagIds()
          Gets the allTagIds value for this AssetEntryQuery.
 long[] getAnyCategoryIds()
          Gets the anyCategoryIds value for this AssetEntryQuery.
 long[] getAnyLeftAndRightCategoryIds()
          Gets the anyLeftAndRightCategoryIds value for this AssetEntryQuery.
 long[] getAnyTagIds()
          Gets the anyTagIds value for this AssetEntryQuery.
 java.lang.String getClassName()
          Gets the className value for this AssetEntryQuery.
 long[] getClassNameIds()
          Gets the classNameIds value for this AssetEntryQuery.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getEnd()
          Gets the end value for this AssetEntryQuery.
 java.util.Calendar getExpirationDate()
          Gets the expirationDate value for this AssetEntryQuery.
 long[] getGroupIds()
          Gets the groupIds value for this AssetEntryQuery.
 long[] getNotAllCategoryIds()
          Gets the notAllCategoryIds value for this AssetEntryQuery.
 long[] getNotAllLeftAndRightCategoryIds()
          Gets the notAllLeftAndRightCategoryIds value for this AssetEntryQuery.
 long[] getNotAllTagIds()
          Gets the notAllTagIds value for this AssetEntryQuery.
 long[] getNotAnyCategoryIds()
          Gets the notAnyCategoryIds value for this AssetEntryQuery.
 long[] getNotAnyLeftAndRightCategoryIds()
          Gets the notAnyLeftAndRightCategoryIds value for this AssetEntryQuery.
 long[] getNotAnyTagIds()
          Gets the notAnyTagIds value for this AssetEntryQuery.
 java.lang.String getOrderByCol1()
          Gets the orderByCol1 value for this AssetEntryQuery.
 java.lang.String getOrderByCol2()
          Gets the orderByCol2 value for this AssetEntryQuery.
 java.lang.String getOrderByType1()
          Gets the orderByType1 value for this AssetEntryQuery.
 java.lang.String getOrderByType2()
          Gets the orderByType2 value for this AssetEntryQuery.
 java.util.Calendar getPublishDate()
          Gets the publishDate value for this AssetEntryQuery.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStart()
          Gets the start value for this AssetEntryQuery.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.Boolean getVisible()
          Gets the visible value for this AssetEntryQuery.
 int hashCode()
           
 boolean isExcludeZeroViewCount()
          Gets the excludeZeroViewCount value for this AssetEntryQuery.
 void setAllCategoryIds(long[] allCategoryIds)
          Sets the allCategoryIds value for this AssetEntryQuery.
 void setAllLeftAndRightCategoryIds(long[] allLeftAndRightCategoryIds)
          Sets the allLeftAndRightCategoryIds value for this AssetEntryQuery.
 void setAllTagIds(long[] allTagIds)
          Sets the allTagIds value for this AssetEntryQuery.
 void setAnyCategoryIds(long[] anyCategoryIds)
          Sets the anyCategoryIds value for this AssetEntryQuery.
 void setAnyLeftAndRightCategoryIds(long[] anyLeftAndRightCategoryIds)
          Sets the anyLeftAndRightCategoryIds value for this AssetEntryQuery.
 void setAnyTagIds(long[] anyTagIds)
          Sets the anyTagIds value for this AssetEntryQuery.
 void setClassName(java.lang.String className)
          Sets the className value for this AssetEntryQuery.
 void setClassNameIds(long[] classNameIds)
          Sets the classNameIds value for this AssetEntryQuery.
 void setEnd(int end)
          Sets the end value for this AssetEntryQuery.
 void setExcludeZeroViewCount(boolean excludeZeroViewCount)
          Sets the excludeZeroViewCount value for this AssetEntryQuery.
 void setExpirationDate(java.util.Calendar expirationDate)
          Sets the expirationDate value for this AssetEntryQuery.
 void setGroupIds(long[] groupIds)
          Sets the groupIds value for this AssetEntryQuery.
 void setNotAllCategoryIds(long[] notAllCategoryIds)
          Sets the notAllCategoryIds value for this AssetEntryQuery.
 void setNotAllLeftAndRightCategoryIds(long[] notAllLeftAndRightCategoryIds)
          Sets the notAllLeftAndRightCategoryIds value for this AssetEntryQuery.
 void setNotAllTagIds(long[] notAllTagIds)
          Sets the notAllTagIds value for this AssetEntryQuery.
 void setNotAnyCategoryIds(long[] notAnyCategoryIds)
          Sets the notAnyCategoryIds value for this AssetEntryQuery.
 void setNotAnyLeftAndRightCategoryIds(long[] notAnyLeftAndRightCategoryIds)
          Sets the notAnyLeftAndRightCategoryIds value for this AssetEntryQuery.
 void setNotAnyTagIds(long[] notAnyTagIds)
          Sets the notAnyTagIds value for this AssetEntryQuery.
 void setOrderByCol1(java.lang.String orderByCol1)
          Sets the orderByCol1 value for this AssetEntryQuery.
 void setOrderByCol2(java.lang.String orderByCol2)
          Sets the orderByCol2 value for this AssetEntryQuery.
 void setOrderByType1(java.lang.String orderByType1)
          Sets the orderByType1 value for this AssetEntryQuery.
 void setOrderByType2(java.lang.String orderByType2)
          Sets the orderByType2 value for this AssetEntryQuery.
 void setPublishDate(java.util.Calendar publishDate)
          Sets the publishDate value for this AssetEntryQuery.
 void setStart(int start)
          Sets the start value for this AssetEntryQuery.
 void setVisible(java.lang.Boolean visible)
          Sets the visible value for this AssetEntryQuery.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryQuery

public AssetEntryQuery()

AssetEntryQuery

public AssetEntryQuery(long[] allCategoryIds,
                       long[] allLeftAndRightCategoryIds,
                       long[] allTagIds,
                       long[] anyCategoryIds,
                       long[] anyLeftAndRightCategoryIds,
                       long[] anyTagIds,
                       java.lang.String className,
                       long[] classNameIds,
                       int end,
                       boolean excludeZeroViewCount,
                       java.util.Calendar expirationDate,
                       long[] groupIds,
                       long[] notAllCategoryIds,
                       long[] notAllLeftAndRightCategoryIds,
                       long[] notAllTagIds,
                       long[] notAnyCategoryIds,
                       long[] notAnyLeftAndRightCategoryIds,
                       long[] notAnyTagIds,
                       java.lang.String orderByCol1,
                       java.lang.String orderByCol2,
                       java.lang.String orderByType1,
                       java.lang.String orderByType2,
                       java.util.Calendar publishDate,
                       int start,
                       java.lang.Boolean visible)
Method Detail

getAllCategoryIds

public long[] getAllCategoryIds()
Gets the allCategoryIds value for this AssetEntryQuery.

Returns:
allCategoryIds

setAllCategoryIds

public void setAllCategoryIds(long[] allCategoryIds)
Sets the allCategoryIds value for this AssetEntryQuery.

Parameters:
allCategoryIds -

getAllLeftAndRightCategoryIds

public long[] getAllLeftAndRightCategoryIds()
Gets the allLeftAndRightCategoryIds value for this AssetEntryQuery.

Returns:
allLeftAndRightCategoryIds

setAllLeftAndRightCategoryIds

public void setAllLeftAndRightCategoryIds(long[] allLeftAndRightCategoryIds)
Sets the allLeftAndRightCategoryIds value for this AssetEntryQuery.

Parameters:
allLeftAndRightCategoryIds -

getAllTagIds

public long[] getAllTagIds()
Gets the allTagIds value for this AssetEntryQuery.

Returns:
allTagIds

setAllTagIds

public void setAllTagIds(long[] allTagIds)
Sets the allTagIds value for this AssetEntryQuery.

Parameters:
allTagIds -

getAnyCategoryIds

public long[] getAnyCategoryIds()
Gets the anyCategoryIds value for this AssetEntryQuery.

Returns:
anyCategoryIds

setAnyCategoryIds

public void setAnyCategoryIds(long[] anyCategoryIds)
Sets the anyCategoryIds value for this AssetEntryQuery.

Parameters:
anyCategoryIds -

getAnyLeftAndRightCategoryIds

public long[] getAnyLeftAndRightCategoryIds()
Gets the anyLeftAndRightCategoryIds value for this AssetEntryQuery.

Returns:
anyLeftAndRightCategoryIds

setAnyLeftAndRightCategoryIds

public void setAnyLeftAndRightCategoryIds(long[] anyLeftAndRightCategoryIds)
Sets the anyLeftAndRightCategoryIds value for this AssetEntryQuery.

Parameters:
anyLeftAndRightCategoryIds -

getAnyTagIds

public long[] getAnyTagIds()
Gets the anyTagIds value for this AssetEntryQuery.

Returns:
anyTagIds

setAnyTagIds

public void setAnyTagIds(long[] anyTagIds)
Sets the anyTagIds value for this AssetEntryQuery.

Parameters:
anyTagIds -

getClassName

public java.lang.String getClassName()
Gets the className value for this AssetEntryQuery.

Returns:
className

setClassName

public void setClassName(java.lang.String className)
Sets the className value for this AssetEntryQuery.

Parameters:
className -

getClassNameIds

public long[] getClassNameIds()
Gets the classNameIds value for this AssetEntryQuery.

Returns:
classNameIds

setClassNameIds

public void setClassNameIds(long[] classNameIds)
Sets the classNameIds value for this AssetEntryQuery.

Parameters:
classNameIds -

getEnd

public int getEnd()
Gets the end value for this AssetEntryQuery.

Returns:
end

setEnd

public void setEnd(int end)
Sets the end value for this AssetEntryQuery.

Parameters:
end -

isExcludeZeroViewCount

public boolean isExcludeZeroViewCount()
Gets the excludeZeroViewCount value for this AssetEntryQuery.

Returns:
excludeZeroViewCount

setExcludeZeroViewCount

public void setExcludeZeroViewCount(boolean excludeZeroViewCount)
Sets the excludeZeroViewCount value for this AssetEntryQuery.

Parameters:
excludeZeroViewCount -

getExpirationDate

public java.util.Calendar getExpirationDate()
Gets the expirationDate value for this AssetEntryQuery.

Returns:
expirationDate

setExpirationDate

public void setExpirationDate(java.util.Calendar expirationDate)
Sets the expirationDate value for this AssetEntryQuery.

Parameters:
expirationDate -

getGroupIds

public long[] getGroupIds()
Gets the groupIds value for this AssetEntryQuery.

Returns:
groupIds

setGroupIds

public void setGroupIds(long[] groupIds)
Sets the groupIds value for this AssetEntryQuery.

Parameters:
groupIds -

getNotAllCategoryIds

public long[] getNotAllCategoryIds()
Gets the notAllCategoryIds value for this AssetEntryQuery.

Returns:
notAllCategoryIds

setNotAllCategoryIds

public void setNotAllCategoryIds(long[] notAllCategoryIds)
Sets the notAllCategoryIds value for this AssetEntryQuery.

Parameters:
notAllCategoryIds -

getNotAllLeftAndRightCategoryIds

public long[] getNotAllLeftAndRightCategoryIds()
Gets the notAllLeftAndRightCategoryIds value for this AssetEntryQuery.

Returns:
notAllLeftAndRightCategoryIds

setNotAllLeftAndRightCategoryIds

public void setNotAllLeftAndRightCategoryIds(long[] notAllLeftAndRightCategoryIds)
Sets the notAllLeftAndRightCategoryIds value for this AssetEntryQuery.

Parameters:
notAllLeftAndRightCategoryIds -

getNotAllTagIds

public long[] getNotAllTagIds()
Gets the notAllTagIds value for this AssetEntryQuery.

Returns:
notAllTagIds

setNotAllTagIds

public void setNotAllTagIds(long[] notAllTagIds)
Sets the notAllTagIds value for this AssetEntryQuery.

Parameters:
notAllTagIds -

getNotAnyCategoryIds

public long[] getNotAnyCategoryIds()
Gets the notAnyCategoryIds value for this AssetEntryQuery.

Returns:
notAnyCategoryIds

setNotAnyCategoryIds

public void setNotAnyCategoryIds(long[] notAnyCategoryIds)
Sets the notAnyCategoryIds value for this AssetEntryQuery.

Parameters:
notAnyCategoryIds -

getNotAnyLeftAndRightCategoryIds

public long[] getNotAnyLeftAndRightCategoryIds()
Gets the notAnyLeftAndRightCategoryIds value for this AssetEntryQuery.

Returns:
notAnyLeftAndRightCategoryIds

setNotAnyLeftAndRightCategoryIds

public void setNotAnyLeftAndRightCategoryIds(long[] notAnyLeftAndRightCategoryIds)
Sets the notAnyLeftAndRightCategoryIds value for this AssetEntryQuery.

Parameters:
notAnyLeftAndRightCategoryIds -

getNotAnyTagIds

public long[] getNotAnyTagIds()
Gets the notAnyTagIds value for this AssetEntryQuery.

Returns:
notAnyTagIds

setNotAnyTagIds

public void setNotAnyTagIds(long[] notAnyTagIds)
Sets the notAnyTagIds value for this AssetEntryQuery.

Parameters:
notAnyTagIds -

getOrderByCol1

public java.lang.String getOrderByCol1()
Gets the orderByCol1 value for this AssetEntryQuery.

Returns:
orderByCol1

setOrderByCol1

public void setOrderByCol1(java.lang.String orderByCol1)
Sets the orderByCol1 value for this AssetEntryQuery.

Parameters:
orderByCol1 -

getOrderByCol2

public java.lang.String getOrderByCol2()
Gets the orderByCol2 value for this AssetEntryQuery.

Returns:
orderByCol2

setOrderByCol2

public void setOrderByCol2(java.lang.String orderByCol2)
Sets the orderByCol2 value for this AssetEntryQuery.

Parameters:
orderByCol2 -

getOrderByType1

public java.lang.String getOrderByType1()
Gets the orderByType1 value for this AssetEntryQuery.

Returns:
orderByType1

setOrderByType1

public void setOrderByType1(java.lang.String orderByType1)
Sets the orderByType1 value for this AssetEntryQuery.

Parameters:
orderByType1 -

getOrderByType2

public java.lang.String getOrderByType2()
Gets the orderByType2 value for this AssetEntryQuery.

Returns:
orderByType2

setOrderByType2

public void setOrderByType2(java.lang.String orderByType2)
Sets the orderByType2 value for this AssetEntryQuery.

Parameters:
orderByType2 -

getPublishDate

public java.util.Calendar getPublishDate()
Gets the publishDate value for this AssetEntryQuery.

Returns:
publishDate

setPublishDate

public void setPublishDate(java.util.Calendar publishDate)
Sets the publishDate value for this AssetEntryQuery.

Parameters:
publishDate -

getStart

public int getStart()
Gets the start value for this AssetEntryQuery.

Returns:
start

setStart

public void setStart(int start)
Sets the start value for this AssetEntryQuery.

Parameters:
start -

getVisible

public java.lang.Boolean getVisible()
Gets the visible value for this AssetEntryQuery.

Returns:
visible

setVisible

public void setVisible(java.lang.Boolean visible)
Sets the visible value for this AssetEntryQuery.

Parameters:
visible -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer