Class MfgItemCreateResult<T extends MfgItem>
java.lang.Object
com.technia.dsx.threedspace.common.search.SearchResult<T>
com.technia.dsx.threedspace.mfg.item.MfgItemSearchResult<T>
com.technia.dsx.threedspace.mfg.item.MfgItemCreateResult<T>
- All Implemented Interfaces:
Iterable<T>
Document me
- Since:
- 2023-04-06
-
Nested Class Summary
Nested classes/interfaces inherited from class com.technia.dsx.threedspace.mfg.item.MfgItemSearchResult
MfgItemSearchResult.MfgItemDefaultSearchResult, MfgItemSearchResult.MfgItemDetailsSearchResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<? extends MfgItemSearchResult<? extends MfgItem>>
resultTypeFor
(MfgItemMask mask) Methods inherited from class com.technia.dsx.threedspace.mfg.item.MfgItemSearchResult
resultTypeFor, resultTypeFor
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
-
MfgItemCreateResult
public MfgItemCreateResult()
-
-
Method Details
-
resultTypeFor
public static Class<? extends MfgItemSearchResult<? extends MfgItem>> resultTypeFor(MfgItemMask mask)
-