Uses of Class
com.avoka.fc.core.entity.LibraryResource
Packages that use 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
Methods in com.avoka.fc.core.dao that return LibraryResourceModifier 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.Methods in com.avoka.fc.core.dao that return types with arguments of type LibraryResourceModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type LibraryResourceModifier 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.Methods in com.avoka.fc.core.entity.auto that return LibraryResourceModifier and TypeMethodDescription_LibraryResourceData.getLibraryResource()
Return the LibraryResource._LibraryResourceHistory.getLibraryResource()
Return the LibraryResource.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type LibraryResourceMethods in com.avoka.fc.core.entity.auto with parameters of type LibraryResourceModifier 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.