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 TypeMethodDescriptionboolean
LoginMessage.isReadBy
(PersonRole personRole) boolean
LoginMessage.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 TypeMethodDescriptionvoid
MailForm.addAddress
(PersonRole person) void
MailForm.addCC
(PersonRole person) void
MailForm.setAddress
(PersonRole person) void
MailForm.setCC
(PersonRole person) -
Uses of PersonRole in com.storedobject.ui.common
Classes in com.storedobject.ui.common with type parameters of type PersonRoleModifier and TypeClassDescriptionclass
PersonRoleEditor<T extends PersonRole>
An editor forPersonRole
in which the fields of thePerson
get merged seamlessly with the fields of thePersonRole
.