|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.hci.RecurringDate
public class RecurringDate
| Field Summary | |
|---|---|
static int |
BIMONTHLY
Frequency for an audit cycle every 2 months. |
static int |
BIWEEKLY
Frequency for an audit cycle every 2 weeks. |
static int |
DAILY
Frequency for daily audit cycle. |
static int |
MONTHLY
Frequency for monthly audit cycle. |
static int |
SEMIANNUAL
Frequency for an audit cycle every 3 months. |
static int |
TRIMONTHLY
Frequency for an audit cycle every 3 months. |
static int |
WEEKLY
Frequency for weekly audit cycle. |
static int |
YEARLY
Frequency for yearly audit cycle. |
| Constructor Summary | |
|---|---|
RecurringDate()
Builds an empty RecurringDate. |
|
RecurringDate(int type)
|
|
| Method Summary | |
|---|---|
java.util.Vector<java.util.Date> |
computeOccurrencesFromDate(java.util.Date originalDate,
java.util.Date date)
|
int |
getType()
Gets the type. |
java.util.Date |
nextOccurrence(java.util.Date original,
java.util.Date from)
|
java.util.Date |
nextOccurrenceFromToday(java.util.Date originalDate)
|
void |
setType(int t)
Sets the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DAILY
public static final int WEEKLY
public static final int BIWEEKLY
public static final int MONTHLY
public static final int BIMONTHLY
public static final int TRIMONTHLY
public static final int SEMIANNUAL
public static final int YEARLY
| Constructor Detail |
|---|
public RecurringDate()
public RecurringDate(int type)
| Method Detail |
|---|
public int getType()
public void setType(int t)
t - the type.
public java.util.Date nextOccurrence(java.util.Date original,
java.util.Date from)
public java.util.Date nextOccurrenceFromToday(java.util.Date originalDate)
public java.util.Vector<java.util.Date> computeOccurrencesFromDate(java.util.Date originalDate,
java.util.Date date)
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||