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
Pic s in a set. |
static Document |
createDocument(PicManFacade pmf,
java.lang.String setName,
int size)
Fetch the number of
Pic s in a set. |
public static Document createDocument(PicManFacade pmf, int sid, int size)
Pic
s 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)
Pic
s in a set.pmf
- The reference to the PicManFacadesetName
- The name of the Set to querysize
- The size that we want to query.