| Package | Description |
|---|---|
| org.mydotey.artemis.management | |
| org.mydotey.artemis.management.group.dao | |
| org.mydotey.artemis.management.group.model | |
| org.mydotey.artemis.management.group.util |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupRepository.deleteGroupTags(GroupTagModel filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupRepository.insertGroupTags(List<GroupTagModel> tags) |
void |
GroupRepository.updateGroupTags(List<GroupTagModel> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupTagModel> |
GroupTagDao.query() |
protected List<GroupTagModel> |
GroupTagDao.query(String condition,
List<String> args) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupTagDao.delete(GroupTagModel filter) |
void |
GroupTagDao.insertOrUpdate(GroupTagModel... models) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupTagDao.insertOrUpdate(List<GroupTagModel> models) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupTagLogModel
Created by fang_j on 10/07/2016.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GroupTagModel> |
GroupTagsUtil.newGroupTags(GroupTags groupTags) |
static List<GroupTagModel> |
GroupTagsUtil.newGroupTags(List<GroupTags> groupTagsList) |
Copyright © 2020 org.mydotey. All rights reserved.