| Modifier and Type | Method and Description |
|---|---|
default <I extends Identifiable> |
changeContainedId(I identifiable,
String id)
Deprecated.
For internal use only. You will break referential integrity by using this method directly.
|
Map<Id,? extends Identifiable> |
getIdMap(Class<? extends Identifiable> idClassType)
Returns the map of identifiable items based on.
|
void |
throwIdExistsException(String id)
Throws an Exception with message e.g.
|
void |
throwOldIdNullException(String id)
Throws an Exception with message e.g.
|
Map<Id,? extends Identifiable> getIdMap(Class<? extends Identifiable> idClassType) throws E extends Exception
void throwIdExistsException(String id) throws E extends Exception
void throwOldIdNullException(String id) throws E extends Exception
@Deprecated default <I extends Identifiable> boolean changeContainedId(I identifiable, String id) throws E extends Exception
Copyright © 2021. All rights reserved.