public interface MosaicTilesDao
MosaicTiles.| Modifier and Type | Method and Description |
|---|---|
void |
deleteMosaicTiles(int mid)
Delete the
MosaicTiles for the Mosaic specified by this Mosaic ID. |
java.util.List<MosaicTile> |
getMosaicTiles(int mid)
Get the List of
MosaicTiles for the Mosaic specified by this Mosaic ID. |
int |
getTileCount(int mid)
Return the number of tiles we have stored for this mosaic
|
void |
storeMosaicTile(MosaicTile tile)
Store this
MosaicTile in the database. |
java.util.List<MosaicTile> getMosaicTiles(int mid)
MosaicTiles for the Mosaic specified by this Mosaic ID.mid - The Mosaic ID to query.void deleteMosaicTiles(int mid)
MosaicTiles for the Mosaic specified by this Mosaic ID.mid - The Mosaic ID to delete.void storeMosaicTile(MosaicTile tile)
MosaicTile in the database.tile - The MosaicTile to store.int getTileCount(int mid)
mid - The mosaicId