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

Packages that use Segment
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
atg.svc.repository.service   
 

Uses of Segment in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement Segment
 class _Segment_BeanImpl
           
 class _Segment_Impl
           
 class _Segment_ReposImpl
           
 

Methods in atg.svc.repository.beans that return Segment
 Segment _SegmentHome_BeanImpl.create()
           
 Segment _SegmentHome_ReposImpl.create()
           
 Segment SegmentHome.create()
          Returns a new instance.
 Segment _SegmentHome_BeanImpl.create(java.lang.String pId)
           
 Segment _SegmentHome_ReposImpl.create(java.lang.String pId)
           
 Segment SegmentHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 Segment _SegmentHome_BeanImpl.findByNameAndIsInternal(java.lang.String name, boolean internal)
           
 Segment _SegmentHome_ReposImpl.findByNameAndIsInternal(java.lang.String name, boolean internal)
           
 Segment SegmentHome.findByNameAndIsInternal(java.lang.String name, boolean internal)
          Finds a segment by name and if its internal
 Segment _SegmentHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 Segment _SegmentHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 Segment SegmentHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 Segment _SegmentHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 Segment SegmentHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type Segment
 void _Segment_Impl.copyTo(Segment destination)
           
 void Segment.copyTo(Segment destination)
          Copies the property values of this instance to another instance of the same data type.
 

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

Methods in atg.svc.repository.beans.methods with parameters of type Segment
 atg.repository.RepositoryItemGroup SegmentMethods.getGroup(Segment pSegment)
          Returns a RepositoryItemGroup for the given Segment.
 boolean SegmentMethods.getIsVisible(Segment pSegment)
          Returns true if the Segment is visible for the current internal user.
 

Uses of Segment in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return Segment
 Segment SegmentService.getSegment(java.lang.String pSegmentName, boolean pIsInternal)
          Gets a segment by name and whether it's internal or external.
 

Methods in atg.svc.repository.service with parameters of type Segment
 atg.repository.RepositoryItemGroup SegmentService.getGroupBySegment(Segment pSegment)
          Returns a RepositoryItemGroup for the given Segment.