|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Guid | |
| com.sapportals.portal.prt.component | |
| com.sapportals.portal.prt.util | |
| Uses of Guid in com.sapportals.portal.prt.component |
| Methods in com.sapportals.portal.prt.component that return Guid | |
Guid |
IPortalComponentRequest.getRequestGuid()
Deprecated. Please handle GUIDs locally. |
| Uses of Guid in com.sapportals.portal.prt.util |
| Methods in com.sapportals.portal.prt.util that return Guid | |
static Guid |
Guid.parseHexString(java.lang.String s)
|
static Guid |
Guid.parseHexCharArray(char[] s,
int beginIndex,
int endIndex)
|
static Guid |
Guid.parseHexByteArray(byte[] s,
int beginIndex)
|
static Guid |
Guid.parseBinaryCharArray(char[] s,
int beginIndex)
|
static Guid |
Guid.parseBinaryCharArray(byte[] s,
int beginIndex)
|
static Guid |
Guid.readGuidFromBytes(byte[] array,
int offset)
This Constructor is a technical one, it reads the next 16 bytes from the array beginning with offset. |
| Methods in com.sapportals.portal.prt.util with parameters of type Guid | |
static java.lang.String |
BrowserGuidFactory.transformGuid(Guid guid)
Converts a Guid into a String. |
static void |
Guid.copyGuidIntoBuffer(char[] buf,
int offset,
Guid guid)
|
static void |
Guid.copyBinaryGuidIntoBuffer(char[] buf,
int offset,
Guid guid)
|
static void |
Guid.copyBinaryGuidIntoBuffer(byte[] buf,
int offset,
Guid guid)
|
boolean |
Guid.equals(Guid guid2)
|
int |
Guid.compareTo(Guid guid2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||