public class PicsInSetDom
extends java.lang.Object
| Constructor and Description |
|---|
PicsInSetDom() |
| Modifier and Type | Method and Description |
|---|---|
static Document |
createDocument(PicManFacade pmf,
int sid,
int size)
Fetch the
Pics in a set. |
static Document |
createDocument(PicManFacade pmf,
java.lang.String setName,
int size)
Fetch the number of
Pics in a set. |
public static Document createDocument(PicManFacade pmf, int sid, int size)
Pics in a set.
For now, all that we need is the pid and the name of the Picpmf - The reference to the PicManFacadesid - The Set ID to querysize - The size that we want to query.public static Document createDocument(PicManFacade pmf, java.lang.String setName, int size)
Pics in a set.pmf - The reference to the PicManFacadesetName - The name of the Set to querysize - The size that we want to query.