Modifier and Type | Method and Description |
---|---|
PhoneNumber |
UserProfileDetailListItem.getFax() |
PhoneNumber |
UserProfileDetailListItem.getPhone() |
Modifier and Type | Method and Description |
---|---|
void |
UserProfileDetailListItem.setFax(PhoneNumber fax) |
void |
UserProfileDetailListItem.setPhone(PhoneNumber phone) |
Constructor and Description |
---|
UserProfileDetailListItem(String alias,
String firstName,
String lastName,
String salutation,
UserStatus status,
String position,
String company,
String street,
String zip,
String city,
PhoneNumber phone,
PhoneNumber fax,
String countryCode,
String timeZoneId) |
Modifier and Type | Method and Description |
---|---|
static void |
ValidationHelper.validatePhoneNumber(PhoneNumber phoneNumber,
String field,
org.springframework.validation.Errors errors,
boolean required)
Validates a phone number.
|
Modifier and Type | Class and Description |
---|---|
class |
PhoneNumberImpl |
Modifier and Type | Method and Description |
---|---|
PhoneNumber |
Contact.getFax()
Faxnumber of the user address with the scheme - countryCode cityCode phoneNumber, which is
given by the EmbeddedValue PhoneNumber.
|
PhoneNumber |
Contact.getPhone()
Phonenumber of the user address with the scheme - countryCode cityCode phoneNumber, which is
given by the EmbeddedValue PhoneNumber.
|
static PhoneNumber |
PhoneNumber.newInstance(PhoneNumber otherObject)
Creates a new instance from other PhoneNumber instance.
|
static PhoneNumber |
PhoneNumber.newInstance(String CountryCode,
String areaCode,
String phoneNumber)
Creates a new instance of
PhoneNumber taking all properties. |
Modifier and Type | Method and Description |
---|---|
static PhoneNumber |
PhoneNumber.newInstance(PhoneNumber otherObject)
Creates a new instance from other PhoneNumber instance.
|
static Contact |
Contact.Factory.newInstance(String street,
String zip,
String city,
PhoneNumber phone,
PhoneNumber fax,
Country country)
Constructs a new instance of
Contact , taking all
possible properties (except the identifier(s))as arguments. |
void |
Contact.setFax(PhoneNumber fax) |
void |
Contact.setPhone(PhoneNumber phone) |
Modifier and Type | Method and Description |
---|---|
PhoneNumber |
UserProfileVO.getFax() |
PhoneNumber |
UserProfileVO.getPhone() |
Modifier and Type | Method and Description |
---|---|
void |
UserProfileVO.setFax(PhoneNumber fax) |
void |
UserProfileVO.setPhone(PhoneNumber phone) |
Constructor and Description |
---|
UserProfileVO(String firstName,
String lastName,
String salutation,
String position,
String company,
String street,
String zip,
String city,
PhoneNumber phone,
PhoneNumber fax,
String countryCode,
String timeZoneId) |
Modifier and Type | Method and Description |
---|---|
PhoneNumber |
UserProfileForm.getFax()
Get the fax object of this User and if it's associated fax is null create a new one.
|
PhoneNumber |
UserProfileForm.getPhone()
Get the phone object of this User and if it's associated phone is null create a new one.
|
Copyright © 2019 Communote team. All rights reserved.