Uses of Class
com.storedobject.core.PersonRole
Packages that use PersonRole
Package
Description
-
Uses of PersonRole in com.storedobject.core
Methods in com.storedobject.core with type parameters of type PersonRoleModifier and TypeMethodDescriptionstatic <T extends PersonRole>
TPersonRole.get(SystemEntity systemEntity, Class<T> roleClass, Person person) static <T extends PersonRole>
TPersonRole.get(SystemEntity systemEntity, Class<T> roleClass, Person person, boolean any) static <T extends PersonRole>
TPersonRole.getByName(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends PersonRole>
TPersonRole.getByName(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) static <T extends PersonRole>
TPersonRole.getByPersonId(SystemEntity systemEntity, Class<T> roleClass, Id personId) static <T extends PersonRole>
TPersonRole.getByPersonId(SystemEntity systemEntity, Class<T> roleClass, Id personId, boolean any) static <T extends PersonRole>
ObjectIterator<T> PersonRole.listByName(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends PersonRole>
ObjectIterator<T> PersonRole.listByName(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) Methods in com.storedobject.core with parameters of type PersonRoleModifier and TypeMethodDescriptionbooleanLoginMessage.isReadBy(PersonRole personRole) booleanLoginMessage.isSentBy(PersonRole personRole) -
Uses of PersonRole in com.storedobject.job
Methods in com.storedobject.job with type parameters of type PersonRoleModifier and TypeMethodDescription<P extends PersonRole>
List<Contact> MessageGroup.listContacts(int contactType) Get the list of contacts belonging to this message group. -
Uses of PersonRole in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type PersonRoleModifier and TypeMethodDescriptionvoidMailForm.addAddress(PersonRole person) voidMailForm.addCC(PersonRole person) voidMailForm.setAddress(PersonRole person) voidMailForm.setCC(PersonRole person) -
Uses of PersonRole in com.storedobject.ui.common
Classes in com.storedobject.ui.common with type parameters of type PersonRoleModifier and TypeClassDescriptionclassPersonRoleEditor<T extends PersonRole>An editor forPersonRolein which the fields of thePersonget merged seamlessly with the fields of thePersonRole.