Uses of Interface
colesico.framework.profile.Profile
-
Packages that use 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 classDefaultProfileDefault profile implementationFields in colesico.framework.profile with type parameters of type Profile Modifier and Type Field Description static colesico.framework.ioc.Key<Profile>Profile. SCOPE_KEYMethods 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)This methodConstructors 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 ProfileProfileTeleAssistImpl. buildDefault(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() -
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 interfaceProfileTeleAssist<P extends Profile>Methods in colesico.framework.profile.teleapi that return Profile Modifier and Type Method Description ProfileProfileTeleAssist. buildDefault(java.util.Locale locale)
-