Uses of Interface
com.jaspersoft.jasperserver.api.metadata.user.domain.ProfileAttribute

Packages that use ProfileAttribute
com.jaspersoft.jasperserver.api.metadata.user.domain.client   
com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate   
com.jaspersoft.jasperserver.api.metadata.user.service   
com.jaspersoft.jasperserver.api.metadata.user.service.impl   
com.jaspersoft.jasperserver.export.modules.common   
 

Uses of ProfileAttribute in com.jaspersoft.jasperserver.api.metadata.user.domain.client
 

Classes in com.jaspersoft.jasperserver.api.metadata.user.domain.client that implement ProfileAttribute
 class ProfileAttributeImpl
           
 

Uses of ProfileAttribute in com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate
 

Classes in com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate that implement ProfileAttribute
 class RepoProfileAttribute
           
 

Uses of ProfileAttribute in com.jaspersoft.jasperserver.api.metadata.user.service
 

Methods in com.jaspersoft.jasperserver.api.metadata.user.service that return ProfileAttribute
 ProfileAttribute ProfileAttributeService.getProfileAttribute(ExecutionContext context, ProfileAttribute attr)
           
 ProfileAttribute ProfileAttributeService.newProfileAttribute(ExecutionContext context)
           
 

Methods in com.jaspersoft.jasperserver.api.metadata.user.service with parameters of type ProfileAttribute
 ProfileAttribute ProfileAttributeService.getProfileAttribute(ExecutionContext context, ProfileAttribute attr)
           
 void ProfileAttributeService.putProfileAttribute(ExecutionContext context, ProfileAttribute attr)
           
 

Uses of ProfileAttribute in com.jaspersoft.jasperserver.api.metadata.user.service.impl
 

Methods in com.jaspersoft.jasperserver.api.metadata.user.service.impl that return ProfileAttribute
 ProfileAttribute ProfileAttributeServiceImpl.getProfileAttribute(ExecutionContext context, ProfileAttribute attr)
           
 ProfileAttribute ProfileAttributeServiceImpl.newProfileAttribute(ExecutionContext context)
           
 

Methods in com.jaspersoft.jasperserver.api.metadata.user.service.impl with parameters of type ProfileAttribute
 ProfileAttribute ProfileAttributeServiceImpl.getProfileAttribute(ExecutionContext context, ProfileAttribute attr)
           
 void ProfileAttributeServiceImpl.putProfileAttribute(ExecutionContext context, ProfileAttribute attr)
           
 

Uses of ProfileAttribute in com.jaspersoft.jasperserver.export.modules.common
 

Methods in com.jaspersoft.jasperserver.export.modules.common with parameters of type ProfileAttribute
 void ProfileAttributeBean.copyFrom(ProfileAttribute attribute)
           
 void ProfileAttributeBean.copyTo(ProfileAttribute attribute)
           
 



Copyright © 2007. All Rights Reserved.