|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeValue | |
| org.tigris.scarab.attribute | |
| org.tigris.scarab.om | |
| org.tigris.scarab.tools | |
| org.tigris.scarab.util.word | |
| Uses of AttributeValue in org.tigris.scarab.attribute |
| Subclasses of AttributeValue in org.tigris.scarab.attribute | |
class |
ComboBoxAttribute
This class represents attribute displayed as a Dropdown list. |
class |
DateAttribute
|
class |
FreeFormAttribute
This is a superclass for free-form attributes such as string, date etc... |
class |
IntegerAttribute
IntegerAttribute is the same as a StringAttribute for now... |
class |
OptionAttribute
this is a superclass for attributes which use option lists (SelectOne & Voted) |
class |
SelectOneAttribute
|
class |
StringAttribute
Description of the Class |
class |
TotalVotesAttribute
This is a Bugzilla-style attribute. |
class |
UserAttribute
|
| Uses of AttributeValue in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return AttributeValue | |
static AttributeValue |
BaseAttributeValueManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static AttributeValue |
BaseAttributeValueManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static AttributeValue |
BaseAttributeValueManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static AttributeValue |
BaseAttributeValueManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
static AttributeValue |
BaseAttributeValueManager.getInstance(java.lang.Long id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static AttributeValue |
BaseAttributeValueManager.getInstance(java.lang.Long id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
protected AttributeValue |
BaseAttributeValueManager.getInstanceImpl()
Get a fresh instance of a AttributeValueManager |
protected AttributeValue |
BaseAttributeValueManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a AttributeValue with the given id. |
protected AttributeValue |
BaseAttributeValueManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a AttributeValue with the given id from the cache. |
protected AttributeValue |
BaseAttributeValueManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a AttributeValue with the given id. |
AttributeValue |
Issue.getAttributeValue(java.lang.String attributeName)
|
AttributeValue |
Issue.getAttributeValue(int id)
|
AttributeValue |
Issue.getAttributeValue(Attribute attribute)
|
AttributeValue |
Issue.getUserAttributeValue(ScarabUser user,
Attribute attribute)
Returns the specific user's attribute value. |
AttributeValue |
Issue.getDefaultTextAttributeValue()
This method will return the AttributeValue which represents the default text attribute. |
abstract AttributeValue |
BaseAttributeValue.copy()
Makes a copy of this object. |
protected AttributeValue |
BaseAttributeValue.copyInto(AttributeValue copyObj)
|
static AttributeValue |
BaseAttributeValuePeer.row2Object(com.workingdogs.village.Record row,
int offset,
java.lang.Class cls)
Create a new object of type cls from a resultset row starting from a specified offset. |
static AttributeValue |
BaseAttributeValuePeer.retrieveByPK(java.lang.Long pk)
Retrieve a single object by pk |
static AttributeValue |
BaseAttributeValuePeer.retrieveByPK(java.lang.Long pk,
java.sql.Connection con)
Retrieve a single object by pk |
static AttributeValue |
BaseAttributeValuePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static AttributeValue |
BaseAttributeValuePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
AttributeValue |
AttributeValue.getChainedValue()
Get the value of chainedValue. |
static AttributeValue |
AttributeValue.getNewInstance(RModuleAttribute rma,
Issue issue)
Creates, initializes and returns a new AttributeValue. |
static AttributeValue |
AttributeValue.getNewInstance(java.lang.Integer attId,
Issue issue)
Creates, initializes and returns a new AttributeValue. |
static AttributeValue |
AttributeValue.getNewInstance(Attribute attribute,
Issue issue)
Creates, initializes and returns a new AttributeValue. |
AttributeValue |
AttributeValue.copy()
|
| Methods in org.tigris.scarab.om with parameters of type AttributeValue | |
void |
BaseIssue.addAttributeValue(AttributeValue l)
Method called to associate a AttributeValue object to this object through the AttributeValue foreign key attribute |
void |
BaseScarabUserImpl.addAttributeValue(AttributeValue l)
Method called to associate a AttributeValue object to this object through the AttributeValue foreign key attribute |
static boolean |
BaseAttributeValueManager.exists(AttributeValue obj)
|
protected boolean |
BaseAttributeValueManager.existsImpl(AttributeValue om)
check for a duplicate project name |
void |
BaseAttribute.addAttributeValue(AttributeValue l)
Method called to associate a AttributeValue object to this object through the AttributeValue foreign key attribute |
void |
Issue.addAttributeValue(AttributeValue aval)
|
boolean |
Issue.isAttributeValue(AttributeValue attVal)
|
ActivitySet |
Issue.changeUserAttributeValue(ActivitySet activitySet,
ScarabUser assignee,
ScarabUser assigner,
AttributeValue oldAttVal,
Attribute newAttr,
Attachment attachment)
Used to change a user attribute value from one user attribute to a new one. |
ActivitySet |
Issue.deleteUser(ActivitySet activitySet,
ScarabUser assignee,
ScarabUser assigner,
AttributeValue attVal,
Attachment attachment)
Used to delete a user attribute value. |
protected AttributeValue |
BaseAttributeValue.copyInto(AttributeValue copyObj)
|
void |
BaseAttributeOption.addAttributeValue(AttributeValue l)
Method called to associate a AttributeValue object to this object through the AttributeValue foreign key attribute |
static void |
BaseAttributeValuePeer.populateObject(com.workingdogs.village.Record row,
int offset,
AttributeValue obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseAttributeValuePeer.doSelect(AttributeValue obj)
Method to do selects |
static void |
BaseAttributeValuePeer.doInsert(AttributeValue obj)
Method to do inserts |
static void |
BaseAttributeValuePeer.doUpdate(AttributeValue obj)
|
static void |
BaseAttributeValuePeer.doDelete(AttributeValue obj)
|
static void |
BaseAttributeValuePeer.doInsert(AttributeValue obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseAttributeValuePeer.doUpdate(AttributeValue obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseAttributeValuePeer.doDelete(AttributeValue obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseAttributeValuePeer.buildCriteria(AttributeValue obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseAttributeValuePeer.buildSelectCriteria(AttributeValue obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
void |
AttributeValue.setChainedValue(AttributeValue v)
Set the value of chainedValue. |
void |
AttributeValue.setProperties(AttributeValue attVal1)
Sets the properties of one attribute value based on another NOTE: Does not copy the deleted field |
| Uses of AttributeValue in org.tigris.scarab.tools |
| Methods in org.tigris.scarab.tools that return AttributeValue | |
AttributeValue |
ScarabRequestTool.getNewAttributeValue(Attribute attribute,
Issue issue)
Gets a new instance of AttributeValue |
| Uses of AttributeValue in org.tigris.scarab.util.word |
| Methods in org.tigris.scarab.util.word with parameters of type AttributeValue | |
void |
LuceneSearchIndex.index(AttributeValue attributeValue)
Store index information for an AttributeValue |
void |
SearchIndex.index(AttributeValue attributeValue)
Store index information for an AttributeValue |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||