Uses of Class
com.avoka.fc.core.entity.LibraryResource
-
Packages that use LibraryResource 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. -
-
Uses of LibraryResource in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return LibraryResource Modifier and Type Method Description LibraryResource
LibraryResourceDao. getLibraryResourceForPath(Library library, String path)
Return the library resource for the given library and path or null if not found.LibraryResource
LibraryResourceDao. getLibraryResourceForPK(Object id)
Return the Library Resource for the given id.LibraryResource
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 LibraryResource Modifier and Type Method Description List<LibraryResource>
LibraryResourceDao. 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 LibraryResource Modifier and Type Field Description static org.apache.cayenne.exp.Property<LibraryResource>
_LibraryResourceData. LIBRARY_RESOURCE
Provides the 'LIBRARY_RESOURCE' property.static org.apache.cayenne.exp.Property<LibraryResource>
_LibraryResourceHistory. LIBRARY_RESOURCE
Provides the 'LIBRARY_RESOURCE' property.static 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 LibraryResource Modifier and Type Method Description LibraryResource
_LibraryResourceData. getLibraryResource()
Return the LibraryResource.LibraryResource
_LibraryResourceHistory. getLibraryResource()
Return the LibraryResource.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type LibraryResource Modifier and Type Method Description List<LibraryResource>
_Library. getLibraryResources()
Return the LibraryResources.Methods in com.avoka.fc.core.entity.auto with parameters of type LibraryResource Modifier and Type Method Description void
_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.
-