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

Packages that use Site
atg.svc.repository.beans   
atg.svc.repository.service   
 

Uses of Site in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement Site
 class _Site_BeanImpl
           
 class _Site_Impl
           
 class _Site_ReposImpl
           
 

Methods in atg.svc.repository.beans that return Site
 Site _SiteHome_BeanImpl.create()
           
 Site _SiteHome_ReposImpl.create()
           
 Site SiteHome.create()
          Returns a new instance.
 Site _SiteHome_BeanImpl.create(java.lang.String pId)
           
 Site _SiteHome_ReposImpl.create(java.lang.String pId)
           
 Site SiteHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 Site _SiteHome_BeanImpl.findByName(java.lang.String name)
           
 Site _SiteHome_ReposImpl.findByName(java.lang.String name)
           
 Site SiteHome.findByName(java.lang.String name)
          Finds a Site Option by name
 Site _SiteHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 Site _SiteHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 Site SiteHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 Site _SiteOption_BeanImpl.getSite()
           
 Site _SiteOption_ReposImpl.getSite()
           
 Site SiteOption.getSite()
          Getter for property site
 Site _SiteHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 Site SiteHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type Site
 void _Site_Impl.copyTo(Site destination)
           
 void Site.copyTo(Site destination)
          Copies the property values of this instance to another instance of the same data type.
 void _SiteOption_BeanImpl.setSite(Site value)
           
 void _SiteOption_ReposImpl.setSite(Site value)
           
 void SiteOption.setSite(Site value)
          Setter for property site .
 

Uses of Site in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return Site
 Site SiteService.getSite()
          Gets a site based on the id set in the siteId property.
 Site SiteService.getSiteById(java.lang.String pSiteId)
          Gets a site by id.
 Site SiteService.getSiteByName(java.lang.String pSiteId)
          This method just creates a new bean and return the site object with the site name.