| org.tigris.scarab.om.AttributeValue org.tigris.scarab.attribute.FreeFormAttribute org.tigris.scarab.attribute.StringAttribute org.tigris.scarab.attribute.DateAttribute
DateAttribute | public class DateAttribute extends StringAttribute (Code) | | author: Fedor version: $Revision: 9902 $ $Date: 2005-10-25 22:54:19 +0200 (Tue, 25 Oct 2005) $ |
Method Summary | |
public static void | convertDateAttributes(Collection attributeValues, String mask) Utility method that will convert every DateAttribute in a list from the user's
locale format to the internal (yyyyMMddHHmmssSS) format. | public static String | dateFormat(String value, String mask) Receives the value in yyyyMMddHHmmssSS format and returns it
formatted according to the mask parameter.
If the value is not parseable, it will be returned unchanged. | public static String | internalDateFormat(String value, String mask) Receives the value in the format defined by 'mask' and
returns it formatted in internal (yyyyMMddHHmmssSS) format. |
convertDateAttributes | public static void convertDateAttributes(Collection attributeValues, String mask) throws TorqueException(Code) | | Utility method that will convert every DateAttribute in a list from the user's
locale format to the internal (yyyyMMddHHmmssSS) format.
Parameters: issue - Parameters: mask - throws: TorqueException - |
dateFormat | public static String dateFormat(String value, String mask)(Code) | | Receives the value in yyyyMMddHHmmssSS format and returns it
formatted according to the mask parameter.
If the value is not parseable, it will be returned unchanged.
Parameters: value - Parameters: mask - |
internalDateFormat | public static String internalDateFormat(String value, String mask)(Code) | | Receives the value in the format defined by 'mask' and
returns it formatted in internal (yyyyMMddHHmmssSS) format.
If the value is not parseable, it will be returned unchanged.
Parameters: value - Parameters: mask - |
Methods inherited from org.tigris.scarab.attribute.StringAttribute | public void save(Connection dbCon) throws TorqueException(Code)(Java Doc)
|
Methods inherited from org.tigris.scarab.om.AttributeValue | public AttributeValue copy() throws TorqueException(Code)(Java Doc) public boolean equals(Object obj)(Code)(Java Doc) public Activity getActivity()(Code)(Java Doc) public AttributeOption getAttributeOption() throws TorqueException(Code)(Java Doc) public AttributeValue getChainedValue()(Code)(Java Doc) public static AttributeValue getNewInstance(RModuleAttribute rma, Issue issue) throws TorqueException(Code)(Java Doc) public static AttributeValue getNewInstance(Integer attId, Issue issue) throws TorqueException(Code)(Java Doc) public static synchronized AttributeValue getNewInstance(Attribute attribute, Issue issue) throws TorqueException(Code)(Java Doc) public String getOptionIdAsString()(Code)(Java Doc) public Integer[] getOptionIds() throws TorqueException(Code)(Java Doc) public String getQueryKey()(Code)(Java Doc) public RModuleAttribute getRModuleAttribute() throws TorqueException, ScarabException(Code)(Java Doc) public Integer[] getUserIds() throws TorqueException, ScarabException(Code)(Java Doc) public List getValueList()(Code)(Java Doc) public int hashCode()(Code)(Java Doc) abstract public void init() throws TorqueException(Code)(Java Doc) public boolean isQuickSearchAttribute() throws TorqueException(Code)(Java Doc) public boolean isRequired() throws TorqueException, ScarabException(Code)(Java Doc) public boolean isSet()(Code)(Java Doc) abstract protected Object loadResources() throws TorqueException(Code)(Java Doc) public void save(Connection dbcon) throws TorqueException(Code)(Java Doc) public void setActivity(Activity activity)(Code)(Java Doc) public void setActivityDescription(String string)(Code)(Java Doc) public void setAttributeId(Integer nk) throws TorqueException(Code)(Java Doc) public void setChainedValue(AttributeValue v) throws TorqueException, ScarabException(Code)(Java Doc) public void setIssueId(Long nk) throws TorqueException(Code)(Java Doc) public void setNumericValue(Integer v)(Code)(Java Doc) public void setOptionId(Integer optionId) throws TorqueException(Code)(Java Doc) protected void setOptionIdOnly(Integer optionId) throws TorqueException(Code)(Java Doc) public void setOptionIds(Integer[] ids) throws TorqueException, ScarabException(Code)(Java Doc) public void setProperties(AttributeValue attVal1) throws TorqueException(Code)(Java Doc) abstract protected void setResources(Object resources)(Code)(Java Doc) public void setUserId(Integer userId) throws TorqueException(Code)(Java Doc) protected void setUserIdOnly(Integer value) throws TorqueException(Code)(Java Doc) public void setUserIds(Integer[] ids) throws TorqueException, ScarabException(Code)(Java Doc) public void setValue(String value)(Code)(Java Doc) protected void setValueOnly(String value)(Code)(Java Doc) public void startActivitySet(ActivitySet activitySet) throws ScarabException, TorqueException(Code)(Java Doc) public boolean supportsVoting()(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|