| |
|
| org.obe.spi.service.CalendarFactory
All known Subclasses: org.obe.engine.calendar.BasicCalendarFactory,
CalendarFactory | public interface CalendarFactory extends WorkflowService(Code) | | Standard interface for a calendar factory. The calendar factory is used to
retrieve named business calendars, which are used to perform temporal
computations.
author: Adrian Price |
findCalendarType | CalendarMetaData findCalendarType(String className, String locale) throws RepositoryException(Code) | | Returns information about the specified calendar type. This method is
intended to support design-time clients and management applications.
Parameters: className - The calendar type (i.e., the fully qualified name ofthe implementation class). Parameters: locale - The locale in which the results should be formatted. Information about the specified calendar type. throws: ObjectNotFoundException - if the calendar type is unknown. throws: RepositoryException - if some other error occurred. |
findCalendarTypes | CalendarMetaData[] findCalendarTypes(String locale) throws RepositoryException(Code) | | Finds all calendar types known to the repository. This method is
intended to support design-time clients and management applications.
Parameters: locale - The locale in which the results should be formatted. All calendar types. throws: RepositoryException - if an error occurred. |
|
|
|