Uses of Class
com.avoka.fc.core.entity.Project
Packages that use 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
Methods in com.avoka.fc.core.dao that return ProjectModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type ProjectModifier 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.Methods in com.avoka.fc.core.entity.auto that return ProjectModifier 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.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type ProjectModifier and TypeMethodDescription_Client.getProjects()
Return the Projects._UserAccount.getUserProjects()
Return the UserProjects.Methods in com.avoka.fc.core.entity.auto with parameters of type ProjectModifier 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
Methods in com.avoka.fc.core.service.test that return ProjectModifier and TypeMethodDescriptionMockEntityService.createProject
(Client client, String name) Create project with given name for a client.