Uses of Class
com.avoka.fc.core.entity.Project
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of Project in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionProjectDao.getClientProjectForName
(Long clientId, String projectName) Return the project for the specified client and project name.ProjectDao.getClientProjectForNormalizedName
(Long clientId, String projectNormalizedName) Return the project for the specified client and project normalized name.ProjectDao.getProjectForPK
(Object projectId) Return the project with the specified ID -
Uses of Project in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<Project>
_Folder.PROJECT
Provides the 'PROJECT' property.static final org.apache.cayenne.exp.Property<Project>
_FormDesign.PROJECT
Provides the 'PROJECT' property.static final org.apache.cayenne.exp.Property<Project>
_Library.PROJECT
Provides the 'PROJECT' property.static final org.apache.cayenne.exp.Property<Project>
_ProjectFormTag.PROJECT
Provides the 'PROJECT' property.static final org.apache.cayenne.exp.Property<Project>
_ProjectInclude.PROJECT
Provides the 'PROJECT' property._Client.PROJECTS
Provides the 'PROJECTS' property._UserAccount.USER_PROJECTS
Provides the 'USER_PROJECTS' property.Modifier and TypeMethodDescription_Folder.getProject()
Return the Project._FormDesign.getProject()
Return the Project._Library.getProject()
Return the Project._ProjectFormTag.getProject()
Return the Project._ProjectInclude.getProject()
Return the Project.Modifier and TypeMethodDescription_Client.getProjects()
Return the Projects._UserAccount.getUserProjects()
Return the UserProjects.Modifier and TypeMethodDescriptionvoid
_Client.addToProjects
(Project obj) Add the Projects object.void
_UserAccount.addToUserProjects
(Project obj) Add the UserProjects object.void
_Client.removeFromProjects
(Project obj) Remove the Projects object.void
_UserAccount.removeFromUserProjects
(Project obj) Remove the UserProjects object.void
_Folder.setProject
(Project project) Set the Project.void
_FormDesign.setProject
(Project project) Set the Project.void
_Library.setProject
(Project project) Set the Project.void
_ProjectFormTag.setProject
(Project project) Set the Project.void
_ProjectInclude.setProject
(Project project) Set the Project. -
Uses of Project in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createProject
(Client client, String name) Create project with given name for a client.