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

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

Uses of SolutionField in atg.svc.repository.beans
 

Classes in atg.svc.repository.beans that implement SolutionField
 class _SolutionField_BeanImpl
           
 class _SolutionField_Impl
           
 class _SolutionField_ReposImpl
           
 

Methods in atg.svc.repository.beans that return SolutionField
 SolutionField _SolutionFieldHome_BeanImpl.create()
           
 SolutionField _SolutionFieldHome_ReposImpl.create()
           
 SolutionField SolutionFieldHome.create()
          Returns a new instance.
 SolutionField _SolutionFieldHome_BeanImpl.create(java.lang.String pId)
           
 SolutionField _SolutionFieldHome_ReposImpl.create(java.lang.String pId)
           
 SolutionField SolutionFieldHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 SolutionField _SolutionFieldHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 SolutionField _SolutionFieldHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 SolutionField SolutionFieldHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 SolutionField _SolutionFieldHome_BeanImpl.findBySolutionFieldValue(java.lang.String solutionFieldValueId)
           
 SolutionField _SolutionFieldHome_ReposImpl.findBySolutionFieldValue(java.lang.String solutionFieldValueId)
           
 SolutionField SolutionFieldHome.findBySolutionFieldValue(java.lang.String solutionFieldValueId)
          Finds the SolutionField that has the given SolutionFieldValue.
 SolutionField _SolutionFieldValue_Impl.getSolutionField()
           
 SolutionField SolutionFieldValue.getSolutionField()
          Gets the SolutionField parent of this SolutionFieldValue.
 SolutionField _SolutionFieldHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 SolutionField SolutionFieldHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

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

Methods in atg.svc.repository.beans.methods that return SolutionField
 SolutionField SolutionFieldValueMethods.getSolutionField(SolutionFieldValue pFieldValue)
          Gets the parent SolutionField of the SolutionFieldValue.
 

Methods in atg.svc.repository.beans.methods with parameters of type SolutionField
 SolutionFieldValue SolutionFieldMethods.createSolutionFieldValue(SolutionField pField)
          Creates a SolutionFieldValue for the given SolutionField.
 java.lang.String SolutionFieldMethods.getDisplayName(SolutionField pField)
          Gets the display name for the field.
 java.util.List SolutionFieldMethods.getExternallyVisibleFieldValues(SolutionField pSolutionField)
          Gets the list of values that are visible to everyone external.
 boolean SolutionFieldMethods.getIsContent(SolutionField pField)
          Returns true if this field is a Content field, false if this field is a Property field.
 boolean SolutionFieldMethods.getIsEditable(SolutionField pField)
          Returns true if this field is editable.
 boolean SolutionFieldMethods.getIsExternallyVisible(SolutionField pField)
          Returns true if this field is always externally visible.
 boolean SolutionFieldMethods.getIsExternallyVisible(java.lang.String pSegment, SolutionField pField)
          Returns true if this field is externally visible to the given segment.
 boolean SolutionFieldMethods.getIsVisible(SolutionField pField)
          Returns true if this field is visible.
 java.lang.String SolutionFieldMethods.getName(SolutionField pField)
          Gets the name of the field.
 Solution SolutionFieldMethods.getSolution(SolutionField pField)
          Gets the parent Solution of the SolutionField.
 java.lang.Object SolutionFieldMethods.getValue(SolutionField pField)
          Gets the value of the field.
 void SolutionFieldMethods.setValue(java.lang.Object pValue, SolutionField pField)
          Sets the value of the SolutionField.
 

Uses of SolutionField in atg.svc.repository.service
 

Methods in atg.svc.repository.service with parameters of type SolutionField
 SolutionFieldValue SolutionService.createSolutionFieldValue(SolutionField pField)
          Creates a SolutionFieldValue for the given SolutionField.
 SolutionFieldValue SolutionService.getSolutionFieldValueBean(SolutionField pField, SolutionFieldValue pSolutionFieldValue)
          Gets an editable SolutionFieldValue object given the SolutionField and SolutionFieldValue object.
 boolean SolutionService.isFieldEditableForCurrentUser(SolutionField pField)
          Returns true if the given property is editable by the current user.