Uses of Interface
atg.svc.repository.beans.TabDefinitionHome

Packages that use TabDefinitionHome
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
 

Uses of TabDefinitionHome in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement TabDefinitionHome
 class _TabDefinitionHome_BeanImpl
           
 class _TabDefinitionHome_ReposImpl
           
 

Methods in atg.svc.repository.beans that return TabDefinitionHome
 TabDefinitionHome ServiceHomes.getTabDefinitionHome()
          Returns an instance of the Home for TabDefinition instances.
 

Uses of TabDefinitionHome in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods with parameters of type TabDefinitionHome
 TabDefinition TabDefinitionHomeMethods.findByUserSegmentAndTabId(java.lang.String appId, java.lang.String tabId, TabDefinitionHome pTabHome)
          Gets a definition based on the segment of the current user.