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 PersonMaterialIssuedItem.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 TypeMethodDescriptionintMessageTemplate.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 SignatureFileData.getCirculation(Person person) static InventoryCustodyLocationInventoryCustodyLocation.getForPerson(Person person) booleanbooleanMessageTemplate.send(String templateName, TransactionControl tc, Person person, Object... messageParameters) voidDeveloperLog.setDeveloper(Person developer) voidvoidvoidvoidvoidvoidvoidSet person.voidMethod parameters in com.storedobject.core with type arguments of type PersonModifier and TypeMethodDescriptionstatic booleanMessageTemplate.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 TypeMethodDescriptionvoidMessageGroup.send(Person person, TransactionControl tc, Object... messageParameters) Create and send a message to all members of this group and to an additional person.voidMessageGroup.send(Person person, TransactionManager tm, Object... messageParameters) Create and send a message to all members of this group and to an additional person.static voidMessageGroup.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 voidMessageGroup.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 TypeMethodDescriptionvoidMailForm.addAddress(Person person) voidvoidMailForm.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