Class PartyTransferCaches
java.lang.Object
com.echothree.util.server.transfer.BaseTransferCaches
com.echothree.model.control.party.server.transfer.PartyTransferCaches
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BirthdayFormatDescriptionTransferCache
protected BirthdayFormatTransferCache
protected CompanyTransferCache
protected DateTimeFormatDescriptionTransferCache
protected DateTimeFormatTransferCache
protected DepartmentTransferCache
protected DivisionTransferCache
protected GenderDescriptionTransferCache
protected GenderTransferCache
protected LanguageTransferCache
protected MoodDescriptionTransferCache
protected MoodTransferCache
protected NameSuffixTransferCache
protected PartyAliasTransferCache
protected PartyAliasTypeDescriptionTransferCache
protected PartyAliasTypeTransferCache
protected PartyControl
protected PartyGroupTransferCache
protected PartyRelationshipTransferCache
protected PartyTransferCache
protected PartyTypeAuditPolicyTransferCache
protected PartyTypeLockoutPolicyTransferCache
protected PartyTypeTransferCache
protected PersonalTitleTransferCache
protected PersonTransferCache
protected ProfileTransferCache
protected RoleTypeTransferCache
protected TimeZoneDescriptionTransferCache
protected TimeZoneTransferCache
Fields inherited from class com.echothree.util.server.transfer.BaseTransferCaches
userVisit
-
Constructor Summary
ConstructorsConstructorDescriptionPartyTransferCaches
(UserVisit userVisit, PartyControl partyControl) Creates a new instance of PartyTransferCaches -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
partyControl
-
companyTransferCache
-
divisionTransferCache
-
departmentTransferCache
-
languageTransferCache
-
dateTimeFormatTransferCache
-
partyTypeTransferCache
-
timeZoneTransferCache
-
nameSuffixTransferCache
-
partyGroupTransferCache
-
profileTransferCache
-
personTransferCache
-
personalTitleTransferCache
-
partyTransferCache
-
dateTimeFormatDescriptionTransferCache
-
timeZoneDescriptionTransferCache
-
partyRelationshipTransferCache
-
roleTypeTransferCache
-
partyTypeAuditPolicyTransferCache
-
partyTypeLockoutPolicyTransferCache
-
partyTypePasswordStringPolicyTransferCache
-
genderTransferCache
-
genderDescriptionTransferCache
-
moodTransferCache
-
moodDescriptionTransferCache
-
birthdayFormatTransferCache
-
birthdayFormatDescriptionTransferCache
-
partyAliasTypeTransferCache
-
partyAliasTypeDescriptionTransferCache
-
partyAliasTransferCache
-
-
Constructor Details
-
PartyTransferCaches
Creates a new instance of PartyTransferCaches
-
-
Method Details
-
getCompanyTransferCache
-
getDivisionTransferCache
-
getDepartmentTransferCache
-
getLanguageTransferCache
-
getDateTimeFormatTransferCache
-
getPartyTypeTransferCache
-
getTimeZoneTransferCache
-
getNameSuffixTransferCache
-
getPartyGroupTransferCache
-
getProfileTransferCache
-
getPersonTransferCache
-
getPersonalTitleTransferCache
-
getPartyTransferCache
-
getDateTimeFormatDescriptionTransferCache
-
getTimeZoneDescriptionTransferCache
-
getPartyRelationshipTransferCache
-
getRoleTypeTransferCache
-
getPartyTypeAuditPolicyTransferCache
-
getPartyTypeLockoutPolicyTransferCache
-
getPartyTypePasswordStringPolicyTransferCache
-
getGenderTransferCache
-
getGenderDescriptionTransferCache
-
getMoodTransferCache
-
getMoodDescriptionTransferCache
-
getBirthdayFormatTransferCache
-
getBirthdayFormatDescriptionTransferCache
-
getPartyAliasTypeTransferCache
-
getPartyAliasTypeDescriptionTransferCache
-
getPartyAliasTransferCache
-