|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.svc.repository.beans._SolutionClassFieldDefinition_Impl
public abstract class _SolutionClassFieldDefinition_Impl
| Constructor Summary | |
|---|---|
_SolutionClassFieldDefinition_Impl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
_getItemDescriptorName()
|
java.lang.Class |
_getObjectInterfaceClass()
|
void |
copyTo(SolutionClassFieldDefinition destination)
Copies the property values of this instance to another instance of the same data type. |
java.lang.String |
getComputedDisplayName()
Gets the computed display name of the solution class field definition. |
FieldDefinitionIndexing |
getIndexing()
Gets the indexing type on the SolutionClassFieldDefinition |
boolean |
getIsConstrainable()
Returns true if the SolutionClass field is constrainable. |
boolean |
getIsContent()
Returns true if the field definition is a content field otherwise false. |
boolean |
getIsRequired()
Returns true if the field is required to be non-blank on save. |
boolean |
getIsSearchable()
Returns true if the SolutionClass field is searchable. |
int |
getOrder()
Get the order for this solution class defn in its solution class |
SolutionClass |
getSolutionClass()
Get the SolutionClass for this solution class defn. |
boolean |
isRemoved()
Returns true if the underlying object has been removed. |
void |
setFieldDefinition(java.lang.String fieldDefinitionId)
Set the FieldDefinition by the repository id. |
void |
setIndexing(FieldDefinitionIndexing indexing)
Sets the indexing type on the SolutionClassFieldDefinition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV |
|---|
_isMutable, getDisplayName, getFieldDefinition, getHasRequired, getHasSearchWeight, getId, getIndexingValue, getSearchWeight, isRequired, isTitle, prepareInstanceForWrite, setDisplayName, setFieldDefinition, setHasRequired, setHasSearchWeight, setId, setIndexingValue, setRequired, setSearchWeight, setTitle, writeInstance |
| Methods inherited from interface javax.ejb.EJBLocalObject |
|---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Constructor Detail |
|---|
public _SolutionClassFieldDefinition_Impl()
| Method Detail |
|---|
public boolean isRemoved()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
isRemoved in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVisRemoved in interface SolutionClassFieldDefinitionjavax.ejb.EJBExceptionpublic java.lang.String _getItemDescriptorName()
public java.lang.Class _getObjectInterfaceClass()
public void copyTo(SolutionClassFieldDefinition destination)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
copyTo in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVcopyTo in interface SolutionClassFieldDefinitionjavax.ejb.EJBException
public void setFieldDefinition(java.lang.String fieldDefinitionId)
throws ObjectNotFoundException,
javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
setFieldDefinition in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVsetFieldDefinition in interface SolutionClassFieldDefinitionObjectNotFoundException
javax.ejb.EJBException - A system-level error occurred
public int getOrder()
throws ObjectNotFoundException,
javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
getOrder in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVgetOrder in interface SolutionClassFieldDefinitionObjectNotFoundException
javax.ejb.EJBException - A system-level error occurred
public SolutionClass getSolutionClass()
throws ObjectNotFoundException,
javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
getSolutionClass in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVgetSolutionClass in interface SolutionClassFieldDefinitionObjectNotFoundException
javax.ejb.EJBException - A system-level error occurred
public boolean getIsContent()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
getIsContent in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVgetIsContent in interface SolutionClassFieldDefinitionjavax.ejb.EJBException - A system-level error occurred
public java.lang.String getComputedDisplayName()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
getComputedDisplayName in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVgetComputedDisplayName in interface SolutionClassFieldDefinitionjavax.ejb.EJBException - A system-level error occurred
public boolean getIsRequired()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
getIsRequired in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVgetIsRequired in interface SolutionClassFieldDefinitionjavax.ejb.EJBException - A system-level error occurred
public FieldDefinitionIndexing getIndexing()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
getIndexing in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVgetIndexing in interface SolutionClassFieldDefinitionjavax.ejb.EJBException - A system-level error occurred
public void setIndexing(FieldDefinitionIndexing indexing)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
setIndexing in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVsetIndexing in interface SolutionClassFieldDefinitionjavax.ejb.EJBException - A system-level error occurred
public boolean getIsSearchable()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
getIsSearchable in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVgetIsSearchable in interface SolutionClassFieldDefinitionjavax.ejb.EJBException - A system-level error occurred
public boolean getIsConstrainable()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PV
getIsConstrainable in interface atg.svc.repository.beans.pv.SolutionClassFieldDefinition_PVgetIsConstrainable in interface SolutionClassFieldDefinitionjavax.ejb.EJBException - A system-level error occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||