public interface MosaicTilesDao
MosaicTile
s.Modifier and Type | Method and Description |
---|---|
void |
deleteMosaicTiles(int mid)
Delete the
MosaicTile s for the Mosaic specified by this Mosaic ID. |
java.util.List<MosaicTile> |
getMosaicTiles(int mid)
Get the List of
MosaicTile s 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)
MosaicTile
s for the Mosaic specified by this Mosaic ID.mid
- The Mosaic ID to query.void deleteMosaicTiles(int mid)
MosaicTile
s 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