api_refactor: refactor event apis

- Fix refactored apis, mappings in commands*.in
- Fix comments etc.

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-12-04 00:05:54 -08:00
parent add1b9b055
commit 7ac48798b4
6 changed files with 7 additions and 7 deletions

View File

@ -38,7 +38,7 @@ import com.cloud.api.commands.ListCapacityCmd;
import com.cloud.api.commands.ListCfgsByCmd;
import com.cloud.api.commands.ListClustersCmd;
import com.cloud.api.commands.ListDiskOfferingsCmd;
import com.cloud.api.commands.ListEventsCmd;
import org.apache.cloudstack.api.user.event.command.ListEventsCmd;
import com.cloud.api.commands.ListGuestOsCategoriesCmd;
import com.cloud.api.commands.ListGuestOsCmd;
import com.cloud.api.commands.ListHostsCmd;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package org.apache.cloudstack.api.user.event.command;
import java.util.ArrayList;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package org.apache.cloudstack.api.user.event.command;
import java.util.ArrayList;
import java.util.Date;

View File

@ -214,8 +214,8 @@ deleteZone=com.cloud.api.commands.DeleteZoneCmd;1
listZones=com.cloud.api.commands.ListZonesByCmd;15
#### events commands
listEvents=com.cloud.api.commands.ListEventsCmd;15
listEventTypes=com.cloud.api.commands.ListEventTypesCmd;15
listEvents=org.apache.cloudstack.api.user.event.command.ListEventsCmd;15
listEventTypes=org.apache.cloudstack.api.user.event.command.ListEventTypesCmd;15
#### alerts commands
listAlerts=com.cloud.api.commands.ListAlertsCmd;3

View File

@ -34,7 +34,7 @@ import org.apache.log4j.Logger;
import com.cloud.acl.ControlledEntity;
import com.cloud.acl.Role;
import org.apache.cloudstack.api.BaseCmd.CommandType;
import com.cloud.api.commands.ListEventsCmd;
import org.apache.cloudstack.api.user.event.command.ListEventsCmd;
import com.cloud.async.AsyncCommandQueued;
import com.cloud.async.AsyncJobManager;
import com.cloud.configuration.Config;

View File

@ -75,7 +75,7 @@ import com.cloud.api.commands.ListCapacityCmd;
import com.cloud.api.commands.ListCfgsByCmd;
import com.cloud.api.commands.ListClustersCmd;
import com.cloud.api.commands.ListDiskOfferingsCmd;
import com.cloud.api.commands.ListEventsCmd;
import org.apache.cloudstack.api.user.event.command.ListEventsCmd;
import com.cloud.api.commands.ListGuestOsCategoriesCmd;
import com.cloud.api.commands.ListGuestOsCmd;
import com.cloud.api.commands.ListHostsCmd;