Class EngItemCreateResult<T extends EngItem>
java.lang.Object
com.technia.dsx.threedspace.common.search.SearchResult<T>
com.technia.dsx.threedspace.eng.item.EngItemSearchResult<T>
com.technia.dsx.threedspace.eng.item.EngItemCreateResult<T>
- All Implemented Interfaces:
Iterable<T>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.technia.dsx.threedspace.eng.item.EngItemSearchResult
EngItemSearchResult.EngItemCommonSearchResult, EngItemSearchResult.EngItemDefaultSearchResult, EngItemSearchResult.EngItemDetailsSearchResult, EngItemSearchResult.EngItemWithConfigsSearchResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<? extends EngItemSearchResult<? extends EngItem>>
resultTypeFor
(EngItemMask mask) Methods inherited from class com.technia.dsx.threedspace.eng.item.EngItemSearchResult
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
-
EngItemCreateResult
public EngItemCreateResult()
-
-
Method Details
-
resultTypeFor
public static Class<? extends EngItemSearchResult<? extends EngItem>> resultTypeFor(EngItemMask mask)
-