|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.services.beans.BaseBean
com.fatwire.services.beans.asset.basic.template.TemplatesBean
public class TemplatesBean
The TemplatesBean is the value object used by the template-related services. It is a wrapper around a list of templates. Typically the template services provide for paged results. This bean therefore also provides server side information about how many templates are available against a specific query for templates.
Constructor Summary | |
---|---|
TemplatesBean()
|
Method Summary | |
---|---|
java.lang.Integer |
getCount()
Returns the maximum number of templates that could be fetched from the server against a specific query for templates. |
java.util.List<TemplateBean> |
getTemplates()
List of templates returned in a paged result. |
void |
setCount(java.lang.Integer count)
Sets the maximum number of templates that could be fetched from the server against a specific query for templates. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplatesBean()
Method Detail |
---|
public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
Sets the maximum number of templates that could be fetched from the server against a specific query for templates.
This method is usually used by the service which is aware of the complete size of the fetch result.
count
- public java.util.List<TemplateBean> getTemplates()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |