|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldDefinition | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.beans.methods | |
atg.svc.repository.service | |
atg.svc.ui.formhandlers |
Uses of FieldDefinition in atg.svc.repository.beans |
---|
Subinterfaces of FieldDefinition in atg.svc.repository.beans | |
---|---|
interface |
BooleanFieldDefinition
Class BooleanFieldDefinition |
interface |
DateFieldDefinition
Class DateFieldDefinition |
interface |
DecimalFieldDefinition
Class DecimalFieldDefinition |
interface |
ListFieldDefinition
Class ListFieldDefinition |
interface |
NumberFieldDefinition
Class NumberFieldDefinition |
interface |
OrganizationFieldDefinition
Class OrganizationFieldDefinition |
interface |
StatementFieldDefinition
Class StatementFieldDefinition |
interface |
TextFieldDefinition
Class TextFieldDefinition |
interface |
TransactionalFragmentFieldDefinition
Class TransactionalFragmentFieldDefinition |
interface |
UserFieldDefinition
Class UserFieldDefinition |
Methods in atg.svc.repository.beans that return FieldDefinition | |
---|---|
FieldDefinition |
_FieldDefinitionHome_BeanImpl.create()
|
FieldDefinition |
_FieldDefinitionHome_ReposImpl.create()
|
FieldDefinition |
FieldDefinitionHome.create()
Returns a new instance. |
FieldDefinition |
_FieldDefinitionHome_BeanImpl.create(java.lang.String pId)
|
FieldDefinition |
_FieldDefinitionHome_ReposImpl.create(java.lang.String pId)
|
FieldDefinition |
FieldDefinitionHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
FieldDefinition |
_FieldDefinitionHome_BeanImpl.findByName(java.lang.String name)
|
FieldDefinition |
_FieldDefinitionHome_ReposImpl.findByName(java.lang.String name)
|
FieldDefinition |
FieldDefinitionHome.findByName(java.lang.String name)
Finds a FieldDefinition by name |
FieldDefinition |
_FieldDefinitionHome_BeanImpl.findByNameAndIntrinsic(java.lang.String name)
|
FieldDefinition |
_FieldDefinitionHome_ReposImpl.findByNameAndIntrinsic(java.lang.String name)
|
FieldDefinition |
FieldDefinitionHome.findByNameAndIntrinsic(java.lang.String name)
Finds a intrinsic FieldDefinition by name |
FieldDefinition |
_FieldDefinitionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
FieldDefinition |
_FieldDefinitionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
FieldDefinition |
FieldDefinitionHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
FieldDefinition |
_SolutionClassFieldDefinition_BeanImpl.getFieldDefinition()
|
FieldDefinition |
_SolutionClassFieldDefinition_ReposImpl.getFieldDefinition()
|
FieldDefinition |
SolutionClassFieldDefinition.getFieldDefinition()
Getter for property fieldDefinition |
FieldDefinition |
_DefaultFieldValue_BeanImpl.getFieldDefinition()
|
FieldDefinition |
_DefaultFieldValue_ReposImpl.getFieldDefinition()
|
FieldDefinition |
DefaultFieldValue.getFieldDefinition()
Getter for property fieldDefinition |
FieldDefinition |
_FieldDefinitionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
FieldDefinition |
FieldDefinitionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type FieldDefinition | |
---|---|
void |
_TransactionalFragmentFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_OrganizationFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_UserFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_ListFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_BooleanFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_DecimalFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_NumberFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_DateFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_TextFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_StatementFieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
_FieldDefinition_Impl.copyTo(FieldDefinition destination)
|
void |
FieldDefinition.copyTo(FieldDefinition destination)
Copies the property values of this instance to another instance of the same data type. |
void |
_SolutionClassFieldDefinition_BeanImpl.setFieldDefinition(FieldDefinition value)
|
void |
_SolutionClassFieldDefinition_ReposImpl.setFieldDefinition(FieldDefinition value)
|
void |
SolutionClassFieldDefinition.setFieldDefinition(FieldDefinition value)
Setter for property fieldDefinition . |
void |
_DefaultFieldValue_BeanImpl.setFieldDefinition(FieldDefinition value)
|
void |
_DefaultFieldValue_ReposImpl.setFieldDefinition(FieldDefinition value)
|
void |
DefaultFieldValue.setFieldDefinition(FieldDefinition value)
Setter for property fieldDefinition . |
Uses of FieldDefinition in atg.svc.repository.beans.methods |
---|
Methods in atg.svc.repository.beans.methods with parameters of type FieldDefinition | |
---|---|
SolutionFieldValue |
FieldDefinitionMethods.createSolutionFieldValue(FieldDefinition pFieldDefinition)
Creates a SolutionFieldValue object that is associated with this field. |
java.util.List |
FieldDefinitionMethods.getDefaultValues(FieldDefinition pFieldDefinition)
Gets the default values for the given field definition in the correct display order. |
boolean |
FieldDefinitionMethods.getIsEditable(FieldDefinition pFieldDefinition)
Returns true if the field is editable for the current user. |
boolean |
FieldDefinitionMethods.getIsExternallyVisible(FieldDefinition pField)
Returns true if this field is always externally visible. |
boolean |
FieldDefinitionMethods.getIsExternallyVisible(java.lang.String pSegment,
FieldDefinition pFieldDefinition)
Returns true if the given segment is found on the externalAudience property of the FieldDefinition. |
boolean |
FieldDefinitionMethods.getIsInternalOnly(FieldDefinition pFieldDefinition)
Returns true if the field definition is for internal use only/ |
boolean |
FieldDefinitionMethods.getIsMultiValued(FieldDefinition pFieldDefinition)
Returns true if the field definition is multi-valued or false if single-valued. |
boolean |
FieldDefinitionMethods.getIsVisible(FieldDefinition pFieldDefinition)
Returns true if the field is visible for the current user. |
void |
FieldDefinitionMethods.setDefaultValues(java.util.List pValues,
FieldDefinition pFieldDefinition)
Sets the default value on a Field Definition. |
Uses of FieldDefinition in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return FieldDefinition | |
---|---|
FieldDefinition |
SolutionMetadataService.FieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.StatementFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.TextFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.BooleanFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.DateFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.NumberFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.DecimalFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.ListFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.UserFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.OrganizationFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.TransactionalFragmentFieldDefinitionFactory.create()
|
FieldDefinition |
SolutionMetadataService.createCustomFieldDefinition(FieldDefinitionType pType)
Creates a custom field definition and sets the type, purpose, usage and editor accordingly. |
FieldDefinition |
SolutionMetadataService.createFieldDefinition(FieldDefinitionType pType)
Creates a new FieldDefinition repository object. |
FieldDefinition |
SolutionMetadataService.getFieldDefinitionById(java.lang.String pFieldDefinitionId)
Gets a FieldDefinition by its repository id. |
FieldDefinition |
SolutionMetadataService.getFieldDefinitionByName(java.lang.String pName)
Gets a FieldDefinition by its logical name. |
Methods in atg.svc.repository.service with parameters of type FieldDefinition | |
---|---|
void |
SolutionMetadataService.createDefaultFieldValue(FieldDefinition pFieldDefinition,
int pDisplayOrder,
java.lang.Object pValue)
Creates a single default value on a FieldDefinition and commits it to the repository. |
SolutionFieldValue |
SolutionService.createSolutionFieldValue(FieldDefinition pFieldDefinition)
Creates a new SolutionFieldValue repository impl. |
java.util.List |
SolutionMetadataService.getDefaultValues(FieldDefinition pFieldDefinition)
Gets all default values for the given field definition sorted by display order. |
boolean |
SolutionMetadataService.isFieldEditableForCurrentUser(FieldDefinition pField)
Returns true if the given property is visible to the current user. |
boolean |
SolutionMetadataService.isFieldExternallyVisible(FieldDefinition pField,
java.lang.String pSegment)
Returns true if the given segment is found on the internalAudience field of the field definition. |
boolean |
SolutionMetadataService.isFieldVisibleForCurrentUser(FieldDefinition pField)
Returns true if the given property is visible to the current user. |
boolean |
SolutionMetadataService.isInternalOnlyFieldDefinition(FieldDefinition pFieldDefinition)
Returns true if the given field definition's type is one of the configured internal-only fields. |
boolean |
SolutionMetadataService.isStatementField(FieldDefinition pFieldDefinition)
Returns true if the given FieldDefinition is a statement or text field. |
void |
SolutionMetadataService.saveFieldDefinition(FieldDefinition pFieldDefinition)
Writes the given FieldDefinition object to the repository and any list values that have changed underneath the FieldDefinition object. |
void |
SolutionMetadataService.setDefaultFieldDefinitionExternalAudience(FieldDefinition pFieldDefinition)
Adds the default segment to a field definition external audience if the field definition is not an internal-only field. |
void |
SolutionMetadataService.setDefaultValues(java.util.List pValues,
FieldDefinition pFieldDefinition)
Sets 1..n default values on a FieldDefinition. |
Uses of FieldDefinition in atg.svc.ui.formhandlers |
---|
Methods in atg.svc.ui.formhandlers that return FieldDefinition | |
---|---|
FieldDefinition |
SearchBaseFormHandler.getFieldDefinition(java.lang.String pFieldId)
Returns field definition of Solution Class-Specific Constraints |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |