public class ServiceActionScheduleLogic extends AbstractLogic
| Constructor and Description |
|---|
ServiceActionScheduleLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSchedule(ServiceActionSchedule schedule) |
void |
deleteSchedule(String gridId,
int scheduleId) |
List<ServiceActionSchedule> |
listAll(String grid) |
ServiceActionScheduleSearchResult |
searchSchedules(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders) |
getAccessLimitDao, getAccessLogDao, getAccessRightDao, getAccessStateDao, getDaoContext, getDaoFactory, getDomainDao, getFederationDao, getGridDao, getInvocationDao, getNewsDao, getNodeDao, getOperationRequestDao, getOverUseLimitDao, getOverUseStateDao, getProtocolDao, getResourceDao, getResourceTypeDao, getScheduleDao, getServiceDao, getServiceDeploymentDao, getServiceTypeDao, getSystemPropertyDao, getTemporaryUserDao, getUserDaopublic ServiceActionScheduleLogic()
throws DaoException
DaoExceptionpublic void addSchedule(ServiceActionSchedule schedule) throws DaoException
DaoExceptionpublic ServiceActionScheduleSearchResult searchSchedules(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws DaoException
DaoExceptionpublic void deleteSchedule(String gridId, int scheduleId) throws DaoException
DaoExceptionpublic List<ServiceActionSchedule> listAll(String grid) throws DaoException
DaoException