public class HostingTypeManager
extends java.lang.Object
Constructor and Description |
---|
HostingTypeManager(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
void |
deleteType(int id) |
HostingType |
getType(int id) |
java.util.List<HostingType> |
getTypeList() |
void |
updateType(HostingType type) |
public java.util.List<HostingType> getTypeList()
public HostingType getType(int id)
public void updateType(HostingType type)
public void deleteType(int id)