Uses of Class
com.avoka.fc.core.entity.Project
-
Packages that use Project 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.test Provides web automated test services. -
-
Uses of Project in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return Project Modifier and Type Method Description Project
ProjectDao. getClientProjectForName(Long clientId, String projectName)
Return the project for the specified client and project name.Project
ProjectDao. getClientProjectForNormalizedName(Long clientId, String projectNormalizedName)
Return the project for the specified client and project normalized name.Project
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 Project Modifier and Type Field Description static org.apache.cayenne.exp.Property<Project>
_Folder. PROJECT
Provides the 'PROJECT' property.static org.apache.cayenne.exp.Property<Project>
_FormDesign. PROJECT
Provides the 'PROJECT' property.static org.apache.cayenne.exp.Property<Project>
_Library. PROJECT
Provides the 'PROJECT' property.static org.apache.cayenne.exp.Property<Project>
_ProjectFormTag. PROJECT
Provides the 'PROJECT' property.static org.apache.cayenne.exp.Property<Project>
_ProjectInclude. PROJECT
Provides the 'PROJECT' property.static org.apache.cayenne.exp.Property<List<Project>>
_Client. PROJECTS
Provides the 'PROJECTS' property.static org.apache.cayenne.exp.Property<List<Project>>
_UserAccount. USER_PROJECTS
Provides the 'USER_PROJECTS' property.Methods in com.avoka.fc.core.entity.auto that return Project Modifier and Type Method Description Project
_Folder. getProject()
Return the Project.Project
_FormDesign. getProject()
Return the Project.Project
_Library. getProject()
Return the Project.Project
_ProjectFormTag. getProject()
Return the Project.Project
_ProjectInclude. getProject()
Return the Project.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type Project Modifier and Type Method Description List<Project>
_Client. getProjects()
Return the Projects.List<Project>
_UserAccount. getUserProjects()
Return the UserProjects.Methods in com.avoka.fc.core.entity.auto with parameters of type Project Modifier and Type Method Description void
_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 Project Modifier and Type Method Description Project
MockEntityService. createProject(Client client, String name)
Create project with given name for a client.
-