Package | Description |
---|---|
pe.pase |
Modifier and Type | Method and Description |
---|---|
PASEGroup |
SecurityService.createPASEGroup()
Create a empty PASEGroup instance with a generated ID.
|
PASEGroup |
ServerService.createPASEGroup() |
PASEGroup |
PASEOrgModel.getPASEGroup(java.lang.String groupID)
Get the instance of
PASEGroup with the specified
group id |
PASEGroup |
SecurityService.getPASEGroup(java.lang.String id)
Get a PASEGroup instance with its ID.
|
PASEGroup |
ServerService.getPASEGroup(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityService.insertPASEGroup(PASEGroup group)
Insert a PASEGroup instance in database.
|
void |
ServerService.insertPASEGroup(PASEGroup group) |
void |
SecurityService.updatePASEGroup(PASEGroup group)
Update a PASEGroup instance in database.
|
void |
ServerService.updatePASEGroup(PASEGroup group) |
Copyright ? 2022. All Rights Reserved.