Uses of Class
com.avoka.fc.core.entity.Group
-
Packages that use Group Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.impl Provides the SmartForm Manager service class implementation.com.avoka.fc.core.service.test Provides web automated test services.com.avoka.fc.core.servlet.rest Provides REST Service API servlet classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of Group in com.avoka.fc.core.dao
Fields in com.avoka.fc.core.dao with type parameters of type Group Modifier and Type Field Description List<Group>
WorkspaceDao.SubmissionCriteria. groupList
Group list filter.Methods in com.avoka.fc.core.dao that return Group Modifier and Type Method Description Group
GroupDao. createUpdateFormGroup(String groupName, String description, boolean formWorkGroupFlag, boolean newFormFlag, boolean savedFormFlag, boolean completedFormFlag)
Create a Form Group for the given name and group attributes.Group
GroupDao. getGroupForName(String name)
Return the group with the specified nameGroup
GroupDao. getGroupForPK(Object id)
Return the group with the specified OIDMethods in com.avoka.fc.core.dao that return types with arguments of type Group Modifier and Type Method Description List<Group>
GroupDao. getCompletedFormGroupsForUser(UserAccount userAccount)
Return the list of completed form groups that a user is a member of.List<Group>
GroupDao. getFormGroupList()
The list of all groups ordered by group nameList<Group>
GroupDao. getGroupList()
The list of all groups ordered by group nameList<Group>
GroupDao. getGroupList(String keyword)
Return the list of groups matching the specified search criteria, ordered by group name.List<Group>
GroupDao. getGroupList(String keyword, String type)
Return the list of groups matching the specified search criteria, ordered by group nameList<Group>
GroupDao. getGroupsForUser(UserAccount userAccount, String groupType)
Return the list of form groups that a user is a member of.List<Group>
GroupDao. getJobGroupList()
The list of all job groups ordered by group nameList<Group>
GroupDao. getNewFormGroupsForUser(UserAccount userAccount)
Return the list of new form groups that a user is a member of.List<Group>
GroupDao. getPurgeJobGroupList(int fetchLimit)
The list of job groups which marked to purge and there is no job associated with itList<Group>
GroupDao. getPurgeSubmissionGroupList(int fetchLimit)
The list of Submission groups which marked to purge and there is no submission associated with itList<Group>
GroupDao. getSavedFormGroupsForUser(UserAccount userAccount)
Return the list of saved form groups that a user is a member of.Methods in com.avoka.fc.core.dao with parameters of type Group Modifier and Type Method Description void
GroupDao. addGroupToSubmission(Group group, Submission submission)
Add the specified group to the submission. -
Uses of Group in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type Group Modifier and Type Field Description static org.apache.cayenne.exp.Property<Group>
_FormGroup. GROUP
Provides the 'GROUP' property.static org.apache.cayenne.exp.Property<Group>
_JobGroup. GROUP
Provides the 'GROUP' property.static org.apache.cayenne.exp.Property<Group>
_SubmissionGroup. GROUP
Provides the 'GROUP' property.static org.apache.cayenne.exp.Property<Group>
_UserGroup. GROUP
Provides the 'GROUP' property.Methods in com.avoka.fc.core.entity.auto that return Group Modifier and Type Method Description Group
_FormGroup. getGroup()
Return the Group.Group
_JobGroup. getGroup()
Return the Group.Group
_SubmissionGroup. getGroup()
Return the Group.Group
_UserGroup. getGroup()
Return the Group.Methods in com.avoka.fc.core.entity.auto with parameters of type Group Modifier and Type Method Description void
_FormGroup. setGroup(Group group)
Set the Group.void
_JobGroup. setGroup(Group group)
Set the Group.void
_SubmissionGroup. setGroup(Group group)
Set the Group.void
_UserGroup. setGroup(Group group)
Set the Group. -
Uses of Group in com.avoka.fc.core.service
Fields in com.avoka.fc.core.service declared as Group Modifier and Type Field Description Group
SubmissionTaskService.FormTaskParam. group
The group to assign the task to (must be specified if user is not).Fields in com.avoka.fc.core.service with type parameters of type Group Modifier and Type Field Description Collection<Group>
SubmissionTaskService.FormTaskParam. groups
The set of groups to assign the task to (must be specified if user is not).Methods in com.avoka.fc.core.service that return types with arguments of type Group Modifier and Type Method Description List<Group>
IAuthenticationService. getUserFormGroups(HttpServletRequest request)
Gets the user form groups.List<Group>
IAuthenticationService. getUserJobGroups(HttpServletRequest request)
Gets the user job groups.Methods in com.avoka.fc.core.service with parameters of type Group Modifier and Type Method Description boolean
UserService. addUserToGroup(UserAccount user, Group group)
Add a user to a group.Submission
TaskService. createFormTask(Form form, String taskSubject, String taskMessage, Integer sequence, UserAccount user, Group group, String formDataXml, String inputXmlData, Double latitude, Double longitude, String address, Date datetimeScheduled, Date datetimeExpiry, boolean sendEmailFlag, String emailSubject, String emailMessage, boolean userDeletableFlag)
Create a form task for a user or a user group to do.Submission
TaskService. createFormTask(Form form, String taskSubject, String taskMessage, Integer sequence, UserAccount user, Group group, String formDataXml, String inputXmlData, Double latitude, Double longitude, Date datetimeScheduled, Date datetimeExpiry, boolean sendEmailFlag, String emailSubject, String emailMessage, boolean userDeletableFlag)
Create a form task for a user or a user group to do.Submission
TaskService. createReviewTask(Submission reviewSubmission, Form form, String taskSubject, String taskMessage, Integer sequence, UserAccount user, Group group, String formDataXml, Double latitude, Double longitude, String address, Date datetimeScheduled, Date datetimeExpiry, boolean sendEmailFlag, String emailSubject, String emailMessage, boolean userDeletableFlag)
Create a review task for a user or a user group to do.Submission
TaskService. createReviewTask(Submission reviewSubmission, Form form, String taskSubject, String taskMessage, Integer sequence, UserAccount user, Group group, String formDataXml, Double latitude, Double longitude, Date datetimeScheduled, Date datetimeExpiry, boolean sendEmailFlag, String emailSubject, String emailMessage, boolean userDeletableFlag)
Create a review task for a user or a user group to do.boolean
UserService. removeUserFromGroup(UserAccount user, Group group)
Remove a user from a group.void
SubmissionService. setTaskAssigneeGroup(Submission submission, Group group)
Update the assignee group for a task submission. -
Uses of Group in com.avoka.fc.core.service.impl
Methods in com.avoka.fc.core.service.impl that return types with arguments of type Group Modifier and Type Method Description List<Group>
AuthenticationServiceImpl. getUserFormGroups(HttpServletRequest request)
Gets the user form groups.List<Group>
AuthenticationServiceImpl. getUserJobGroups(HttpServletRequest request)
Gets the user job groups. -
Uses of Group in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test that return Group Modifier and Type Method Description Group
MockEntityService. createFormGroup(String name)
Create a new form group with the given name.Group
MockEntityService. createGroup(String name, String type)
Create a new group with the given name and type.Group
MockEntityService. createJobGroup(String name)
Create a new job group with the given name.Methods in com.avoka.fc.core.service.test with parameters of type Group Modifier and Type Method Description void
MockEntityService. addFormToGroup(Form form, Group group)
Add a form to a group.SubmissionGroup
MockEntityUtils. addSubmissionToGroup(Submission submission, Group group)
Create a submission group association.UserGroup
MockEntityService. addUserToGroup(Group group, UserAccount userAccount, Date expiryDatetime)
Create a user group association. -
Uses of Group in com.avoka.fc.core.servlet.rest
Constructors in com.avoka.fc.core.servlet.rest with parameters of type Group Constructor Description GroupVO(Group group)
-
Uses of Group in com.avoka.tm.vo
Constructors in com.avoka.tm.vo with parameters of type Group Constructor Description Group(Group group)
Create a Group value object with the given form entity parameter.
-