Uses of Class
com.avoka.fc.core.entity.Library
Packages that use Library
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 Cayenne listener classes that execute custom functionality on various Cayenne events.
-
Uses of Library in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return LibraryModifier and TypeMethodDescriptionLibraryDao.getLibraryForClient
(Long clientId, String libraryName) Deprecated.This method does not deterministically return a library because libraries are now also distinguished by version number.LibraryDao.getLibraryForClient
(Long clientId, String libraryNormalizedName, String version) Return the library for the specified normalized name and version.LibraryDao.getLibraryForClientByNormalizedName
(Long clientId, String libraryNormalizedName) Deprecated.This method does not deterministically return a library because libraries are now also distinguished by version number.LibraryDao.getLibraryForPK
(Object libraryId) Return the library with the specified IDLibraryDao.getLibraryForProject
(Long projectId, String libraryName) Deprecated.This method does not deterministically return a library because libraries are now also distinguished by version number.LibraryDao.getLibraryForProject
(Long projectId, String libraryNameNorm, String version) Return the library for the specified project, name normalized and version.LibraryDao.getLibraryForReleaseVersion
(Long releaseVersionId, String libraryName) Return the library for the specified name.LibraryDao.getReleaseLibraryForVersionNumber
(String versionNumber, String libraryName) Return the release library for the specified library name and version number.LibraryDao.getReleaseLibraryForVersionNumberByNormalizedName
(String versionNumber, String libraryNormalizedName) Return the release library for the specified library normalized name and version number.LibraryDao.getVersionLibraryForName
(String libraryName) Return the library for the specified name.Methods in com.avoka.fc.core.dao that return types with arguments of type LibraryModifier and TypeMethodDescriptionLibraryDao.getLibraryList
(String libraryType, String parentId) Return a list of libraries for the given type and of the specified parent if defined.Methods in com.avoka.fc.core.dao with parameters of type LibraryModifier and TypeMethodDescriptionLibraryResourceDao.getLibraryResourceForPath
(Library library, String path) Return the library resource for the given library and path or null if not found. -
Uses of Library in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type LibraryModifier and TypeFieldDescription_Client.LIBRARIES
Provides the 'LIBRARIES' property._Project.LIBRARIES
Provides the 'LIBRARIES' property._ReleaseVersion.LIBRARIES
Provides the 'LIBRARIES' property.static final org.apache.cayenne.exp.Property<Library>
_FormDesignVersion.LIBRARY
Provides the 'LIBRARY' property.static final org.apache.cayenne.exp.Property<Library>
_FormDesignVersionInclude.LIBRARY
Provides the 'LIBRARY' property.static final org.apache.cayenne.exp.Property<Library>
_LibraryResource.LIBRARY
Provides the 'LIBRARY' property.static final org.apache.cayenne.exp.Property<Library>
_LibraryShare.LIBRARY
Provides the 'LIBRARY' property.static final org.apache.cayenne.exp.Property<Library>
_ProjectInclude.LIBRARY
Provides the 'LIBRARY' property.Methods in com.avoka.fc.core.entity.auto that return LibraryModifier and TypeMethodDescription_FormDesignVersion.getLibrary()
Return the Library._FormDesignVersionInclude.getLibrary()
Return the Library._LibraryResource.getLibrary()
Return the Library._LibraryShare.getLibrary()
Return the Library._ProjectInclude.getLibrary()
Return the Library.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type LibraryModifier and TypeMethodDescription_Client.getLibraries()
Return the Libraries._Project.getLibraries()
Return the Libraries._ReleaseVersion.getLibraries()
Return the Libraries.Methods in com.avoka.fc.core.entity.auto with parameters of type LibraryModifier and TypeMethodDescriptionvoid
_Client.addToLibraries
(Library obj) Add the Libraries object.void
_Project.addToLibraries
(Library obj) Add the Libraries object.void
_ReleaseVersion.addToLibraries
(Library obj) Add the Libraries object.void
_Client.removeFromLibraries
(Library obj) Remove the Libraries object.void
_Project.removeFromLibraries
(Library obj) Remove the Libraries object.void
_ReleaseVersion.removeFromLibraries
(Library obj) Remove the Libraries object.void
_FormDesignVersion.setLibrary
(Library library) Set the Library.void
_FormDesignVersionInclude.setLibrary
(Library library) Set the Library.void
_LibraryResource.setLibrary
(Library library) Set the Library.void
_LibraryShare.setLibrary
(Library library) Set the Library.void
_ProjectInclude.setLibrary
(Library library) Set the Library. -
Uses of Library in com.avoka.fc.core.listener
Methods in com.avoka.fc.core.listener with parameters of type LibraryModifier and TypeMethodDescriptionvoid
LibraryListener.validateLibrary
(Library library) Performs validation at commit time.