Uses of Class
com.storedobject.core.EntityRole
Packages that use EntityRole
-
Uses of EntityRole in com.storedobject.core
Methods in com.storedobject.core with type parameters of type EntityRoleModifier and TypeMethodDescriptionstatic <T extends EntityRole>
TEntityRole.get
(SystemEntity systemEntity, Class<T> roleClass, Entity entity) static <T extends EntityRole>
TEntityRole.get
(SystemEntity systemEntity, Class<T> roleClass, Entity entity, boolean any) static <T extends EntityRole>
TEntityRole.getByEntityId
(SystemEntity systemEntity, Class<T> roleClass, Id entityId) static <T extends EntityRole>
TEntityRole.getByEntityId
(SystemEntity systemEntity, Class<T> roleClass, Id entityId, boolean any) static <T extends EntityRole>
TEntityRole.getByName
(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends EntityRole>
TEntityRole.getByName
(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) static <T extends EntityRole>
ObjectIterator<T> EntityRole.listByName
(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends EntityRole>
ObjectIterator<T> EntityRole.listByName
(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) -
Uses of EntityRole in com.storedobject.ui.common
Classes in com.storedobject.ui.common with type parameters of type EntityRoleModifier and TypeClassDescriptionclass
EntityRoleEditor<T extends EntityRole>
An editor forEntityRole
in which the fields of theEntity
get merged seamlessly with the fields of theEntityRole
. -
Uses of EntityRole in com.storedobjects.support
Subclasses of EntityRole in com.storedobjects.support