com.indexdata.mkjsf.pazpar2.data.sp
Class CategoriesResponse

java.lang.Object
  extended by com.indexdata.mkjsf.pazpar2.data.ResponseDataObject
      extended by com.indexdata.mkjsf.pazpar2.data.sp.SpResponseDataObject
          extended by com.indexdata.mkjsf.pazpar2.data.sp.CategoriesResponse
All Implemented Interfaces:
Serializable

@SessionScoped
public class CategoriesResponse
extends SpResponseDataObject

Data from the categories command, can be accessed by pzresp.sp.categories

Author:
Niels Erik
See Also:
Serialized Form

Constructor Summary
CategoriesResponse()
           
 
Method Summary
 List<TargetCategory> getTargetCategories()
           
 
Methods inherited from class com.indexdata.mkjsf.pazpar2.data.sp.SpResponseDataObject
unsupportedCommand
 
Methods inherited from class com.indexdata.mkjsf.pazpar2.data.ResponseDataObject
addElement, appendContent, getApplicationError, getAttribute, getBinary, getElements, getHasResults, getIntValue, getIsBinary, getOneElement, getOneValue, getProperty, getServiceError, getType, getValue, getValueArray, getXml, hasApplicationError, hasServiceError, setAttribute, setBinary, setType, setXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoriesResponse

public CategoriesResponse()
Method Detail

getTargetCategories

public List<TargetCategory> getTargetCategories()


Copyright © 2013. All Rights Reserved.