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, getUserDao
public ServiceActionScheduleLogic() throws DaoException
DaoException
public void addSchedule(ServiceActionSchedule schedule) throws DaoException
DaoException
public ServiceActionScheduleSearchResult searchSchedules(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws DaoException
DaoException
public void deleteSchedule(String gridId, int scheduleId) throws DaoException
DaoException
public List<ServiceActionSchedule> listAll(String grid) throws DaoException
DaoException