| Modifier and Type | Method and Description |
|---|---|
void |
GroupRepository.operateGroupOperations(OperationContext operationContext,
List<GroupOperationModel> groupOperations,
boolean isOperationComplete) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupOperationModel> |
GroupOperationDao.query() |
protected List<GroupOperationModel> |
GroupOperationDao.query(String condition,
List<String> args) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GroupOperationDao.delete(GroupOperationModel groupOperation) |
protected void |
GroupOperationDao.insertOrUpdate(GroupOperationModel... operationModels) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GroupOperationDao.delete(List<GroupOperationModel> groupOperations) |
void |
BusinessDao.deleteGroupOperation(OperationContext operationContext,
List<GroupOperationModel> groupOperations) |
protected void |
GroupOperationDao.insertOrUpdate(List<GroupOperationModel> models) |
void |
BusinessDao.insertOrUpdateGroupOperation(OperationContext operationContext,
List<GroupOperationModel> groupOperations) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupOperationLogModel
Created by fang_j on 10/07/2016.
|
| Constructor and Description |
|---|
GroupOperationLogModel(GroupOperationModel groupOperation,
OperationContext operationContext,
boolean complete) |
| Modifier and Type | Method and Description |
|---|---|
static List<GroupOperationModel> |
GroupOperationsUtil.newGroupOperationModels(GroupOperations groupOperations) |
static List<GroupOperationModel> |
GroupOperationsUtil.newGroupOperationModels(List<GroupOperations> groupOperationsList) |
| Modifier and Type | Method and Description |
|---|---|
static List<GroupOperationLogModel> |
GroupOperationsUtil.newGroupOperationLogModels(OperationContext operationContext,
List<GroupOperationModel> groupOperations,
boolean complete) |
Copyright © 2020 org.mydotey. All rights reserved.