@Deprecated @DefaultImplementation(value=BridgeItemNameDAO.class, skipIfUnusable=true) public interface ItemNameDAO
A DAO interface that provides access to item names.
loaded from a CSV file:
interface and ItemDAO
, binding this interface to the provider instead of the class means that the item name DAO will only be used to satisfy item name DAO requests and not item list requests.
Modifier and Type | Method and Description |
---|---|
String |
getItemName(long item)
Deprecated.
Get the name for an item.
|