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

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

Uses of SecuredItem in atg.svc.repository.beans
 

Subinterfaces of SecuredItem in atg.svc.repository.beans
 interface BooleanFieldDefinition
          Class BooleanFieldDefinition
 interface DateFieldDefinition
          Class DateFieldDefinition
 interface DecimalFieldDefinition
          Class DecimalFieldDefinition
 interface FieldDefinition
          Class FieldDefinition
 interface ListFieldDefinition
          Class ListFieldDefinition
 interface NumberFieldDefinition
          Class NumberFieldDefinition
 interface OrganizationFieldDefinition
          Class OrganizationFieldDefinition
 interface SolutionFieldValue
          Class SolutionFieldValue
 interface StatementFieldDefinition
          Class StatementFieldDefinition
 interface TextFieldDefinition
          Class TextFieldDefinition
 interface TransactionalFragmentFieldDefinition
          Class TransactionalFragmentFieldDefinition
 interface UserFieldDefinition
          Class UserFieldDefinition
 

Classes in atg.svc.repository.beans that implement SecuredItem
 class _BooleanFieldDefinition_BeanImpl
           
 class _BooleanFieldDefinition_Impl
           
 class _BooleanFieldDefinition_ReposImpl
           
 class _DateFieldDefinition_BeanImpl
           
 class _DateFieldDefinition_Impl
           
 class _DateFieldDefinition_ReposImpl
           
 class _DecimalFieldDefinition_BeanImpl
           
 class _DecimalFieldDefinition_Impl
           
 class _DecimalFieldDefinition_ReposImpl
           
 class _FieldDefinition_BeanImpl
           
 class _FieldDefinition_Impl
           
 class _FieldDefinition_ReposImpl
           
 class _ListFieldDefinition_BeanImpl
           
 class _ListFieldDefinition_Impl
           
 class _ListFieldDefinition_ReposImpl
           
 class _NumberFieldDefinition_BeanImpl
           
 class _NumberFieldDefinition_Impl
           
 class _NumberFieldDefinition_ReposImpl
           
 class _OrganizationFieldDefinition_BeanImpl
           
 class _OrganizationFieldDefinition_Impl
           
 class _OrganizationFieldDefinition_ReposImpl
           
 class _SolutionFieldValue_BeanImpl
           
 class _SolutionFieldValue_Impl
           
 class _SolutionFieldValue_ReposImpl
           
 class _StatementFieldDefinition_BeanImpl
           
 class _StatementFieldDefinition_Impl
           
 class _StatementFieldDefinition_ReposImpl
           
 class _TextFieldDefinition_BeanImpl
           
 class _TextFieldDefinition_Impl
           
 class _TextFieldDefinition_ReposImpl
           
 class _TransactionalFragmentFieldDefinition_BeanImpl
           
 class _TransactionalFragmentFieldDefinition_Impl
           
 class _TransactionalFragmentFieldDefinition_ReposImpl
           
 class _UserFieldDefinition_BeanImpl
           
 class _UserFieldDefinition_Impl
           
 class _UserFieldDefinition_ReposImpl
           
 

Uses of SecuredItem in atg.svc.repository.service
 

Methods in atg.svc.repository.service with parameters of type SecuredItem
 boolean SegmentService.isAlwaysExternallyVisible(SecuredItem pObj)
          Returns true if the given object would be visible to everyone external.
 boolean SegmentService.isAlwaysInternallyVisible(SecuredItem pObj)
          Returns true if the given object would be visible to everyone internal.
 boolean SegmentService.isExternallyVisible(SecuredItem pObj, java.lang.String pSegment)
          Returns true if the given segment is visible based on the internalAudience of the given object.
 boolean SegmentService.isInternallyVisible(SecuredItem pObj, java.lang.String pSegment)
          Returns true if the given segment is visible based on the internalAudience of the given object.
 void SegmentService.setDefaultExternalAudience(SecuredItem pObject)
          Assigns the default external audience segment to the given object.
 void SegmentService.setDefaultInternalAudience(SecuredItem pObject)
          Assigns the default internal audience segment to the given object.
 void SegmentService.setDefaultInternalModify(SecuredItem pObject)
          Assigns the default internal modify segment to the given object.
 void SegmentService.setDefaultSegments(SecuredItem pObject)
          Assigns the configured default segments to the given object.