public interface InfoItemObjectProvider<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
getInfoItem(InfoItemIdentifier infoItemIdentifier) |
T |
getInfoItem(long classPK) |
default T getInfoItem(InfoItemIdentifier infoItemIdentifier) throws NoSuchInfoItemException
NoSuchInfoItemExceptionT getInfoItem(long classPK) throws NoSuchInfoItemException
NoSuchInfoItemException