Constructor and Description |
---|
WSQueryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
java.util.List |
getAssociation(java.lang.Object source,
java.lang.String associationName,
int startIndex) |
int |
getMaximumRecordsPerQuery() |
int |
getRecordsPerQuery() |
int |
getTotalNumberOfRecords(java.lang.String targetClassName,
java.lang.Object criteria) |
java.lang.String |
getVersion() |
protected void |
onInit() |
java.util.List |
query(java.lang.String targetClassName,
java.lang.Object criteria,
int startIndex) |
java.util.List |
queryObject(java.lang.String targetClassName,
java.lang.Object criteria) |
public void destroy()
protected void onInit() throws ServiceException
ServiceException
public java.lang.String getVersion()
getVersion
in interface WSQuery
public int getRecordsPerQuery()
getRecordsPerQuery
in interface WSQuery
public int getMaximumRecordsPerQuery()
getMaximumRecordsPerQuery
in interface WSQuery
public int getTotalNumberOfRecords(java.lang.String targetClassName, java.lang.Object criteria) throws java.lang.Exception
getTotalNumberOfRecords
in interface WSQuery
java.lang.Exception
public java.util.List queryObject(java.lang.String targetClassName, java.lang.Object criteria) throws java.lang.Exception
queryObject
in interface WSQuery
java.lang.Exception
public java.util.List query(java.lang.String targetClassName, java.lang.Object criteria, int startIndex) throws java.lang.Exception
public java.util.List getAssociation(java.lang.Object source, java.lang.String associationName, int startIndex) throws java.lang.Exception
getAssociation
in interface WSQuery
java.lang.Exception