Class MfgItemSearchResult<T extends MfgItem>
java.lang.Object
com.technia.dsx.threedspace.common.search.SearchResult<T>
com.technia.dsx.threedspace.mfg.item.MfgItemSearchResult<T>
- All Implemented Interfaces:
Iterable<T>
- Direct Known Subclasses:
MfgItemBulkResult
,MfgItemCreateResult
,MfgItemSearchResult.MfgItemDefaultSearchResult
,MfgItemSearchResult.MfgItemDetailsSearchResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<? extends MfgItemSearchResult<?>>
resultTypeFor
(MfgItemMask mask, boolean forSearch) static <T extends MfgItem>
Class<? extends MfgItemSearchResult<?>>resultTypeFor
(Class<T> type) Methods inherited from class com.technia.dsx.threedspace.common.search.SearchResult
getMembers, getNlsLabelFor, getTotalItems, iterator, stream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MfgItemSearchResult
public MfgItemSearchResult()
-
-
Method Details
-
resultTypeFor
public static <T extends MfgItem> Class<? extends MfgItemSearchResult<?>> resultTypeFor(Class<T> type) -
resultTypeFor
public static Class<? extends MfgItemSearchResult<?>> resultTypeFor(MfgItemMask mask, boolean forSearch)
-