Uses of Class
com.avoka.fc.core.entity.LibraryResource
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of LibraryResource in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionLibraryResourceDao.getLibraryResourceForPath
(Library library, String path) Return the library resource for the given library and path or null if not found.LibraryResourceDao.getLibraryResourceForPK
(Object id) Return the Library Resource for the given id.LibraryResourceDao.resolveLibraryResource
(FormDesignVersion formDesignVersion, String path) Resolve the library resource with the given path.Modifier and TypeMethodDescriptionLibraryResourceDao.getLibraryResourceList
(Object library) Return the path ordered list of library resources for the given library. -
Uses of LibraryResource in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<LibraryResource>
_LibraryResourceData.LIBRARY_RESOURCE
Provides the 'LIBRARY_RESOURCE' property.static final org.apache.cayenne.exp.Property<LibraryResource>
_LibraryResourceHistory.LIBRARY_RESOURCE
Provides the 'LIBRARY_RESOURCE' property.static final org.apache.cayenne.exp.Property<List<LibraryResource>>
_Library.LIBRARY_RESOURCES
Provides the 'LIBRARY_RESOURCES' property.Modifier and TypeMethodDescription_LibraryResourceData.getLibraryResource()
Return the LibraryResource._LibraryResourceHistory.getLibraryResource()
Return the LibraryResource.Modifier and TypeMethodDescriptionvoid
_Library.addToLibraryResources
(LibraryResource obj) Add the LibraryResources object.void
_Library.removeFromLibraryResources
(LibraryResource obj) Remove the LibraryResources object.void
_LibraryResourceData.setLibraryResource
(LibraryResource libraryResource) Set the LibraryResource.void
_LibraryResourceHistory.setLibraryResource
(LibraryResource libraryResource) Set the LibraryResource.