Uses of Class
com.storedobject.core.Person
Packages that use Person
Package
Description
-
Uses of Person in com.storedobject.accounts
Methods in com.storedobject.accounts that return PersonModifier and TypeMethodDescriptionCashAccount.getPerson()
PersonalEntity.getPerson()
Retrieves the person associated with this PersonalEntity.Methods in com.storedobject.accounts that return types with arguments of type PersonModifier and TypeMethodDescriptionPersonalEntity.getPartyClass()
Returns the class of the party associated with this PersonalEntity.Methods in com.storedobject.accounts with parameters of type Person -
Uses of Person in com.storedobject.calendar
Methods in com.storedobject.calendar that return PersonMethods in com.storedobject.calendar with parameters of type Person -
Uses of Person in com.storedobject.core
Methods in com.storedobject.core that return PersonModifier and TypeMethodDescriptionstatic Person
MaterialIssuedItem.getBy()
DeveloperLog.getDeveloper()
FileCirculation.getPerson()
FileFolderAccessRights.getPerson()
InventoryCustodyLocation.getPerson()
MaterialRequest.getPerson()
PersonRole.getPerson()
Signature.getPerson()
SystemUser.getPerson()
Gets the person.Message.getSentTo()
StoredObject.person()
Get the person who created/edited this object lately.Methods in com.storedobject.core that return types with arguments of type PersonMethods in com.storedobject.core with parameters of type PersonModifier and TypeMethodDescriptionint
MessageTemplate.createMessage
(Person person, Object... parameters) Creates a message by replacing placeholders in the template with the provided parameters.static <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 Signature
FileData.getCirculation
(Person person) static InventoryCustodyLocation
InventoryCustodyLocation.getForPerson
(Person person) boolean
boolean
MessageTemplate.send
(String templateName, TransactionControl tc, Person person, Object... messageParameters) void
DeveloperLog.setDeveloper
(Person developer) void
void
void
void
void
void
void
Method parameters in com.storedobject.core with type arguments of type PersonModifier and TypeMethodDescriptionstatic boolean
MessageTemplate.notify
(String templateName, TransactionManager tm, Iterable<Person> persons, Object... messageParameters) Create and send messages to the given list of persons.MessageTemplate.send
(String templateName, TransactionControl tc, Iterable<Person> persons, Object... messageParameters) -
Uses of Person in com.storedobject.job
Methods in com.storedobject.job that return types with arguments of type PersonModifier and TypeMethodDescriptionMessageEscalationGroup.listMembers()
MessageGroup.listMembers()
Methods in com.storedobject.job with parameters of type PersonModifier and TypeMethodDescriptionvoid
MessageGroup.send
(Person person, TransactionControl tc, Object... messageParameters) Create and send a message to all members of this group and to an additional person.void
MessageGroup.send
(Person person, TransactionManager tm, Object... messageParameters) Create and send a message to all members of this group and to an additional person.static void
MessageGroup.send
(String groupName, Person person, TransactionControl tc, Object... messageParameters) Create and send a message to all members of this group and to an additional person.static void
MessageGroup.send
(String groupName, Person person, TransactionManager tm, Object... messageParameters) Create and send a message to all members of this group and to an additional person. -
Uses of Person in com.storedobject.mail
Methods in com.storedobject.mail with parameters of type Person -
Uses of Person in com.storedobject.ui
Methods in com.storedobject.ui that return PersonMethods in com.storedobject.ui with parameters of type PersonModifier and TypeMethodDescriptionvoid
MailForm.addAddress
(Person person) void
void
MailForm.setAddress
(Person person) void
-
Uses of Person in com.storedobject.ui.common
Constructors in com.storedobject.ui.common with parameters of type Person -
Uses of Person in com.storedobject.ui.inventory
Constructors in com.storedobject.ui.inventory with parameters of type Person