Uses of Interface
colesico.framework.profile.Profile
| Package | Description |
|---|---|
| colesico.framework.profile | |
| colesico.framework.profile.internal | |
| colesico.framework.profile.teleapi |
-
Uses of Profile in colesico.framework.profile
Classes in colesico.framework.profile that implement Profile Modifier and Type Class Description classDefaultProfileProfile default implementationMethods in colesico.framework.profile with type parameters of type Profile Modifier and Type Method Description <P extends Profile>
PDefaultProfileKit. getProfile()<P extends Profile>
PProfileKit. getProfile()This method should provide current user valid profile.Methods in colesico.framework.profile that return Profile Modifier and Type Method Description ProfileDefaultProfileKit.ProfileHolder. getProfile()protected ProfileDefaultProfileKit. profileReadControl(colesico.framework.teleapi.DataPort<java.lang.Object,java.lang.Object> port)Methods in colesico.framework.profile with parameters of type Profile Modifier and Type Method Description protected voidDefaultProfileKit. profileWriteControl(colesico.framework.teleapi.DataPort port, Profile profile)voidDefaultProfileKit. setProfile(Profile profile)voidProfileKit. setProfile(Profile profile)Setup curent user profileConstructors in colesico.framework.profile with parameters of type Profile Constructor Description ProfileHolder(Profile profile) -
Uses of Profile in colesico.framework.profile.internal
Methods in colesico.framework.profile.internal that return Profile Modifier and Type Method Description ProfileCommonProfileCreatorImpl. createCommonProfile(java.util.Locale locale)ProfileProfileProducer. getProfile(ProfileKit kit)Methods in colesico.framework.profile.internal that return types with arguments of type Profile Modifier and Type Method Description colesico.framework.ioc.ioclet.Factory<Profile>ProfileIoclet. getProfileFactory1()Factory to produce colesico.framework.profile.Profile class instance Scope: UNSCOPED; Custom: nullMethod parameters in colesico.framework.profile.internal with type arguments of type Profile Modifier and Type Method Description java.util.LocaleProfileProducer. getLocale(javax.inject.Provider<Profile> profileProv) -
Uses of Profile in colesico.framework.profile.teleapi
Classes in colesico.framework.profile.teleapi with type parameters of type Profile Modifier and Type Interface Description interfaceProfileSerializer<P extends Profile>Methods in colesico.framework.profile.teleapi that return Profile Modifier and Type Method Description ProfileCommonProfileCreator. createCommonProfile(java.util.Locale locale)