|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.portlets.user.collectionexplorer.client.util.MyCommand
public class MyCommand
Field Summary | |
---|---|
protected String |
collectionId
collectionId |
CollectionServiceAsync |
collectionService
Create the client proxy. |
protected static int |
counter
counter |
protected String |
metadataCollectionId
metadataCollectionId |
protected String |
objectId
objectId |
protected String |
title
title |
Constructor Summary | |
---|---|
MyCommand(Controller controller,
ActionType selectedOption,
String OID,
String colId,
String metadataCollectionId,
String title,
String username)
|
Method Summary | |
---|---|
static String |
anchor(String txt,
int j)
|
void |
execute()
(non-Javadoc) |
static void |
goToAnnotations(HashMap<String,String> links)
Redirects the page to Annotation porltet page. |
void |
goToContentViewer(HashMap<String,String> links)
|
static void |
goToMetadata(ActionType selectedOption)
Redirects the page to Metadata porltet page. |
static void |
goToOntology(HashMap<String,String> links)
Redirects the page to Annotation porltet page. |
static String |
portalURL()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String objectId
protected String collectionId
protected String metadataCollectionId
protected String title
protected static int counter
public CollectionServiceAsync collectionService
Constructor Detail |
---|
public MyCommand(Controller controller, ActionType selectedOption, String OID, String colId, String metadataCollectionId, String title, String username)
selectedOption
- OID
- colId
- metadataCollectionId
- title
- username
- Method Detail |
---|
public static void goToAnnotations(HashMap<String,String> links)
public static void goToOntology(HashMap<String,String> links)
public void goToContentViewer(HashMap<String,String> links)
public static void goToMetadata(ActionType selectedOption)
public static String portalURL()
public static String anchor(String txt, int j)
txt
- the text the should exist in the <a></a> statementj
- j
public void execute()
execute
in interface com.google.gwt.core.client.Scheduler.ScheduledCommand
execute
in interface com.google.gwt.user.client.Command
Command.execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |